阅读更多

1顶
0踩

企业架构

原创新闻 Seam 2.3 Beta2 发布

2012-05-24 15:18 by 正式编辑 hantsy 评论(2) 有5544人浏览

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 .

 

1
0
评论 共 2 条 请登录后发表评论
2 楼 tag13346 2012-05-24 22:44
3不是说已经废了,被另外一个项目代替了么
1 楼 andyhan 2012-05-24 16:35
Seam 3 定位尴尬,已经回不去2.X了。

发表评论

您还没有登录,请您登录后再发表评论

相关推荐

Global site tag (gtag.js) - Google Analytics