Tag Archives: dependency injection
-
Using Google Guice in Web Applications
45 February 2013 by ludovicianul
Introduction As promised in the previous article I’ll continue presenting Google Guice also for web applications. In order to do …
Continue reading -
How to inject Spring beans into Servlets
58 September 2011 by ludovicianul
This can be achieved in 3 simple steps: 1. Implement HttpRequestHandler First of all your servlet class must implement the org.springframework.web.HttpRequestHandlerinterface …
Continue reading
