From: Vance K. <va...@us...> - 2006-06-17 12:02:22
|
User: vancek Date: 06/06/17 05:02:21 Modified: andromda-ejb3/src/site/xdoc installation.xml index.xml andromda-ejb3/src/site site.xml andromda-ejb3/src/changes changes.xml Added: andromda-ejb3/src/site/fml faq.fml Log: site update + FAQ Revision Changes Path 1.2 +9 -2 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.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- installation.xml 29 May 2006 06:39:00 -0000 1.1 +++ installation.xml 17 Jun 2006 12:02:21 -0000 1.2 @@ -18,9 +18,17 @@ You can install Maven <a href="http://maven.apache.org/download.html#Installation">here</a>. </p> + <p class="highlight"> + If you want to build the site docs, you need to download the latest Maven 2.0.x source + from https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x and follow + the instructions to build, assemble and set your M2_HOME and PATH variables. + </p> <p> You need to have an instance of AndroMDA 3.2. At the time of writing this, 3.2 RC1 - was released. Alternatively, you can get the latest 3.2-SNAPSHOT from CVS and build it. + was released but the latest 3.2-SNAPSHOT from CVS contains updates to the project generator + and site plugin, and is more suitable to use with the EJB3 cartridge. Follow the anonymous + CVS access at <a href="http://sourceforge.net/cvs/?group_id=73047">AndroMDA project</a> to + checkout the latest <b>andromda-all</b>. </p> </subsection> <a name="Getting_the_Cartridge"/> @@ -71,7 +79,6 @@ <a href="HowToModel-src.zip">here</a> and extract to the target/site folder of the andromda-ejb3 plugin. </p> - </subsection> </section> <section name="Next"> 1.4 +3 -2 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.3 retrieving revision 1.4 diff -u -w -r1.3 -r1.4 --- index.xml 29 May 2006 01:53:36 -0000 1.3 +++ index.xml 17 Jun 2006 12:02:21 -0000 1.4 @@ -5,11 +5,12 @@ <title>AndroMDA - EJB3 - Introduction</title> </properties> <body> - <section name="AndroMDA EJB Cartridge"> + <section name="AndroMDA EJB3 Cartridge"> <p> 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. + howtos, reference the profile and namespace properties and try the examples in the howto yourself. + You do not need to navigate the howtos sequentially. </p> <p> Please see the <a href="profile.html">Profile</a> and <a href="namespace.html">Namespace</a> 1.15 +4 -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.14 retrieving revision 1.15 diff -u -w -r1.14 -r1.15 --- site.xml 29 May 2006 01:50:49 -0000 1.14 +++ site.xml 17 Jun 2006 12:02:21 -0000 1.15 @@ -47,6 +47,10 @@ <item name="Embeddable Value Objects" href="howto20.html"/> <item name="Tips & Tricks" href="tips.html"/> </menu> + <menu name="Support"> + <item name="FAQ" href="faq.html"/> + <item name="EJB Forum" href="http://galaxy.andromda.org/forum/viewforum.php?f=17"/> + </menu> ${reports} </body> </project> 1.1 cartridges/andromda-ejb3/src/site/fml/faq.fml Index: faq.fml =================================================================== <?xml version="1.0"?> <faqs id="General FAQ"> <part id="General"> <faq id="problem_installing"> <question>Problems installing the EJB3 cartridge?</question> <answer> <p> Re-read the installation howto. If that doesn't help, post a new topic in the EJB cartridge forum. Do not post in the sticky guides. </p> </answer> </faq> <faq id="release"> <question>When is the EJB3 cartridge going to be released?</question> <answer> <p> Hopefully soon. Thanks to a few people who use the cartridge, we are able to fix some of the issues with releasing a new cartride. Unfortunately, until JBoss AS 5, the JBoss EJB 3.0 implementation will not satisfy the EJB 3.0 FR specification, although it is very close. </p> </answer> </faq> <faq id="jboss_seam"> <question>Is JBoss Seam going to be supported?</question> <answer> <p> That is definitely in the pipeworks. There is some initial support in the cartridge in CVS, but no documentation as yet. Stay tuned and keep your eye on the EJB cartridge forum. </p> </answer> </faq> <faq id="migrating_from_hibernate"> <question>Migrating from Hibernate to EJB3?</question> <answer> <p> Migrating from Hibernate will be easier than you think. Just remember that if you have specified tagged values with tags in the <b>andromda.hibernate</b> namespace, you need to change these to the corresponding tag in the <b>andromda.persistence</b> namespace. Check the <a href="profile.html">profile</a> page to find the tagged value you are looking for. </p> </answer> </faq> </part> </faqs> 1.8 +6 -3 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.7 retrieving revision 1.8 diff -u -w -r1.7 -r1.8 --- changes.xml 17 Jun 2006 03:51:02 -0000 1.7 +++ changes.xml 17 Jun 2006 12:02:21 -0000 1.8 @@ -105,6 +105,9 @@ render the DiscriminatorValue annotation. This annotation should only be rendered in subclasses of single table inheritance hierarchies. </action> + <action dev="vancek" type="add"> + Added FAQ support section menu to site. + </action> </release> </body> </document> \ No newline at end of file |