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: | 34 Members of 4183 |
Most of the Seam example applications will work with JBoss Application Server 5.0.x. If you are using JBoss AS 5.0.0.CR1, you should use Seam 2.0.3.CR1, if you are using JBoss AS 5.0.0.CR2 or higher you should use Seam 2.0.3.CR2 or even better Seam 2.1.0.GA. See below for some known issues and further information.
The setup required to use JBoss AS 5 is exactly the same as with JBoss AS 4.2.X
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
This is where we will list out any specific points of interest, and items that should be address or emphized for Seam support for JEE5 containers such as GlashFish and JBoss AS 5
Below is a listing of the Seam 2.1.0.GA examples and how they work with AS 5. Some will work fine with AS 5 CR2, some require the latest trunk build (until GA is released), and other do not currently work with AS 5, but should be fixed either for AS 5 GA or in a future release of Seam 2.1.X.
I tried the seam-dvd example, when I tried to log in I got
Using Seam 2.1.0.CR1 and JBoss 5.0.0.CR2