From: Vance K. <va...@us...> - 2006-05-13 02:39:39
|
User: vancek Date: 06/05/12 19:39:38 Modified: andromda-ejb3/src/site/xdoc index.xml Log: added recommendations Revision Changes Path 1.2 +14 -5 cartridges/andromda-ejb3/src/site/xdoc/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/site/xdoc/index.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- index.xml 6 Feb 2006 04:16:31 -0000 1.1 +++ index.xml 13 May 2006 02:39:38 -0000 1.2 @@ -7,13 +7,22 @@ <body> <section name="AndroMDA EJB Cartridge"> <p> - The purpose of this cartridge is to generate an CMP Entity EJB persistence tier, fronted by - Session EJB business object facades. To learn how to use this cartridge, please see - the <a href="profile.html">Profile</a> and <a href="namespace.html">Namespace</a> sections. + The purpose of this cartridge is to generate EJB 3.0 compliant persistence tier, fronted by + Session EJB business object facades. To learn how to use this cartridge you can follow the, + howtos similart to a tutorial. You do not need to navigate the howtos sequentially. </p> <p> - If you're using MagicDraw as your modeling tool, it is recommended to use the andromda-profile.zip to - get an idea about Stereotypes or tagged values to use. + Please see the <a href="profile.html">Profile</a> and <a href="namespace.html">Namespace</a> + sections to discover how to fine-tune and configure this cartridge. + </p> + <p> + It is recommended to use the AndroMDA Application Generator to create your template project. + This will create a template Maven 2 project for you. The generator now has the ability to + create EJB 3.0 projects. + </p> + <p> + If you encounter any problems or require further help, visit the <b>EJB Cartridge</b> AndroMDA + <a href="http://forum.andromda.org">forums</a>. </p> </section> </body> |