Seam 2.1.0.CR1 is out

Posted by    |       Seam

That's right, we've just posted Seam 2.1.0.CR1.

If you weren't paying attention to the beta release, here's a run down of what's new in Seam 2.1

  • First class support for Wicket - check out the all new Wicket example. I'll be posting a tutorial on using Wicket with Seam in the next week or two
  • Identity management - built in, flexible, support for managing users in a database (via JPA) or LDAP (or build your own store frontend!)
  • Permission management - now you've got ACL permissions (stored using JPA) in addition to rule based permissions and simple permissions
  • Create reports in Excel and CSV using JSF tags and Facelets templates
  • Built in support for URL rewriting
  • Initial support for JAX-RS (JSR-311) - the REST API for Java, through RESTeasy
  • A big speed improvement to SeamTest, and you can now run it at the same time as JBoss AS
  • Ability to deploy your own resources when Seam boots (you can watch for annotations, file name patterns, file content - the list is endless!)
  • Customizing the default interceptor stack - watch for a tutorial on this in the next few weeks
  • Support for JBoss Cache 1.x or JBoss POJO Cache 1.x in JBoss AS 4.2, JBoss Cache 2.x in JBoss AS 5, and EHCache (of course, you can also use JBoss Cache in other app servers!)

The GA shouldn't be too far away, so please let us know of any issues sooner rather than later!

[Download] [Reference Documentation] [JIRA] [Release Notes] [Migration Guide]


Back to top