http://struts.sourceForge.Net/Struts-Source/ Nice struts plugin allows you to manage your Action with Spring's IOC container, and to implant the objects required for Action. Configuration is also relatively simple. At present, the new version of Spring has integrated this plugin, which can be used without downloading and installation. There is also a relevant instructions in Spring's APIDOC.
Add the struts-config.xml widget configuration: Plug-in>
Configuring your action in struts-config.xml for unified proxy action>
In the ApplicationContext.xml file, configure bean and your action, Note Configuring Action Yes, the name of the Action must be specified using the Name property. The ordinary bean can also be specified by ID.