Seam Example Applications
=========================
This directory contains the Seam example applications, which have 
all been tested in JBoss 4.0.5. Most examples have also been
tested on Tomcat, and some have been tested with other application
servers.

registration/         A trivial example for the tutorial

booking/              The Seam Booking demo application for EJB 3.0

hibernate/            The Seam Booking demo ported to Hibernate3

icefaces/             The Seam Booking demo with ICEfaces, instead of 
                      Ajax4JSF

glassfish/            The Seam Booking demo ported to the Java EE 5
                      reference implementation

dvdstore/             The Seam DVD Store demo demonstrating jBPM 
                      support in Seam
                      
contactlist/          The Seam Contact List demo demonstrating use
                      of the Seam application framework
                
blog/                 The Seam blog example, showing how to write
                      RESTful applications using Seam
                
seamspace/            The Seam Spaces demo demonstrating Seam 
                      Security
                      
issues/               The Seam Issue Tracker demo, demonstrating 
                      nested conversations and workspage management

seampay/              The Seam Payments demo demonstrating the use of
                      asynchronous methods
                      
numberguess/          The Seam number guessing example, demonstrating
                      jBPM pageflow

todo/                 The Seam todo list example demonstrating
                      jBPM business process management
                      
messages/             The Seam message list example demonstrating use 
                      of the @DataModel annotation
                      
mail/                 The Seam mail example demonstrating use of 
                      facelets-based email templating
                      
mail/                 The Seam mail example demonstrating use of 
                      facelets-based email templating
                      
pdf/                  The Seam PDF example demonstrating use of 
                      facelets-based PDF templating
                      
ui/                   Demonstrates some Seam JSF controls
                      
spring/               Demonstrates Spring framework integration
                      
drools/               A version of the number guessing example that
                      uses Drools with jBPM
                      
portal/               A port of the Seam Hibernate demo to run on
                      JBoss Portal
                
remoting/helloworld/  A trivial example using Ajax

remoting/chatroom/    The Seam Chat Room example, demostrating Seam
                      Remoting
                      
remoting/progressbar/ An example of an Ajax progress bar

hibernate2/            A revised version of the hibernate example (runs 
                       on J2EE)

jpa/                   An example of the use of Hibernate JPA (runs on 
                       J2EE)
