[ANN] AppFuse 1.6 Released
After many late nights and lots of Red Bull - AppFuse 1.6 is finished. Phew! The major additions to this release are SiteMesh and WebWork. I also did a lot to simplify DAOs and the tutorials. This release is definitely the largest AppFuse one I've ever done - or at least I spent the most time on it. Not only was WebWork added and Spring MVC improved, but I improved the Struts version significantly too. Now it'll handle nested objects, which can translated into nested forms - and validation even works. All classes in the "web" module can now be tested sans-container, which eliminates the need for Cactus and reduces test execution time by over 50%. The relationship between users and roles was also re-worked to take advantage of Hibernate's slick parent-child relationship features.
- Download
- Release Notes
- Learn more about AppFuse
- Live Demos:
See the QuickStart Guide and Tutorials to get started right away. Enjoy!
Posted by Fabien on October 10, 2004 at 02:14 PM MDT #
Posted by Sib on October 11, 2004 at 01:38 AM MDT #
Hi Matt,
I'm the one who told you a few months ago that the login page didn't validate because of duplicate 'id="login"' attributes. You said you were going to fix it, and I seem to remember checking back later and finding it fixed, but it seems to have re-appeared.
Just thought you'd want to know.
Great work getting 1.6 done, by the way. Can't wait to dig into it!
Posted by Kelzer on October 11, 2004 at 01:18 PM MDT #
Posted by Matt Raible on October 11, 2004 at 01:38 PM MDT #
Just wanted to let you know that Spring's SQLErrorCodeSQLExceptionTranslator seems unable to properly identify exceptions thrown by hsqldb, which in turn causes UserDAOTest to fail.
Changing the test to catch DataAccessException is an easy workaround which seems to fix the problem.
Posted by Axel on October 11, 2004 at 02:33 PM MDT #
Posted by Twice on October 11, 2004 at 02:58 PM MDT #
Posted by Matt Raible on October 11, 2004 at 04:40 PM MDT #
Posted by Vladimir Mironov on October 12, 2004 at 12:24 PM MDT #
Posted by jameli on October 14, 2004 at 09:47 AM MDT #