Spring integrating with other web frameworks
Articles:- Put JSF to work: Build a real-world Web application with JavaServer Faces, the Spring Framework, and Hibernate by Derek Yang Shen - [Clicks: 535]
Building a real-world Web application using JavaServer Faces is not a trivial task. This article shows you how to integrate JSF, the Spring Framework, and Hibernate, and describes best practices and design guidelines for building a real-world Web application using these technologies.
[Includes source code]
http://www.javaworld.com/javaworld/jw-07-2004/jw-0719-jsf.html - Jul, 2004 - Integrating Tapestry and the Spring Framework by Rod Johnson, Juergen Hoeller, Alef Arendsen, Colin Sampaleanu, Darren Davison, Dmitriy Kopylenko, Thomas Risberg - [Clicks: 766]
This document attempts to detail a few best practices for combining these two frameworks. It is expected that you are relatively familiar with both Tapestry and Spring Framework basics, so they will not be explained here. General introductory documentation for both Tapestry and Spring Framework are available on their respective web sites.
http://www.springframework.org/docs/reference/view.html#view-tapestry - Mar, 2004
[Top]
Wiki:- WebWork 2 Spring Integration - [Clicks: 23]
I started out using the original WebWork documentation to get Spring to initialize Webwork actions, but it appears that a lot has changed since the days of WebWork 1.x. This will be my attempt to clarify some of those changes and to list the steps necessary to get the two to play nicely. Please comment with clarifications or corrections!
http://wiki.opensymphony.com/display/WW/WebWork+2+Spring+Integration - Apr, 2004
[Top]