[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Peter Muir peter at bleepbleep.org.uk
Wed Nov 21 06:44:04 EST 2007


  User: pmuir   
  Date: 07/11/21 06:44:04

  Modified:    doc/reference/en/modules  gettingstarted.xml
  Log:
  JBSEAM-843
  
  Revision  Changes    Path
  1.21      +10 -0     jboss-seam/doc/reference/en/modules/gettingstarted.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: gettingstarted.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/gettingstarted.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- gettingstarted.xml	20 Nov 2007 17:37:58 -0000	1.20
  +++ gettingstarted.xml	21 Nov 2007 11:44:04 -0000	1.21
  @@ -302,6 +302,16 @@
       </section>
   
       <section>
  +        <title>Generating an application from existing JPA/EJB3 entities</title>
  +
  +        <para>Place your existing, valid entity classes inside the <literal>src/model</literal>. Now type</para>
  +
  +        <programlisting>seam generate-ui</programlisting>
  +
  +        <para>Restart the deployment, and go to <literal>http://localhost:8080/helloworld</literal>.</para>
  +    </section>
  +
  +    <section>
           <title>Deploying the application as an EAR</title>
   
           <para>Finally, we want to be able to deploy the application using standard Java EE 5 packaging. First, we need
  
  
  



More information about the jboss-cvs-commits mailing list