A Fullstack JSF web Application using
- MyFaces core 1.2.3 - JSF implementation
- MyFaces Tomahawk 1.1.7 - JSF component library
- MyFaces Orchestra 1.1 - extended scopes (conversation, flash)
- Facelets 1.14 - JSF view technology
- Spring 2.5 - IOC container
- Hibernate 3.3.1.ga - JPA persistence layer
- hsqldb 1.8 - database
- OVal 1.10 - object validation framework
To see the application in action: a) download the source archive from http://jsfatwork.googlecode.com/files/jsfatwork1-0.zip b) run it using maven2: mvn tomcat:run