Seam 2.1.0.BETA1 发布了

在seam 2.0发布六个月以后终于发布了seam 2.1 beta1.
具体的功能增加和调整包括:
    *  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
提供对wicket的直接支持- 可以获得最新的wicket示例,而且在最近会提供就结合seam使用的手册
    * Identity management - built in, flexible, support for managing users in a database (via JPA) or LDAP (or build your own store frontend!)
身份验证管理- 提供内置、可扩展的通过数据库(JPA)或ldap管理的用户信息
    * Permission management - now you've got ACL permissions (stored using JPA) in addition to rule based permissions and simple permissions
权限管理 -  提供基于acl的管理作为对基于规则的权限管理
    * Create reports in Excel and CSV using JSF tags and Facelets templates
使用jsf标签和Facelets模板创建excel和csv报表
    * Built in support for URL rewriting
对URL重写的支持
    * Initial support for JAX-RS (JSR-311) - the REST API for Java, through RESTeasy
      提供对rest的支持
    * A big speed improvement to SeamTest, and you can now run it at the same time as JBoss AS
提升seamtest性能
    * Ability to deploy your own resources when Seam boots (you can watch for annotations, file name patterns, file content - the list is endless!)
部署个人的资源文件在seam启动的过程中
    * 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!)
支持jboss cache
And of course, we got the usual plethora of updates, such as:
下面是更新

    * Groovy 1.5
    * RichFaces 3.2

你可能感兴趣的:(jboss,jpa,Excel,seam,wicket)