是的,我们刚刚发布了 Seam 2.1.0.CR1.
如果你还没有关注过2.1的 beta 发布版本, 下面是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!)
GA 发布版本应该快发布了,如果你发现了什么问题,请告诉我们。
[Download] [Reference Documentation] [JIRA] [Release Notes] [Migration Guide]