Skip navigation
2010

Seam XML configuration Beta1 has been released. You can start using it with the following pom.xml declaration:

 

<dependency>
   <groupId>org.jboss.seam.xml</groupId>
   <artifactId>seam-xml-config</artifactId>
   <version>3.0.0.Beta1</version>
</dependency>  

This release does not have many significant changes since the Alpha3 release (mainly documentation and example fixes).

 

As Weld Extensions has been renamed Seam Solder this is the last release that will use Weld Extensions, future releases will use Seam Solder.

 

[Project Page] - [Download] - [Documentation]