From: Vance K. <va...@us...> - 2006-10-06 06:50:01
|
User: vancek Date: 06/10/05 23:49:58 Modified: andromda-ejb3/src/site site.xml andromda-ejb3/src/changes changes.xml Added: andromda-ejb3/src/site/axdoc samples.xml Log: add site docs for demo-ejb3 sample Revision Changes Path 1.1 cartridges/andromda-ejb3/src/site/axdoc/samples.xml Index: samples.xml =================================================================== <?xml version="1.0" encoding="iso-8859-1"?> <document> <properties> <author email="va...@us...">Vance Karimi</author> <title>AndroMDA - EJB3 - Samples</title> </properties> <body> <section name="Samples"> <p> To help understand the EJB3 cartridge, the following sample applications have been provided. </p> <p> <ul> <li><a href="samples.html#Samples_Demo_EJB3">Demo EJB3</a></li> </ul> </p> <a name="Samples_Demo_EJB3"/> <subsection name="Demo EJB3 Sample"> <p> This sample application is located in the <code>samples/demo-ejb3</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 demo illustrates the use of the EJB3 cartridge (EJB 3.0 functionality), manageable entities and web services. It is built for the MySQL database engine using JBoss 4.0.4 GA or newer. </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>demo-ejb3</code>. You can then deploy the following to JBoss. <ul> <li>demo-ejb3/app/target/demo-ejb3-ds.xml</li> <li>demo-ejb3/app/target/demo-ejb3-mq-destinations-service.xml</li> <li>demo-ejb3/app/target/demo-ejb3-1.0-SNAPSHOT.ear</li> </ul> </p> <p> The demo also contains simple clients that you can alter and execute to better understand the functionality in each demo sub-package. </p> </subsection> </section> </body> </document> 1.19 +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.18 retrieving revision 1.19 diff -u -w -r1.18 -r1.19 --- site.xml 5 Jul 2006 02:46:27 -0000 1.18 +++ site.xml 6 Oct 2006 06:49:58 -0000 1.19 @@ -19,6 +19,7 @@ <item name="About EJB3 Cartridge" href="index.html"/> <item name="Installation" href="installation.html"/> <item name="New Project" href="project.html"/> + <item name="Samples" href="samples.html"/> </menu> <menu name="Model"> <item name="Profile" href="profile.html"/> 1.34 +3 -0 cartridges/andromda-ejb3/src/changes/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/changes/changes.xml,v retrieving revision 1.33 retrieving revision 1.34 diff -u -w -r1.33 -r1.34 --- changes.xml 6 Oct 2006 02:06:31 -0000 1.33 +++ changes.xml 6 Oct 2006 06:49:58 -0000 1.34 @@ -300,6 +300,9 @@ <section dev="vancek" type="add"> Add support for member variables within type safe enumerations. </section> + <section dev="vancek" type="add"> + Demo EJB3 added to andromda-plugins/samples accompanied by quick site docs. + </section> </release> </body> </document> \ No newline at end of file |