欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Seam 2.3 Beta2 发布

程序员文章站 2022-03-01 12:46:08
...

Seam 2.3 Beta2 放出, 下一个版本将是 CR1.

 

这个版本用 Arqullian 集成测试替代了过时的 JBoss Embeded , UI taglib 生成中使用 Richfaces 4.2.2 CDK 代替了 Richfaces3.3 CDK,另外 Seam Gen 回来了。

 

Maven 用户请更改 Maven 设置。

 

<dependencyManagement>
   <dependencies>
      <dependency>
         <groupId>org.jboss.seam</groupId>
         <artifactId>bom</artifactId>
    <version>2.3.0.Beta2</version>
         <type>pom</type>
         <scope>import</scope>
      </dependency>
 </dependencies>
</dependencyManagement>


<dependencies>
   <dependency>
     <groupId>org.jboss.seam</groupId>
     <artifactId>jboss-seam</artifactId>
     <type>ejb</type>
   </dependency>
   <dependency>
     <groupId>org.jboss.seam</groupId>
     <artifactId>jboss-seam-ui</artifactId>
   </dependency>
</dependencies>

 

下载: http://www.seamframework.org/Seam2/Downloads

文档: http://www.seamframework.org/Seam2/Seam2Documentation .