my dog learned polymorphism
The moose likes Struts and the fly likes Struts 2 integration with other frameworks? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Struts 2 integration with other frameworks?" Watch "Struts 2 integration with other frameworks?" New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Struts 2 integration with other frameworks?
 
Similar Threads
Struts2 Extending the FilterDispatcher
next thing to learn after Servlets/JSPs
Spring in action - integration with other web frameworks
Spring vs JSF
Books on JSf and Spring integration.