Help

Built with Seam

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.

  1. Download and install Tomcat 6.X
  2. Go into the jboss-seam/examples/jpa directory
  3. Copy the lib/hsqldb.jar into $TOMCAT_HOME/lib
  4. Run ant tomcat6 to build the application
  5. Deploy dist-tomcat6/jboss-seam-jpa.war
  6. Start Tomcat
  7. Access the app at http://localhost:8080/jboss-seam-jpa/

To run EJB based examples you'll need to follow the instructions on installing JBoss Embedded on Tomcat 6.0.