Seam 1.1 CR1 released

Posted by    |       Seam

With the release of CR1, we are proud to announce Seam 1.1 to the world. Seam 1.1 brings Ajax, lightweight asynchronicity and the Seam Application Framework to Seam, and brings Seam to the J2EE platform. No matter what application server you use, you can experience the difference made by Seam's unique state and concurrency management architecture. This release is also a huge step forward in maturity, with many bugfixes and minor enhancements.

New features include:

  • New concurrency model for AJAX-based applications
  • Integration with ICEfaces and Ajax4JSF
  • Support for J2EE environments
  • The Seam Application Framework for data-oriented applications
  • seam-gen, a command line tool for generating seam projects, actions, and reverse engineering existing databases
  • Efficient clustering of Seam-managed extended persistence contexts and JavaBean components
  • Support for atomic conversations
  • Asynchronous methods and events
  • Enhanced configuration via components.xml
  • Exception handling via annotations or exceptions.xml
  • Page fragment caching via <s:cache/>
  • Decoration of invalid input via <s:decorate/>
  • Page parameters for RESTful applications
  • Themes
  • Support for the Sun JSF 1.2 reference implementation
  • Many, many bugfixes and other enhancements

Many thanks to everyone who contributed to this release, which was a real team effort.

Download it here:

https://sourceforge.net/project/showfiles.php?group_id=22866&package_id=163777&release_id=465354


Back to top