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.
Thank you for taking an interest in Seam 3. We're positive the Seam stack will simplify your code and boost your productivity. All you have to do is get started.
There are a couple ways to start using Seam:
You need to be aware of the prerequisites for Seam 3.
The simplest way to get started with Seam is to add one or more Seam modules to your existing Java EE 6 (or CDI) project, grab the reference documentation for the corresponding modules and just code away. The following page describes how to add the modules to your project a la carte:
If you don't have a project at all, you'll need to create one. The easiest way to get started is to have Maven use a Weld archetype to generate a project. The follow page describes how to use the Weld archetypes:
Once you have created the project, you need to add one or more Seam modules to the project.