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: | 17 Members of 9438 |
Seam 3 modules and examples are published to the JBoss Community Maven Repository when they are released. The corresponding source and JavaDoc artifacts are also published to provide easy tooling support. You are not required to define additional repositories to use these artifacts.
We recommend adding this profile to your settings.xml:
<profiles>
<profile>
<id>jboss-public-repository</id>
<activation>
<property>
<name>jboss-public-repository</name>
<value>!false</value>
</property>
</activation>
<repositories>
<repository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Maven Repository Group</name>
<url>http://repository.jboss.org/nexus/content/groups/public</url>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Maven Repository Group</name>
<url>http://repository.jboss.org/nexus/content/groups/public</url>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
Alternatively, you can add it directly to your project's POM.
The Seam module artifacts using the following naming conventions:
The table below shows the module releases and the dependency stanza you need to add to your POM to include the module in your project. If you are looking for the full distribution of a module, see the distribution downloads page.
| Name | Dependency | JAR file | POM file | Details |
|---|---|---|---|---|
| faces | <dependency> <groupId>org.jboss.seam.faces</groupId> <artifactId>seam-faces</artifactId> <version>3.0.0.Alpha3</version> </dependency> |
Download Impl (56 KB) Download API (36 KB) |
View | Details |
| international | <dependency> <groupId>org.jboss.seam.international</groupId> <artifactId>seam-international</artifactId> <version>3.0.0.Alpha1</version> </dependency> |
Download Impl (19 KB) Download API (15 KB) |
View | Details |
| jms | <dependency> <groupId>org.jboss.seam.jms</groupId> <artifactId>seam-jms</artifactId> <version>3.0.0.Alpha1</version> </dependency> |
Download Impl (21 KB) Download API (4.6 KB) |
View | Details |
| remoting | <dependency> <groupId>org.jboss.seam.remoting</groupId> <artifactId>seam-remoting-core</artifactId> <version>3.0.0-Beta1</version> </dependency> |
Download (184 KB) | View | Details |
| xml | <dependency> <groupId>org.jboss.seam.xml</groupId> <artifactId>seam-xml-config</artifactId> <version>3.0.0.Alpha2</version> </dependency> |
Download (97 KB) | View | Details |
You can also find snapshots in JBoss Maven Repository.
You can depend on any Seam artifact found in that repository. The version of the artifact will end in -SNAPSHOT.