SeamFramework.orgCommunity Documentation

Chapter 1. Installation

The Seam REST module requires a Java EE 6 compliant server such as JBoss Application Server or GlassFish to run on.

To use the Seam REST module, add seam-rest and seam-rest-api jars into the web application. If using Maven, add the following dependency into the web application's pom.xml configuration file.

Example 1.1. Dependency added to pom.xml


<dependency> 
    <groupId>org.jboss.seam.rest</groupId> 
    <artifactId>seam-rest</artifactId> 
    <version>${seam.rest.version}</version> 
</dependency>