Help

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]

10 comments:
02. Oct 2008, 06:26 CET | Link
Wrong Heading

The heading on the article needs to be fixed (wrong version). 2.1.0.C1 updated from 2.0.1.C1

ReplyQuote
02. Oct 2008, 08:34 CET | Link
Vimal Kansal

Also when you try downloading, it is still listed as BETA

02. Oct 2008, 11:27 CET | Link
Ben Swenka

The sourceforge link seems to be pointing to the Beta (Aug 26) version...

02. Oct 2008, 11:30 CET | Link
Ben Swenka
 
02. Oct 2008, 16:11 CET | Link
Curious

What versions of Wicket are supported?

 
03. Oct 2008, 08:01 CET | Link

The official supported version of Wicket is 1.3.3. You will have to test other versions to determine if they are compatible.

 
05. Oct 2008, 01:24 CET | Link
nyuser

What about GWT support? Thought it was targeted to 2.1.0 too.

 
08. Oct 2008, 17:31 CET | Link
lord

It was delayed as very other important features - support for test with maven for example

 
13. Oct 2008, 23:24 CET | Link
Michael Brackx

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, ...)

 
17. Oct 2008, 01:35 CET | Link
Anon

The link to the Migration Guide requires an SVN login.

Post Comment