AppFuse 1.9.4 Released
This release's major new features are upgrading to Spring 2.0, Hibernate 3.2, and Facelets + Ajax4JSF integration for the JSF option. In addition, many libraries have been fixed and a few bugs have been squashed.
To install and configure AppFuse for development, see the QuickStart Guide. Thanks to all the sponsors who have contributed products and free hosting to the AppFuse project.
To see how AppFuse works, please see the following demos (username: mraible, password: tomcat):
- Struts + Spring + Hibernate
- Spring + iBATIS
- WebWork + Spring + Hibernate
- JSF + Spring + Hibernate
- Tapestry + Spring + Hibernate
Comments and issues can be sent to the mailing list or posted to JIRA.
Note: If you're building AppFuse on Linux, you should be aware of some non-English encoding issues. The solution is to add something like the following to your ~/.bashrc file.
export LC_CENGINE=en_US export LANG=en_US export LANGUAGE=en_US