From: Vance K. <va...@us...> - 2006-07-05 02:46:29
|
User: vancek Date: 06/07/04 19:46:27 Modified: andromda-ejb3/src/site/xdoc installation.xml andromda-ejb3/src/site site.xml Added: andromda-ejb3/src/site/resources/images andromdapp.gif andromda-ejb3/src/site/xdoc project.xml Log: added project generator docs Revision Changes Path 1.1 cartridges/andromda-ejb3/src/site/resources/images/andromdapp.gif <<Binary file>> 1.3 +2 -1 cartridges/andromda-ejb3/src/site/xdoc/installation.xml Index: installation.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/site/xdoc/installation.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -w -r1.2 -r1.3 --- installation.xml 17 Jun 2006 12:02:21 -0000 1.2 +++ installation.xml 5 Jul 2006 02:46:27 -0000 1.3 @@ -83,7 +83,8 @@ </section> <section name="Next"> <p> - To start with EJB 3.0 entity POJOs click <a href="howto1.html">next</a>. + Before starting with the EJB3 howtos, find out how to generate your + <a href="project.html">EJB 3.0 project</a>. </p> </section> </body> 1.1 cartridges/andromda-ejb3/src/site/xdoc/project.xml Index: project.xml =================================================================== <?xml version="1.0" encoding="iso-8859-1"?> <document> <properties> <author email="va...@us...">Vance Karimi</author> <title>AndroMDA - EJB3 - Generate the EJB 3.0 Project</title> </properties> <body> <section name="Generate the EJB 3.0 Project"> <p> Generating your EJB 3.0 project is similar to how you generate any other project using AndroMDA. You can either use the <b>AndroMDApp generator</b> or <b>Android</b>. Both can be referenced from <a href="http://www.andromda.org">AndroMDA's web site</a>. </p> <p> Using the AndroMDApp generator, simply run the following command </p> <p> <code>mvn andromdapp:generate</code> </p> <p> And follow the process. The following diagram illustrates how to generate a template EJB 3.0 project with MySQL, JSF + Facelets, WebService and JBoss Seam enabled. </p> <p> <img src="images/andromdapp.gif"/> </p> </section> <section name="Next"> <p> Now you are ready to start going through the howtos to model your EJB 3.0 requirements. You cas start with learning about entity POJOs <a href="howto1.html">here</a>. </p> </section> </body> </document> 1.18 +1 -0 cartridges/andromda-ejb3/src/site/site.xml Index: site.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/site/site.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -w -r1.17 -r1.18 --- site.xml 1 Jul 2006 03:07:39 -0000 1.17 +++ site.xml 5 Jul 2006 02:46:27 -0000 1.18 @@ -18,6 +18,7 @@ <menu name="Overview"> <item name="About EJB3 Cartridge" href="index.html"/> <item name="Installation" href="installation.html"/> + <item name="New Project" href="project.html"/> </menu> <menu name="Model"> <item name="Profile" href="profile.html"/> |