[seam-commits] Seam SVN: r8130 - in branches/Seam_2_0/examples: hibernate and 8 other directories.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed May 7 10:56:13 EDT 2008
Author: jbalunas at redhat.com
Date: 2008-05-07 10:56:13 -0400 (Wed, 07 May 2008)
New Revision: 8130
Modified:
branches/Seam_2_0/examples/hibernate/readme.txt
branches/Seam_2_0/examples/jpa/readme.txt
branches/Seam_2_0/examples/readme.txt
branches/Seam_2_0/examples/remoting/chatroom/readme.txt
branches/Seam_2_0/examples/remoting/gwt/readme.txt
branches/Seam_2_0/examples/remoting/helloworld/readme.txt
branches/Seam_2_0/examples/remoting/progressbar/readme.txt
branches/Seam_2_0/examples/seamdiscs/readme.txt
branches/Seam_2_0/examples/spring/readme.txt
branches/Seam_2_0/examples/ui/readme.txt
Log:
JBSEAM-2967
Modified: branches/Seam_2_0/examples/hibernate/readme.txt
===================================================================
--- branches/Seam_2_0/examples/hibernate/readme.txt 2008-05-07 14:53:25 UTC (rev 8129)
+++ branches/Seam_2_0/examples/hibernate/readme.txt 2008-05-07 14:56:13 UTC (rev 8130)
@@ -10,6 +10,7 @@
* ant jboss
* Start JBoss AS
* Access the app at http://localhost:8080/jboss-seam-hibernate/
+ * ant jboss.undeploy to undeploy example
JBoss AS 4.0.5.GA:
* Install JBoss AS with the default profile (with or without EJB3)
@@ -68,3 +69,5 @@
WEB/classes/GlassfishDerbyDialect.class is a special hack to get around
a Derby bug in Glassfish TM. You must use it as your Hibernate dialect
if you are using Derby with Glassfish.
+
+ Note: there is no testng suite for this example.
Modified: branches/Seam_2_0/examples/jpa/readme.txt
===================================================================
--- branches/Seam_2_0/examples/jpa/readme.txt 2008-05-07 14:53:25 UTC (rev 8129)
+++ branches/Seam_2_0/examples/jpa/readme.txt 2008-05-07 14:56:13 UTC (rev 8130)
@@ -10,6 +10,7 @@
* ant jboss
* Start JBoss AS
* Access the app at http://localhost:8080/jboss-seam-jpa/
+ * ant jboss.undeploy to undeploy example
JBoss AS 4.0.5 (with or without EJB3):
* Install JBoss AS 4.0.5 with the default J2EE profile
Modified: branches/Seam_2_0/examples/readme.txt
===================================================================
--- branches/Seam_2_0/examples/readme.txt 2008-05-07 14:53:25 UTC (rev 8129)
+++ branches/Seam_2_0/examples/readme.txt 2008-05-07 14:56:13 UTC (rev 8130)
@@ -90,8 +90,9 @@
Deploying and Testing an Example Application
============================================
-These are general instructions for deploying Seam examples. Take a look at the
-readme.txt in the example to see if there are any specific instructions.
+These are general instructions for deploying and working with the Seam examples.
+Take a look at the readme.txt in the example to see if there are any specific
+instructions.
How to Build and Deploy an Example on JBoss AS
----------------------------------------------
@@ -178,3 +179,8 @@
Make sure all these come before the referenced libraries
3. Locate and run the testng.xml file using the TestNG plugin
+
+Undeploying an Example
+----------------------
+
+In the "examples/${example.name}" directory, type "ant undeploy"
Modified: branches/Seam_2_0/examples/remoting/chatroom/readme.txt
===================================================================
--- branches/Seam_2_0/examples/remoting/chatroom/readme.txt 2008-05-07 14:53:25 UTC (rev 8129)
+++ branches/Seam_2_0/examples/remoting/chatroom/readme.txt 2008-05-07 14:56:13 UTC (rev 8130)
@@ -3,4 +3,6 @@
This example shows using Seam Remoting to subscribe and publish messages to JMS.
It runs on both JBoss AS and Tomcat
-example.name=chatroom
\ No newline at end of file
+example.name=chatroom
+
+Note: there is no testng suite for this example.
\ No newline at end of file
Modified: branches/Seam_2_0/examples/remoting/gwt/readme.txt
===================================================================
--- branches/Seam_2_0/examples/remoting/gwt/readme.txt 2008-05-07 14:53:25 UTC (rev 8129)
+++ branches/Seam_2_0/examples/remoting/gwt/readme.txt 2008-05-07 14:56:13 UTC (rev 8130)
@@ -10,4 +10,6 @@
GWT:
If you want to rebuild the GWT front end, you will need to download GWT, and configure build.properties to point to it.
- you can then run "ant gwt-compile" from this directory. It is pre-built by default.
-If you want to use the GWT hosted mode, well, read all about it from the GWT docs !
\ No newline at end of file
+If you want to use the GWT hosted mode, well, read all about it from the GWT docs !
+
+Note: there is no testng suite for this example.
\ No newline at end of file
Modified: branches/Seam_2_0/examples/remoting/helloworld/readme.txt
===================================================================
--- branches/Seam_2_0/examples/remoting/helloworld/readme.txt 2008-05-07 14:53:25 UTC (rev 8129)
+++ branches/Seam_2_0/examples/remoting/helloworld/readme.txt 2008-05-07 14:56:13 UTC (rev 8130)
@@ -3,4 +3,6 @@
This example is a trivial example of Seam Remoting.
It runs on both JBoss AS and Tomcat
-example.name=helloworld
\ No newline at end of file
+example.name=helloworld
+
+Note: there is no testng suite for this example.
\ No newline at end of file
Modified: branches/Seam_2_0/examples/remoting/progressbar/readme.txt
===================================================================
--- branches/Seam_2_0/examples/remoting/progressbar/readme.txt 2008-05-07 14:53:25 UTC (rev 8129)
+++ branches/Seam_2_0/examples/remoting/progressbar/readme.txt 2008-05-07 14:56:13 UTC (rev 8130)
@@ -3,4 +3,6 @@
This example shows how to create a progress bar using Seam Remoting.
It runs on both JBoss AS and Tomcat
-example.name=progressbar
\ No newline at end of file
+example.name=progressbar
+
+Note: there is no testng suite for this example.
\ No newline at end of file
Modified: branches/Seam_2_0/examples/seamdiscs/readme.txt
===================================================================
--- branches/Seam_2_0/examples/seamdiscs/readme.txt 2008-05-07 14:53:25 UTC (rev 8129)
+++ branches/Seam_2_0/examples/seamdiscs/readme.txt 2008-05-07 14:56:13 UTC (rev 8130)
@@ -6,7 +6,7 @@
http://localhost:8080/jboss-seam-discs (on Tomcat).
The seamdiscs example is a simple example built using the Seam Application
-Framework which allows you to record your favourite albums and artists. It
+Framework which allows you to record your favorite albums and artists. It
uses a mix of RichFaces and Trinidad components. It also uses the "inplace
editing" pattern; the same facelets are used for editing and display of data
(login to edit a disc or artist).
@@ -26,4 +26,6 @@
<tr:column>
...
</tr:column
-</tr:table>
\ No newline at end of file
+</tr:table>
+
+To undeploy the example from JBoss AS use ant unexplode
\ No newline at end of file
Modified: branches/Seam_2_0/examples/spring/readme.txt
===================================================================
--- branches/Seam_2_0/examples/spring/readme.txt 2008-05-07 14:53:25 UTC (rev 8129)
+++ branches/Seam_2_0/examples/spring/readme.txt 2008-05-07 14:56:13 UTC (rev 8130)
@@ -3,4 +3,8 @@
This example shows Seam/Spring integration.
Currently it runs on JBoss AS 4.2 only.
-Visit http://localhost:8080/jboss-seam-spring
\ No newline at end of file
+Visit http://localhost:8080/jboss-seam-spring
+
+To undeploy the example from JBoss AS use ant jbosswar.undeploy
+
+Note: there is no testng suite for this example.
\ No newline at end of file
Modified: branches/Seam_2_0/examples/ui/readme.txt
===================================================================
--- branches/Seam_2_0/examples/ui/readme.txt 2008-05-07 14:53:25 UTC (rev 8129)
+++ branches/Seam_2_0/examples/ui/readme.txt 2008-05-07 14:56:13 UTC (rev 8130)
@@ -2,4 +2,6 @@
===============
This is a simple example demonstrating Seam UI.
-example.name=ui
\ No newline at end of file
+example.name=ui
+
+Note: there is no testng suite for this example.
\ No newline at end of file
More information about the seam-commits
mailing list