Guice is a lightweight dependency injection framework for Java.
I'm trying to inject things with Google Guice 2.0 and I have the following structure: FooAction implements Action BarAction implements Action …
java guiceWe have an application using Java, hibernate 4, guice 3, guice-persist 3 on tomcat 6 connection.autocommit is configured to false in the hibernate.…
java hibernate tomcat guice guice-persistThis is a webapp running on Tomcat, using Guice. According to the docs we should be able to call ResourceBundle.…
java tomcat guice resourcebundleIn guice, the @Singleton scope does not refer to the Singleton pattern. According to the "Dependency Injection" book of "Dhanji" : …
java dependency-injection singleton guiceMy application is throwing: java.lang.RuntimeException: Deferred binding failed for 'com.mygwtapp.client.gin.ClientAppGinjector' (did you forget to …
gwt dependency-injection guice gwt-ginI have a generic database access class, which i'm binding using the TypeLiteral construct. Now in a test i want …
java guiceI have three classes CircleBuilder, SquareBuilder, and TriangleBuilder implementing the ShapeBuilder interface. I need to initialize my FormBuilder and notably …
java dependency-injection guiceI'm debating using guice in an android project that is quite complex and has a lot of business logic. Guice …
android guice roboguiceI have to use both (oddly enough ..) prefer-web-inf-classes and prefer-application-packages properties of weblogic.xml on a Weblogic 12c Server (12.2.1) It …
java guice weblogic12c jersey-1.0 guice-servlet