Could some explain me something. Here is some scenario. Let assume i have a class template and use Gin/Guice in the app.
For some inexplicable reason for me ,Gin does not works as i intend. Let me explain with little code.
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.
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
I have a problem using Gin. Here is a simple example. @GinModules(AppModule.class) public interface AppInjector extends Ginjector
I have something like this: request.findAllProjects().fire(new ExtReceiver<List<ProjectProxy>>() {
What are the pros and cons using Gin in开发者_StackOverflow GWT in comparison with using a ClientFactory?Pros:
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!
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
I\'m trying to bind a GWT view with its presentation layer, but it doesn\'t seem to be doing anything.