Tag Archives: bean
-
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
