gwt-gin
Singleton in GWT project
Could some explain me something. Here is some scenario. Let assume i have a class template and use Gin/Guice in the app.[详细]
2023-03-13 11:09 分类:问答Gin weird behavior in a Gwt project
For some inexplicable reason for me ,Gin does not works as i intend. Let me explain with little code.[详细]
2023-03-12 14:36 分类:问答GWT Guice/Gin on the server side problem
Hi guys with my question. A GWT project, as i have read Gin i usable only on the client side than Guice is usable on the server side. Here is my question.[详细]
2023-03-10 09:34 分类:问答Gin problem using GWT - GWT.create(someClass.class) return different instance every time is called
here is my problem. I m using Gin in a gwt project, i m using GWT.create(SomeClass.class) to get instance ,but the problem is that i want signleton instance and for that purpose i bind that class in t[详细]
2023-03-09 19:30 分类:问答Gin problem using GWT and Guice. - java.lang.RuntimeException: Deferred binding failed for
I have a problem using Gin. Here is a simple example. @GinModules(AppModule.class) public interface AppInjector extends Ginjector[详细]
2023-03-09 14:07 分类:问答Inject into anonymous inner class (GIN)
I have something like this: request.findAllProjects().fire(new ExtReceiver<List<ProjectProxy>>() {[详细]
2023-02-20 01:02 分类:问答Pros and cons using Gin in GWT
What are the pros and cons using Gin in开发者_StackOverflow GWT in comparison with using a ClientFactory?Pros:[详细]
2023-02-16 09:35 分类:问答Dependency injection not working in gwt 2.1
I have a new project where I am using GWT-Views like Composite, etc. I have injected the items in the main menu (like ProductList below) using GinInjector. This works fine![详细]
2023-02-15 06:10 分类:问答GWT & GIN: how to inject PlaceController into a widget using UIBinder
I have an InlineLabel subclass that I used in UIBinder. How can I inject a PlaceController into it via GIN, so that the widget can be used in UIBinder? (recall that UIBinder requires a no-args constru[详细]
2023-02-05 19:55 分类:问答GIN & GWT: Binding Presentation layer with View
I\'m trying to bind a GWT view with its presentation layer, but it doesn\'t seem to be doing anything.[详细]
2023-02-04 03:47 分类:问答