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

Gavin King gavin.king at jboss.com
Mon Nov 6 17:54:26 EST 2006


  User: gavin   
  Date: 06/11/06 17:54:26

  Modified:    seam-gen    README USAGE
  Removed:     seam-gen    hibernate.properties
  Log:
  readme
  
  Revision  Changes    Path
  1.15      +23 -27    jboss-seam/seam-gen/README
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: README
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/README,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- README	6 Nov 2006 20:13:47 -0000	1.14
  +++ README	6 Nov 2006 22:54:26 -0000	1.15
  @@ -5,7 +5,7 @@
      JBoss AS with EJB3 installed.
        
   SYNOPSIS
  -   seam COMMAND [OPTION...]
  +   seam COMMAND [OPTION]
   	    
   SEAM PROJECT SETUP/DEPLOYMENT COMMANDS
      setup
  @@ -22,7 +22,7 @@
         Create a new seam project that has all dependencies and minimal
         configuration. Refers to build.properties for project attributes.
   	     
  -      Example: seam new-project
  +      Example: seam new-project hello-world
            
      deploy
         Deploy the project EAR and datasource to JBoss. This command
  @@ -57,39 +57,35 @@
         Example: seam unexplode
   
   SEAM CODE GENERATION COMMANDS
  -   new-conversation
  -      Create a new Java interface and SFSB with key Seam/EJB3 
  -      annotations. Adds annotations and stub methods for 
  -      @Begin and @End. Also, Create a new TestNG test case that 
  -      can be used to simulate a JSF request/response and standard 
  -      JUnit type tests.
  -	     
  -      Example: seam new-conversation CLASS_NAME [PAGE_NAME]
  -	
      new-action
         Create a new Java interface and SLSB with key Seam/EJB3 
  -      annotations. Also, Create a new TestNG test case that 
  -      can be used to simulate a JSF request/response and standard 
  -      JUnit type tests.
  +      annotations.
   	     
  -      Example: seam new-action CLASS_NAME [PAGE_NAME]
  +      Example: seam new-action
   	     
      new-form
         Create a new Java interface and SFSB with key Seam/EJB3 
  -      annotations. Also, Create a new TestNG test case that 
  +      annotations.
  +	     
  +      Example: seam new-form
  +	     
  +   new-conversation
  +      Create a new Java interface and SFSB with key Seam/EJB3 
  +      annotations. Adds annotations and stub methods for 
  +      @Begin and @End. Also, Create a new TestNG test case that 
         can be used to simulate a JSF request/response and standard 
         JUnit type tests.
   	     
  -      Example: seam new-form CLASS_NAME [PAGE_NAME]
  +      Example: seam new-conversation
   	     
  -   new-page
  -      Create a new facelet that refers to template.xhtml for its
  -      layout. If no template.xhtml exists, create one.
  +   new-entity
  +      Create a new entity bean with key Seam/EJB3 annotations
  +      with example attributes.
   	     
  -      Example: seam new-page PAGE_NAME
  +      Example: seam new-entity
        	     
  -   new-entity
  -      Create a new EJB3 entity bean with key Seam/EJB3 annotations
  -      and a couple of stub attributes.
  +   generate-entities
  +      Generate entity beans from an existing data model in the
  +      database.
   	     
  -      Example: seam new-entity CLASS_NAME [PAGE_NAME] [LIST_PAGE_NAME]
  +      Example: seam generate-entities
  
  
  
  1.5       +1 -1      jboss-seam/seam-gen/USAGE
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: USAGE
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/USAGE,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- USAGE	5 Nov 2006 21:01:38 -0000	1.4
  +++ USAGE	6 Nov 2006 22:54:26 -0000	1.5
  @@ -1,2 +1,2 @@
  -Usage: seam COMMAND [OPTION...]
  +Usage: seam COMMAND [OPTION]
   Try `seam help' for more information.
  
  
  



More information about the jboss-cvs-commits mailing list