[jboss-cvs] jboss-seam/examples ...

Gavin King gavin.king at jboss.com
Tue Jan 30 11:13:37 EST 2007


  User: gavin   
  Date: 07/01/30 11:13:37

  Modified:    examples  readme.txt
  Log:
  list
  
  Revision  Changes    Path
  1.18      +24 -4     jboss-seam/examples/readme.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: readme.txt
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/readme.txt,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- readme.txt	20 Nov 2006 20:00:01 -0000	1.17
  +++ readme.txt	30 Jan 2007 16:13:37 -0000	1.18
  @@ -1,7 +1,9 @@
   Seam Example Applications
   =========================
   This directory contains the Seam example applications, which have 
  -been tested in JBoss 4.0.5.
  +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
   
  @@ -9,7 +11,11 @@
   
   hibernate/            The Seam Booking demo ported to Hibernate3
   
  -icefaces/             The Seam Booking demo with ICEfaces, instead of Ajax4JSF
  +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
  @@ -20,9 +26,15 @@
   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
   
  @@ -32,6 +44,12 @@
   messages/             The Seam message list example demonstrating use 
                         of the @DataModel annotation
                         
  +mail/                 The Seam mail example demonstrating use of 
  +                      facelets-based email templating
  +                      
  +pdf/                  The Seam PDF example demonstrating use of 
  +                      facelets-based PDF templating
  +                      
   drools/               A version of the number guessing example that
                         uses Drools with jBPM
                         
  @@ -45,6 +63,8 @@
                         
   remoting/progressbar/ An example of an Ajax progress bar
   
  -hibernate2/            A revised version of the hibernate example (runs on J2EE)
  +hibernate2/            A revised version of the hibernate example (runs 
  +                       on J2EE)
   
  -jpa/                   An example of the use of Hibernate JPA (runs on J2EE)
  +jpa/                   An example of the use of Hibernate JPA (runs on 
  +                       J2EE)
  
  
  



More information about the jboss-cvs-commits mailing list