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.

Most of the Seam example applications work with JBoss Application Server 5.x as is. Seam 2.2.0 is the recommended version for use with AS5.

Setup

The setup required to use JBoss AS 5 is exactly the same as with JBoss AS 4.2.X

  1. Download JBoss AS 5 and start JBoss with the bin/run.(sh/bat) script.
  2. Edit build.properties in your Seam directory and configure the jboss.home property to be your JBoss AS installation directory.
  3. In the jboss-seam/examples/booking directory, type ant deploy.
  4. Point your browser to http://localhost:8080/seam-booking/ and register an account and book some hotels.
  5. In the jboss-seam/examples/drools directory, type ant deploy.
  6. Point your browser to http://localhost:8080/seam-drools/ and play the guessing game.
  7. In the jboss-seam/examples/wicket directory, type ant deploy.
  8. Point your browser to http://localhost:8080/seam-wicket/ and see what Wicket is all about.

Note that jpa example has AS5 specific build target - jboss5

Now pick one of these apps and change the pages and/or source code in your Seam's /examples/<app-dir> directory and redeploy the application by calling ant deploy - see how your modifications affect the application.

If you would like to understand some of the details of the Seam, AS 5 integration take a look on the JBoss wiki and specifically What is JBoss-Seam-Int

Seam 2.2.0 compatibility issues with AS 5.x

Seam's now target's JBoss 5. All examples have been tested and work with JBoss 5.