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

Gavin King gavin.king at jboss.com
Wed Nov 29 07:55:55 EST 2006


  User: gavin   
  Date: 06/11/29 07:55:55

  Modified:    examples/icefaces  readme.txt
  Log:
  JBSEAM-532
  
  Revision  Changes    Path
  1.2       +10 -15    jboss-seam/examples/icefaces/readme.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: readme.txt
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/icefaces/readme.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- readme.txt	20 Nov 2006 04:55:00 -0000	1.1
  +++ readme.txt	29 Nov 2006 12:55:55 -0000	1.2
  @@ -1,11 +1,6 @@
  -Seam Booking Example
  +Seam ICEfaces Example
   ====================
  -This example demonstrates the use of Seam in a Java EE 5 environment.
  -Transaction and persistence context management is handled by the
  -EJB container.
  -
  -This example can also run in Tomcat with the JBoss Embeddable EJB3
  -container.
  +This example demonstrates the use of Seam with ICEfaces.
   
   How to Build and Deploy the Example on JBoss AS
   -----------------------------------------------
  @@ -22,13 +17,13 @@
   4. Build Seam by running "ant" the Seam root directory
   
   5. Build and deploy the example by running "ant" in the Seam
  -   "examples/booking" directory
  +   "examples/icefaces" 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-booking/
  +   http://localhost:8080/seam-icefaces/
   
      NOTE: The default build uses the HSQL database embedded in JBoss AS
   
  @@ -51,18 +46,18 @@
   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/booking" directory
  +   in the Seam "examples/icefaces" directory
   
   6. Start Tomcat
   
   7. Point your web browser to:
   
  -   http://localhost:8080/jboss-seam-booking/
  +   http://localhost:8080/jboss-seam-icefaces/
   
   Running The TestNG Tests
   ------------------------
   
  -In the "examples/booking" directory, type "ant testexample"
  +In the "examples/icefaces" directory, type "ant testexample"
   
   Running the TestNG Tests in Eclipse
   -----------------------------------
  @@ -73,8 +68,8 @@
      in your source path:
      
      src/main/
  -   examples/booking/src/
  -   examples/booking/resources/
  +   examples/icefaces/src/
  +   examples/icefaces/resources/
      embedded-ejb/conf/
      
      And all jar files from the following directories in your classpath:
  @@ -82,5 +77,5 @@
      lib/
      embedded-ejb/lib
      
  -3. Run examples/booking/src/org/jboss/seam/example/booking/test/testng.xml
  +3. Run examples/icefaces/src/org/jboss/seam/example/booking/test/testng.xml
      using the TestNG plugin.
  
  
  



More information about the jboss-cvs-commits mailing list