| Author |
Spring dependency injection in a Struts Plugin
|
Ashish Bassi
Greenhorn
Joined: Aug 22, 2007
Posts: 11
|
|
I have a Struts/Spring application.
I'm writing a new Struts plugin like
Now i need to initialize my service in this plugin using Spring DI, but im unable to find a way to achieve this. Please help
|
 |
Ganesh Gowtham
Ranch Hand
Joined: Mar 30, 2005
Posts: 221
|
|
HI ,
Best way to use spring + struts is to followany of these types ( ContextLoaderPlugIn, ActionSupport , DelegatingRequestProcessor,DelegatingActionProxy )
Check this LInk
Loading the application context
No matter which technique you use, you will need to use the Spring ContextLoaderPlugin to load the Spring application context for the Struts ActionServlet. Simply add the plug-in to your struts-config.xml file as you would any other plug-in, as shown here:
|
Thanks, Ganesh Gowtham
http://ganesh.gowtham.googlepages.com
|
 |
 |
|
|
subject: Spring dependency injection in a Struts Plugin
|
|
|