Search code examples
how to instantiate objects inside the class to be tested is an abstract class in Junit testing?...

junitjava-8guiceautowired

Read More
Difference between Dev & Prod modes in dependency injection modules initialization order...

scaladependency-injectionplayframeworkguice

Read More
Weblogic 12c : Prefer-web-inf-classes and prefer-application-packages for Jersey...

javaguiceweblogic12cjersey-1.0guice-servlet

Read More
How to bind String to variable in Guice?...

bindingguice

Read More
Binding a generic abstract super class to multiple non-generic implementation classes...

javagenericsguice

Read More
How to configure Model Mapper with Google Cloud Endpoints only once?...

javaspringspring-bootguicemodelmapper

Read More
Guice: use the same instance independently and inside the binder...

javakotlindependency-injectionguice

Read More
Why isn't Guice finding my List<Interface> binding?...

dependency-injectionguicekotlin

Read More
Inject constructor dependency using Lombok Builder...

javadependency-injectionguicelombok

Read More
Is it possible to automatically clean up resources at the end of scope in Guice?...

javaguice

Read More
Modern Akka DI with Guice...

javaakkaguice

Read More
Why is dagger considered better for AWS lambda implementation than Guice?...

amazon-web-servicesaws-lambdaguicedagger-2

Read More
What's aopalliance all about? And why is guice using it?...

aopguiceaopalliance

Read More
How to test actors with components injected by Guice in Play! scala 2.5...

scalaakkaguiceactorplayframework-2.5

Read More
Using Google Guice to inject java properties...

javapropertiesguice

Read More
Inject one bean into another with annotations in Guice...

javaguice

Read More
How to prevent reuse of EntityManager with guice-persist and @Transactional?...

javahibernatejpaguiceguice-persist

Read More
How to inject my service class in my controller using guice?...

javadependency-injectionguice

Read More
Google guice lazy bindings...

guice

Read More
How to Inject an object which is created with Assisted Injection in Guice?...

javadependency-injectionguicecode-injectionassisted-inject

Read More
How to inject correctly the play.api.Configuration inside an object in play framework2.5?...

scaladependency-injectionplayframeworkguicetypesafe-config

Read More
Guice - Default binding for MapBinder...

javaguice

Read More
Origin is not allowed by Access-Control-Allow-Origin - how to enable CORS using a very simple web st...

javahtmlapachecross-domainguice

Read More
Proper use of GWT RequestFactory ServiceLocator and DI...

javagwtguicerequestfactoryservice-locator

Read More
How to make _asyncSupported = true in Jetty 9.3 while servlet is loaded in code with Google guice Se...

javajettyguicejetty-9

Read More
Guice Constructor Injection withOUT Annotations?...

javadependency-injectionguice

Read More
Difference between bind(Foo.class).to(Bar.class) vs bind(Foo.class).toInstance(new Bar())...

guice

Read More
Guice: Injecting an object from an installed module to a dependent installed module...

dependency-injectionguice

Read More
How to inject a collection with provider...

javaguice

Read More
ServletModule.filter versus @WebFilter...

javaguiceservlet-filters

Read More
BackNext