Seam 2.3 RC1 发布

4 篇文章 0 订阅
2 篇文章 0 订阅

Seam 2.3 RC1 发布了!

 

Seam 2.3 利用了 JEE 6 一些特性,例如 JSF2, JPA2,EJB3.1, 很容易部署到 JBoss 7 上。

 

Seam gen 作了更新, 生成一个基于ANT 的基本项目,遗憾的是没有更新到基于 Maven 构建上,虽然 Seam 2.3 的构建已经完全建立在 Maven基础上 。

 

 

 

要使用 Seam 2.3 RC1.

 

  • 首先在 ~/.m2/settings.xml  设置 JBoss repository  (你可以利用 Seam2.3 build/settings.xml 作为模板):


<profile>
       
       <id>
jboss-public-repository</id>

       <repositories>

         <repository>

           <id>
jboss-public-repository-group</id>

           <name>
JBoss Public Maven Repository Group</name>

           <url>
https://repository.jboss.org/nexus/content/groups/public/</url>

           <layout>
default</layout>

         </repository>

        ...       
       </repositories>

 </profile>

 ... 

<activeProfiles>

     <activeProfile>
jboss-public-repository</activeProfile>

</activeProfile>


 

 

  • 更新你项目中 Seam BOM, 这样jboss-seam 和 jboss-seam-ui 也会随之更新:

 

<dependencyManagement>

        <dependencies>

            <dependency>

                <groupId>
org.jboss.seam</groupId>

                <artifactId>
bom</artifactId>

                <version>
2.3.0.CR1</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>


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值