gwt-gin
Compiling GWT project using GUICE with ANT
I can successfully compile the source, but when I hit this ant task:开发者_JAVA技巧 <target name=\"gwtc\" depends=\"javac\" description=\"GWT compile to JavaScript\">[详细]
2023-01-26 08:10 分类:问答Gwt-dispatch injection
To use gwt-dispatch we create an object 开发者_开发问答like: private static final DispatchAsync dispatchAsync = GWT.create(DefaultDispatchAsync.class);[详细]
2023-01-06 03:34 分类:问答Adding user class to all presenters
I have a hazy understanding of GIN, but have it working for injecting presenters, etc. I\'m trying to inject a self-made \"User\" class into all my presenters in order to get the currently logged-in[详细]
2023-01-05 06:57 分类:问答Using GIN and mvp4g
I\'d like to use gwt-dispatch Command Patter implementation in my app. I\'m using also mvp4g. How can I make DefaultDispatchAsync available to inject into my presenters usin开发者_C百科g GIN or make i[详细]
2022-12-29 18:31 分类:问答Connecting gwt-dispatch with guice and mvp4g
I have some questions regarding gwt-dispatch and guice. I\'m using Guice 2.0, gwt-dispatch 1.1.0 snapshot, mvp4g 1.1.0 and GIN 1.0[详细]
2022-12-29 13:38 分类:问答Gin / Gwt / Eclipse: com.google.gwt.inject.Inject cannot be resolved to a type
I\'m trying to use GIN (Guice for GWT) within eclipse. The tutorial says to add a line to my module xml file:[详细]
2022-12-27 11:44 分类:问答How to vary Constants based on deployment instance
I\'ve been building a GWT 1.7 + GAE application using the eclipse plugin. The system constants are loaded into a MyConstants.properties fi开发者_如何学运维le that is loaded by the singleton MyConstant[详细]
2022-12-10 04:09 分类:问答