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

Peter Muir peter at bleepbleep.org.uk
Wed Aug 1 11:37:50 EDT 2007


  User: pmuir   
  Date: 07/08/01 11:37:50

  Modified:    examples/contactlist  readme.txt
  Log:
  JBSEAM-1573, update all example readme (adding where missing), move deploy and test instructions to common readme.
  
  Revision  Changes    Path
  1.4       +2 -79     jboss-seam/examples/contactlist/readme.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: readme.txt
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/contactlist/readme.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- readme.txt	22 Oct 2006 11:19:10 -0000	1.3
  +++ readme.txt	1 Aug 2007 15:37:49 -0000	1.4
  @@ -1,82 +1,5 @@
   Seam Contact List Example
   =========================
  -This example demonstrates the Seam CRUD framework.
  -
  -How to Build and Deploy the Example on JBoss AS
  ------------------------------------------------
  -
  -1. Download and install JBoss AS 4.0.5, with the EJB 3.0 profile
  -
  -2. Download the JBoss Seam distribution from:
  -
  -   http://labs.jboss.com/portal/jbossseam/download/index.html
  -
  -3. Edit the "build.properties" file and change jboss.home to your 
  -   JBoss AS installation directory
  -
  -4. Build Seam by running "ant" the Seam root directory
  -
  -5. Build and deploy the example by running "ant" in the Seam
  -   "examples/contactlist" directory
  -
  -6. Start JBoss AS by typing "bin/run.sh" in the JBoss home directory
  -
  -7. Point your web browser to:
  -
  -   http://localhost:8080/seam-contactlist/
  -
  -   NOTE: The default build uses the HSQL database embedded in JBoss AS
  -
  -How to Build and Deploy the Example on Tomcat
  ----------------------------------------------
  -
  -1. Download and install Tomcat
  -
  -   NOTE: Due to a bug, you must install Tomcat to a directory
  -   path with no spaces. The example does not work in a default
  -   install of Tomcat.
  -   
  -2. Download the JBoss Seam distribution from:
  -
  -   http://labs.jboss.com/portal/jbossseam/download/index.html
  -
  -3. Edit the "build.properties" file and change tomcat.home to your 
  -   Tomcat installation directory
  -
  -4. Build Seam by running "ant" the Seam root directory
  -
  -5. Build and deploy the example by running "ant deploy.tomcat" 
  -   in the Seam "examples/contactlist" directory
  -
  -6. Start Tomcat
  -
  -7. Point your web browser to:
  -
  -   http://localhost:8080/jboss-seam-contactlist/
  -
  -Running The TestNG Tests
  -------------------------
  -
  -In the "examples/contactlist" directory, type "ant testexample"
  -
  -Running the TestNG Tests in Eclipse
  ------------------------------------
  -
  -1. Install the TestNG Eclipse plugin from http://beust.com/eclipse
  -
  -2. Create the jboss-seam Eclipse project with the following directories
  -   in your source path:
  -   
  -   src/main/
  -   examples/contactlist/src/
  -   examples/contactlist/resources/
  -   embedded-ejb/conf/
  -   
  -   And all jar files from the following directories in your classpath:
  -   
  -   lib/
  -   embedded-ejb/lib
  -   
  -3. Run examples/registration/src/org/jboss/seam/example/contactlist/test/testng.xml
  -   using the TestNG plugin.
  +This example demonstrates the Seam CRUD framework.  It runs on both JBoss AS and Tomcat.
      
  \ No newline at end of file
  +example.name=contactlist
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list