[seam-commits] Seam SVN: r7867 - trunk/examples and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Apr 8 07:38:35 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-04-08 07:38:34 -0400 (Tue, 08 Apr 2008)
New Revision: 7867
Modified:
branches/Seam_2_0/examples/readme.txt
trunk/examples/readme.txt
Log:
JBSEAM-2843
Modified: branches/Seam_2_0/examples/readme.txt
===================================================================
--- branches/Seam_2_0/examples/readme.txt 2008-04-08 11:25:42 UTC (rev 7866)
+++ branches/Seam_2_0/examples/readme.txt 2008-04-08 11:38:34 UTC (rev 7867)
@@ -1,76 +1,90 @@
Seam Example Applications
=========================
This directory contains the Seam example applications, which have
-all been tested in JBoss 4.2 GA. Most examples have also been
+all been tested in the latest release of JBoss 4.2. Most examples have also been
tested on Tomcat (running JDK 1.5), and some have been tested with other
application servers.
-registration/ A trivial example for the tutorial
+
+blog/ The Seam blog example, showing how to write
+ RESTful applications using Seam
+
booking/ The Seam Booking demo application for EJB 3.0
+contactlist/ The Seam Contact List demo demonstrating use
+ of the Seam application framework
+
+drools/ A version of the number guessing example that
+ uses Drools with jBPM
+
+dvdstore/ The Seam DVD Store demo demonstrating jBPM
+ support in Seam
+
+groovybooking/ The Seam Booking demo ported to Groovy
+
hibernate/ The Seam Booking demo ported to Hibernate3
icefaces/ The Seam Booking demo with ICEfaces, instead of
Ajax4JSF
-jee5/ The Seam Booking demo ported to the Java EE 5
+itext/ A demo of the Seam iText integration for generating pdfs
+
+jee5/booking The Seam Booking demo ported to the Java EE 5
platforms
-
-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
+jee5/remoting The Seam remoting helloworld demo ported to the Java EE 5
+ platforms
-seampay/ The Seam Payments demo demonstrating the use of
- asynchronous methods
+jpa/ An example of the use of JPA (provided by Hibernate), runs
+ on many platforms, including non-EE 5 platforms (including
+ plain Tomcat)
-numberguess/ The Seam number guessing example, demonstrating
- jBPM pageflow
+mail/ The Seam mail example demonstrating use of
+ facelets-based email templating
-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
-
-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
-
-remoting/helloworld/ A trivial example using Ajax
+nestedbooking/ The booking example modified to show the use of nested
+ conversations
+numberguess/ The Seam number guessing example, demonstrating
+ jBPM pageflow
+
+quartz/ A port of the Seampay example to use the Quartz dispatcher
+
+registration/ A trivial example for the tutorial
+
remoting/chatroom/ The Seam Chat Room example, demostrating Seam
Remoting
+
+remoting/gwt/ An example of using GWT with Seam remoting
+
+remoting/helloworld/ A trivial example using Ajax
remoting/progressbar/ An example of an Ajax progress bar
-hibernate/ A revised version of the hibernate example (runs
- on J2EE)
+seambay/ An example of using Seam with Web Services
-jpa/ An example of the use of Hibernate JPA (runs on
- J2EE)
+seamdiscs/ Demonstrates Seam, Trinidad, Ajax4jsf and Richfaces
+seampay/ The Seam Payments demo demonstrating the use of
+ asynchronous methods
+
+seamspace/ The Seam Spaces demo demonstrating Seam
+ Security
+
+spring/ Demonstrates Spring framework integration
+
+todo/ The Seam todo list example demonstrating
+ jBPM business process management
+
+ui/ Demonstrates some Seam JSF controls
+
wiki/ A fully featured wiki system based on Seam, please
read wiki/README.txt for installation instructions
-seamdiscs/ Demonstrates Seam, Trinidad, Ajax4jsf and Richfaces
Deploying and Testing an Example Application
Modified: trunk/examples/readme.txt
===================================================================
--- trunk/examples/readme.txt 2008-04-08 11:25:42 UTC (rev 7866)
+++ trunk/examples/readme.txt 2008-04-08 11:38:34 UTC (rev 7867)
@@ -1,79 +1,90 @@
Seam Example Applications
=========================
This directory contains the Seam example applications, which have
-all been tested in JBoss 4.2 GA. Most examples have also been
+all been tested in the latest release of JBoss 4.2. Most examples have also been
tested on Tomcat (running JDK 1.5), and some have been tested with other
application servers.
-registration/ A trivial example for the tutorial
+
+blog/ The Seam blog example, showing how to write
+ RESTful applications using Seam
+
booking/ The Seam Booking demo application for EJB 3.0
+contactlist/ The Seam Contact List demo demonstrating use
+ of the Seam application framework
+
+drools/ A version of the number guessing example that
+ uses Drools with jBPM
+
+dvdstore/ The Seam DVD Store demo demonstrating jBPM
+ support in Seam
+
+groovybooking/ The Seam Booking demo ported to Groovy
+
hibernate/ The Seam Booking demo ported to Hibernate3
icefaces/ The Seam Booking demo with ICEfaces, instead of
Ajax4JSF
-jee5/ The Seam Booking demo ported to the Java EE 5
+itext/ A demo of the Seam iText integration for generating pdfs
+
+jee5/booking The Seam Booking demo ported to the Java EE 5
platforms
-
-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
+jee5/remoting The Seam remoting helloworld demo ported to the Java EE 5
+ platforms
-seampay/ The Seam Payments demo demonstrating the use of
- asynchronous methods
+jpa/ An example of the use of JPA (provided by Hibernate), runs
+ on many platforms, including non-EE 5 platforms (including
+ plain Tomcat)
-numberguess/ The Seam number guessing example, demonstrating
- jBPM pageflow
+mail/ The Seam mail example demonstrating use of
+ facelets-based email templating
-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
-
-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
+nestedbooking/ The booking example modified to show the use of nested
+ conversations
+numberguess/ The Seam number guessing example, demonstrating
+ jBPM pageflow
+
+quartz/ A port of the Seampay example to use the Quartz dispatcher
+
+registration/ A trivial example for the tutorial
+
remoting/chatroom/ The Seam Chat Room example, demostrating Seam
Remoting
+
+remoting/gwt/ An example of using GWT with Seam remoting
+
+remoting/helloworld/ A trivial example using Ajax
remoting/progressbar/ An example of an Ajax progress bar
-hibernate/ A revised version of the hibernate example (runs
- on J2EE)
+seambay/ An example of using Seam with Web Services
-jpa/ An example of the use of Hibernate JPA (runs on
- J2EE)
+seamdiscs/ Demonstrates Seam, Trinidad, Ajax4jsf and Richfaces
+seampay/ The Seam Payments demo demonstrating the use of
+ asynchronous methods
+
+seamspace/ The Seam Spaces demo demonstrating Seam
+ Security
+
+spring/ Demonstrates Spring framework integration
+
+todo/ The Seam todo list example demonstrating
+ jBPM business process management
+
+ui/ Demonstrates some Seam JSF controls
+
wiki/ A fully featured wiki system based on Seam, please
read wiki/README.txt for installation instructions
-seamdiscs/ Demonstrates Seam, Trinidad, Ajax4jsf and Richfaces
Deploying and Testing an Example Application
@@ -85,13 +96,13 @@
How to Build and Deploy an Example on JBoss AS
----------------------------------------------
-1. Download and unzip JBoss AS 4.2.1.GA from:
+1. Download and unzip JBoss AS 4.2.2.GA from:
http://labs.jboss.com/jbossas/downloads
2. Make sure you have an up to date version of Seam:
- http://labs.jboss.com/jbossseam/download
+ http://seamframework.org/Download
3. Edit the "build.properties" file and change jboss.home to your
JBoss AS directory (Seam uses the default profile)
@@ -102,7 +113,7 @@
"examples/${example.name}" directory
6. Start JBoss AS by typing "./run.sh" (on Linux/Unix) or "run" (on Windows)
- in the jboss-4.2.1.GA/bin directory
+ in the jboss-4.2.2.GA/bin directory
7. Point your web browser to:
@@ -125,7 +136,7 @@
3. Make sure you have an up to date version of Seam:
- http://labs.jboss.com/jbossseam/download
+ http://seamframework.org/Download
4. Edit the "build.properties" file and change tomcat.home to your
Tomcat directory
More information about the seam-commits
mailing list