| Seamhttp://jboss.com/products/seam1.2 添加了很多新的改进,例如: 和Spring的集成, 支持HQL/EJB-QL表达式,实体级别的安全管理(entity level security), SSL从定向(SSL redirection),简化配置,与Ajax4JSF的集成等等....
感谢很多爱好者的贡献, 特别要感谢 Michael Youngstrom 贡献了Spring集成部分的文档: http://docs.jboss.com/seam/1.2.0.GA/reference/en/html/spring.html
Spring beans 现在已经注入到(injected into) Seam components 并且 Seam components 也可以注入到Spring beans. 或者只要一行Spring xml 配置,已经存在的Spring beans 就可以变为Seam component . Seam's contexts 可以作为Spring custom scopes来使用. 最后, Seam's persistence context management 可以被 Spring beans使用.
从这里下载: http://labs.jboss.com/portal/jbossseam/download/index.html
新闻翻译: http://blog.matrix.org.cn/icess/entry/20070305
|