Hi!
I would like my servlets to be injected by Spring like any other Java beans that are configured in an application context.
Currently I have to overwrite initFrameworkServlet and get my dependent beans out of the WebApplicationContext manually.
Since my servlet has setter methods for each of the needed dependent beans, I would like Spring to fill in the dependencies automatically.
Before I start to write the code I want to ask if Spring has already some support for this but I just couldn't find it.
Thanks,
Robert


Reply With Quote