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

James Williams james.williams at jboss.com
Thu Nov 2 15:35:32 EST 2006


  User: jwilliams
  Date: 06/11/02 15:35:32

  Modified:    jboss-seam/seam-gen  README
  Log:
  removed a few commands. Collapsed new-action-page and new-testcase
  into "new-conversation" and "new-stateless-action"
  
  also removed new-page.
  
  Revision  Changes    Path
  1.4       +10 -26    /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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- README	2 Nov 2006 03:19:15 -0000	1.3
  +++ README	2 Nov 2006 20:35:32 -0000	1.4
  @@ -31,24 +31,22 @@
         Example: seam deploy-project [PROJECTNAME]
   
   SEAM CODE GENERATION COMMANDS
  -   new-action
  -      Create a new Java interface and SFSB with key Seam/EJB3 
  -      annotations.
  -	     
  -      Example: seam new-action [PROJECT NAME] [SFSB NAME]
  -
      new-conversation
         Create a new Java interface and SFSB with key Seam/EJB3 
         annotations. Adds annotations and stub methods for 
  -      @Begin and @End.
  +      @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 [PROJECT NAME] [SFSB NAME]
  +      Example: seam new-conversation [PROJECT NAME] [SFSB NAME] [PAGE NAME]
   	
      new-stateless-action
         Create a new Java interface and SLSB with key Seam/EJB3 
  -      annotations.
  +      annotations. 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-action [PROJECT NAME] [SLSB NAME]   
  +      Example: seam new-action [PROJECT NAME] [SLSB NAME] [PAGE NAME]  
   	     
      new-page
         Create a new facelet that refers to template.xhtml for its
  @@ -56,20 +54,6 @@
   	     
         Example: seam new-page [PROJECT NAME] [PAGE NAME]
   	     
  -   new-action-page
  -      Create a new facelet that refers to template.xhtml for its
  -      layout. If no template.xhtml exists, create one. And, add
  -      a form with a submit button that executes a POJO/EJB3 method.
  -      The POJO/EJB3 must implement doAction().
  -	     
  -      Example: seam new-page [PROJECT NAME] [PAGE NAME] [EJB3 NAME]
  -	     
  -   new-testcase
  -      Create a new TestNG test case that can be used to simulate
  -      a JSF request/response and standard JUnit type tests.
  -	     
  -      Example: seam new-testcase [PROJECT NAME] [ACTION NAME] 
  -	     
      new-bpm-action
         Create a new POJO that implements jBPM's ActionHandler interface.
         This action class can be bound to a jBPM business process.
  
  
  



More information about the jboss-cvs-commits mailing list