Seam 2.0 now in beta

Posted by    |       Seam

Three months to the day after the release of Seam 1.2.1, Seam2 has entered its beta phase. The Seam 2.0 codebase is more robust, better organized, better documented and is designed to take Seam beyond the world of JSF. Seam 2.0 introduces the following changes and new features:

  • Seam WS allows Seam components to function as Web Service endpoints
  • Seam components may now be writted in Groovy
  • The Seam core is now independent of JSF
  • Experimental support for the Google Web Toolkit
  • Integration of Hibernate Search
  • Introduction of JBoss EL, an extension to the Unified EL of Java EE 5
  • Major enhancements to Seam Asynchronicity, including Quartz integration
  • Major enhancements to jBPM integration
  • Completely reorganized packaging of built-in components
  • Migration to JSF 1.2
  • Simplified configuration
  • Support for pageflow composition
  • Enhancements to the integration testing framework
  • New transaction abstraction layer with support for non-JTA environments
  • Enhanced JavaDoc
  • Two new example applications
  • Migration to the new Embedded JBoss
  • Seam JSF controls reimplemented using Ajax4JSF CDK
  • Many, many bugfixes

Many thanks to everyone who contibuted to this major release, and to the Seam community for your ongoing support, encouragement and enthusiasm.

Get it here:

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


Back to top