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]
Tags: Seam News
Created: 01. Oct 2008, 18:15 CET (Norman Richards)
Last Modified: 04. Oct 2008, 14:36 CET (Pete Muir)
The heading on the article needs to be fixed (wrong version). 2.1.0.C1 updated from 2.0.1.C1
Also when you try downloading, it is still listed as BETA
The sourceforge link seems to be pointing to the Beta (Aug 26) version...
This seems to be the correct link for 2.1.0CR1:
http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=163777&release_id=629840
What versions of Wicket are supported?
The official supported version of Wicket is 1.3.3. You will have to test other versions to determine if they are compatible.
What about GWT support? Thought it was targeted to 2.1.0 too.
It was delayed as very other important features - support for test with maven for example
Will there be an upgrade of resyeasy (currently 1.0-beta-8) before the GA? Quite a lot happened since 1.0-beta-5 (new groupId, new API, ...)
The link to the Migration Guide requires an SVN login.