| Author |
Struts 2 integration with other frameworks?
|
Reghu Ram Thanumalayan
Ranch Hand
Joined: Oct 21, 2003
Posts: 193
|
|
Hello Brown, "No Framework is an Island" From the TOC, i can see that there is some mention about integration with Spring and Hibernate. Does the chapter cover integration with Spring in detail with regards to the filter chains and request interceptors? Regards, Reghu
|
Cheers,<br />Reghu Ram T<br /> <br />SCJP 1.4 - 98 %, SCBCD 1.3 - 94 %, SCMAD 1.0 - 92 %
|
 |
chad michael davis
Author
Greenhorn
Joined: Mar 01, 2006
Posts: 27
|
|
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
|
 |
 |
|
|
subject: Struts 2 integration with other frameworks?
|
|
|