Guice is a lightweight dependency injection framework for Java.
I'm adding Apache Shiro to my application and I'm wondering if the following error message is truly accurate: org.apache.…
guice thrift shiroShould Guice Providers be annotated with @Singleton? My justification: if the Provider is providing an object to other Singleton classes …
java dependency-injection singleton guiceI need to serve my main application with the url pattern "/*" so this pattern is matched to a Servlet. The …
java regex guice deployment-descriptorAnnotations becoming popular. Spring-3 supports them. CDI depends on them heavily (I can not use CDI with out of annotations, …
java spring dependency-injection guice cdiI have a class like so, that I create myself somewhere in my code: class StarryEyes { @Inject MyValidator validator; public …
java null guice code-injectionI have just started using Google Guice with my Tomcat webapp, and have noticed the following in the catalina.out …
java tomcat guice guice-servletHow to test implementations of Guice AbstractModule in a big project without creating fake implementations? Is it possible to test …
unit-testing configuration bind guice injectI have an issue with the AssistedInject. I followed the instructions on this link https://github.com/google/guice/wiki/…
java dependency-injection guice assisted-inject