You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.
| Online: | 2 Members of 9413 |
Please see the Seam 3 Downloads section (linked from the left-hand navigation).
Please read the Requirements FAQ first if you have any questions, this is a quick overview:
To get started with Seam after you downloaded it, please follow the Getting Started guidelines.
| Package | Version | Category | Size | Released | License | ||
|---|---|---|---|---|---|---|---|
| JBoss Seam 2.2 | 2.2.1.CR1 | Preview | 141 MB | 15.03.2010 | LGPL | Notes | Download |
| JBoss Seam 2.2 | 2.2.0.GA | Final | 111 MB | 30.07.2009 | LGPL | Notes | Download |
| JBoss Seam 2.1 | 2.1.2.GA | Final | 136 MB | 08.06.2009 | LGPL | Notes | Download |
| JBoss Seam 2.0 | 2.0.3.CR1 | Preview | 84 MB | 13.06.2008 | LGPL | Notes | Download |
| JBoss Seam 2.0 | 2.0.2.SP1 | Final | 84 MB | 28.05.2008 | LGPL | Notes | Download |
| JBoss Seam 1.2 | 1.2.1 GA | Final | 73 MB | 27.03.2007 | LGPL | Notes | Download |
Browse all packages | Latest 2.0 Unstable Nightly Build | Latest 2.1 Unstable Nightly Build | Latest 2.2 Unstable Nightly Build | JBoss Product Versioning Guidelines
Weld 1.0.1 is available out of the box with JBoss Application Server 6.0 nightly builds - no need to install any libraries, just deploy your application. Alternatively, JBoss AS 6.0 Milestone
To get started with Weld after you downloaded it, please follow Chapter 6 Getting started with Weld
in the Documentation.
| Package | Version | Category | Size | Released | License | ||
|---|---|---|---|---|---|---|---|
| Weld 1.0 | 1.0.1.Final | Final | 21.0 MB | 23.02.2010 | APL 2.0 | Notes | Download |
| JSR-299 TCK 1.0 | 1.0.1.Final | Final | 60.0 MB | 23.02.2010 | APL 2.0 | Notes | Download |
| Current JSR-299 TCK 1.0 Exclude list | |||||||
| Current JSR-299 TCK 1.0 Exclude list (for Java EE) | |||||||
Seam 2 is available from the JBoss Maven 2 repository:
Read this article for more information about Seam with Maven. You can also find unstable nightly builds on the JBoss Maven 2 snapshot repository.
Weld is available from Maven Central:
Please be advised that if you are building applications on Weld using Maven, we still recommend using the JBoss Maven repository as well as central. We haven't been able to confirm that all the runtime dependencies are located in the Maven Central repository.
Seam is located in the JBoss SVN Repository, in the seam module. Seam 2 is a organized as a single project (thus one repository), built using Ant. If you are looking for Seam 3, refer to the Seam 3 check out and build page page for instructions.
# Anonymous SVN checkout of the 2.0 stable branch: svn co http://anonsvn.jboss.org/repos/seam/branches/community/Seam_2_0 seam # Anonymous SVN checkout of the 2.1 stable branch: svn co http://anonsvn.jboss.org/repos/seam/branches/community/Seam_2_1 seam # Anonymous SVN checkout of the 2.2 stable branch: svn co http://anonsvn.jboss.org/repos/seam/branches/community/Seam_2_2 seam # Developer/Committer SVN checkout of the 2.0 stable branch: svn co https://svn.jboss.org/repos/seam/branches/community/Seam_2_0 seam # Developer/Committer SVN checkout of the 2.1 stable branch: svn co https://svn.jboss.org/repos/seam/branches/community/Seam_2_1 seam # Developer/Committer SVN checkout of the 2.2 stable branch: svn co https://svn.jboss.org/repos/seam/branches/community/Seam_2_2 seam
Please see JBoss SVN Repository for complete access instructions, including how to get commit access.
Browse Seam Repository |
Seam SVN Notification Feed | Seam SVN Notification Mailing List
Weld is located in the JBoss SVN Repository, in the weld module.
# Anonymous SVN checkout of the 1.0 development branch: svn co http://anonsvn.jboss.org/repos/weld/core/trunk weld # Developer/Committer SVN checkout of the 1.0 development branch: svn co https://svn.jboss.org/repos/weld/core/trunk weld # Anonymous SVN checkout of the examples: svn co http://anonsvn.jboss.org/repos/weld/examples/trunk weld-examples # Developer/Committer SVN checkout of the examples: svn co https://svn.jboss.org/repos/weld/examples/trunk weld-examples # Anonymous SVN checkout of the documentation: svn co http://anonsvn.jboss.org/repos/weld/doc/trunk/reference weld-reference-guide # Developer/Committer SVN checkout of the documentation: svn co https://svn.jboss.org/repos/weld/doc/trunk/reference weld-reference-guide # Anonymous SVN checkout of the JBoss AS integration svn co http://anonsvn.jboss.org/repos/jbossas/projects/weld-int/trunk weld-int # Developer/Committer SVN checkout of the JBoss AS integration: svn co https://svn.jboss.org/repos/jbossas/projects/weld-int/trunk weld-int
Please see JBoss SVN Repository for complete access instructions, including how to get commit access.
Browse Weld Repository |
Weld SVN Notification Feed | Weld SVN Notification Mailing List
You need a full install of ant 1.7.0. Some linux distributions only supply a partial installation of ant which will make the build fail. If so, make sure ant-nodeps.jar is on the classpath.
To build Seam from SVN, just run ant build in seam/. You'll find the built artifacts and current set of libraries in jboss-seam/lib.
For more information, see Getting Started Developing the Seam Framework.
You need a full install of ant 1.7.0 or 1.8.0 (ant 1.7.1 is broken for Seam). Some Linux distributions only supply a partial installation of ant which will make the build fail. If so, make sure ant-nodeps.jar is on the classpath.
To build Weld from SVN, just run mvn install in weld/. You'll find the built artifacts and current set of libraries in your maven repository. To update JBoss AS with this version of Weld, run ant -f jboss-as/build.xml.
For more information, see Guidelines for Weld development.
Instructions can be found on the Seam 3 check out and build page.