Posts | Comments | Email

Posts Tagged providers

Dependency Injection with Google Guice by example

Dependency Injection with Google Guice by example

In this blogpost, I'll explain Dependency Injection with Google Guice through a lot of examples. Hope you like it. Annotation based DI It's possible in Guice to inject a class with the help of annotations. In this example, I create a mainclass which creates an order. Inside the order there wil

09.29.2009| Featured, java, tutorials | Wim

9 Comments