• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Struts 2 integration with other frameworks?

 
Ranch Hand
Posts: 193
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Author
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic