From: Vance K. <va...@us...> - 2007-01-24 08:56:40
|
User: vancek Date: 07/01/24 00:56:41 Modified: andromda-ejb3/src/site/axdoc samples.xml Log: add timetracker-ejb3 sample docs Revision Changes Path 1.3 +34 -0 cartridges/andromda-ejb3/src/site/axdoc/samples.xml Index: samples.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/site/axdoc/samples.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -w -r1.2 -r1.3 --- samples.xml 19 Jan 2007 13:16:57 -0000 1.2 +++ samples.xml 24 Jan 2007 08:56:40 -0000 1.3 @@ -14,6 +14,7 @@ <ul> <li><a href="samples.html#Samples_Demo_EJB3">Demo EJB3</a></li> <li><a href="samples.html#Seam_Booking">Seam Booking Example</a></li> + <li><a href="samples.html#Timetracker_EJB3">Timetracker EJB3</a></li> </ul> </p> <a name="Samples_Demo_EJB3"/> @@ -80,6 +81,39 @@ JSF with Facelets view components. </p> </subsection> + <a name="Timetracker_EJB3"/> + <subsection name="Timetracker EJB3 JSF Example"> + <p> + This sample application is located in the <code>samples/timetracker-ejb</code> directory of the + <code>andromda-plugins</code> project on SourceForge.net. + </p> + <p> + The project has the same structure as described in + <a href="http://galaxy.andromda.org/docs/samples.html">AndroMDA Samples</a>. + </p> + <p> + This sample application is a re-make of the + <a href="http://galaxy.andromda.org/index.php?option=com_content&task=category&sectionid=11&id=42&Itemid=89"> + AndroMDA Timetracker sample application</a> but + instead uses the EJB3 and the JSF cartridges. + </p> + <p> + Simply build the demo by executing <code>mvn</code> in the root of the project directory. + </p> + <p> + Once you have build the sample, you need to create the database called <code>timetracker</code>. + You can then deploy the following to JBoss. + <ul> + <li>timetracker-ejb3/app/target/timetracker-ejb3-ds.xml</li> + <li>timetracker-ejb3/app/target/timetracker-ejb3-1.0-SNAPSHOT.ear</li> + </ul> + </p> + <p> + Once you have deployed the EAR file, you can use the <code>sql.txt</code> MySQL script + to import the data into your database. This file is located in the root directory of this + project. + </p> + </subsection> </section> </body> </document> |