Top "Gwt-gin" questions

GIN brings automatic dependency injection to GWT client-side code.

Replacing com.google.inject with javax.inject

Is it true that javax.inject annotations can function as direct replacements for com.google.inject? So that, if I …

java gwt dependency-injection guice gwt-gin
Deferred binding failed

My application is throwing: java.lang.RuntimeException: Deferred binding failed for 'com.mygwtapp.client.gin.ClientAppGinjector' (did you forget to …

gwt dependency-injection guice gwt-gin
Injecting an instance using Gin/Guice

I typically have this kind of code pattern in my GWT project: Menu errorMenu = new Menu(user, userController, -1); Menu …

gwt dependency-injection guice gwt-gin