posted 16 years ago
The spring integration portion of the book shows you how to set up the spring plugin, which augments the frameworks internal OBjectFactory. This allows Spring to intervene and manage the creation of all of the framework components like actions, interceptors, etc. For examples, we specifically show how to use Spring to auto-wire and to manually inject things such as actions and interceptors.
I think this is enough so that you can apply your own spring knowledge to full effect.
Chad Davis<br />Co-author of Struts 2 in Action