[seam-commits] Seam SVN: r9225 - trunk/doc/Seam_Reference_Guide/en-US.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Oct 8 04:29:48 EDT 2008
Author: dan.j.allen
Date: 2008-10-08 04:29:48 -0400 (Wed, 08 Oct 2008)
New Revision: 9225
Modified:
trunk/doc/Seam_Reference_Guide/en-US/Gettingstarted.xml
trunk/doc/Seam_Reference_Guide/en-US/Groovy.xml
Log:
JBSEAM-3529
Modified: trunk/doc/Seam_Reference_Guide/en-US/Gettingstarted.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Gettingstarted.xml 2008-10-08 08:16:29 UTC (rev 9224)
+++ trunk/doc/Seam_Reference_Guide/en-US/Gettingstarted.xml 2008-10-08 08:29:48 UTC (rev 9225)
@@ -218,10 +218,10 @@
new-action:
[echo] Creating a new stateless session bean component with an action method
- [copy] Copying 1 file to C:\Projects\helloworld\src\action\org\jboss\helloworld
- [copy] Copying 1 file to C:\Projects\helloworld\src\action\org\jboss\helloworld
- [copy] Copying 1 file to C:\Projects\helloworld\src\action\org\jboss\helloworld\test
- [copy] Copying 1 file to C:\Projects\helloworld\src\action\org\jboss\helloworld\test
+ [copy] Copying 1 file to C:\Projects\helloworld\src\hot\org\jboss\helloworld
+ [copy] Copying 1 file to C:\Projects\helloworld\src\hot\org\jboss\helloworld
+ [copy] Copying 1 file to C:\Projects\helloworld\src\hot\org\jboss\helloworld\test
+ [copy] Copying 1 file to C:\Projects\helloworld\src\hot\org\jboss\helloworld\test
[copy] Copying 1 file to C:\Projects\helloworld\view
[echo] Type 'seam restart' and go to http://localhost:8080/helloworld/ping.seam
@@ -274,11 +274,11 @@
new-form:
[echo] Creating a new stateful session bean component with an action method
- [copy] Copying 1 file to C:\Projects\hello\src\com\hello
- [copy] Copying 1 file to C:\Projects\hello\src\com\hello
- [copy] Copying 1 file to C:\Projects\hello\src\com\hello\test
+ [copy] Copying 1 file to C:\Projects\hello\src\hot\com\hello
+ [copy] Copying 1 file to C:\Projects\hello\src\hot\com\hello
+ [copy] Copying 1 file to C:\Projects\hello\src\hot\com\hello\test
[copy] Copying 1 file to C:\Projects\hello\view
- [copy] Copying 1 file to C:\Projects\hello\src\com\hello\test
+ [copy] Copying 1 file to C:\Projects\hello\src\hot\com\hello\test
[echo] Type 'seam restart' and go to http://localhost:8080/hello/hello.seam
BUILD SUCCESSFUL
@@ -307,7 +307,7 @@
<section>
<title>Generating an application from existing JPA/EJB3 entities</title>
- <para>Place your existing, valid entity classes inside the <literal>src/model</literal>. Now type</para>
+ <para>Place your existing, valid entity classes inside the <literal>src/main</literal>. Now type</para>
<programlisting>seam generate-ui</programlisting>
@@ -403,7 +403,7 @@
</itemizedlist>
<para>If you create a WAR project using seam-gen, incremental hot deployment is available out of the box for
- classes in the <literal>src/action</literal> source directory. However, seam-gen does not support
+ classes in the <literal>src/hot</literal> source directory. However, seam-gen does not support
incremental hot deployment for EAR projects.</para>
</section>
Modified: trunk/doc/Seam_Reference_Guide/en-US/Groovy.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Groovy.xml 2008-10-08 08:16:29 UTC (rev 9224)
+++ trunk/doc/Seam_Reference_Guide/en-US/Groovy.xml 2008-10-08 08:29:48 UTC (rev 9225)
@@ -141,9 +141,9 @@
<para>Seam gen has a transparent integration with Groovy. You can write Groovy code in seam-gen backed
projects without any additional infrastructure requirement. When writing a Groovy entity, simply place
- your <filename>.groovy</filename> files in <filename>src/model</filename>. Unsurprisingly, when writing
+ your <filename>.groovy</filename> files in <filename>src/main</filename>. Unsurprisingly, when writing
an action, simply place your <filename>.groovy</filename> files in
- <filename>src/action</filename>.</para>
+ <filename>src/hot</filename>.</para>
</section>
</section>
@@ -208,7 +208,7 @@
<para>Seam-gen transparently supports Groovy files deployment and compilation. This includes the native
<filename>.groovy</filename> file deployment in development mode (compilation-less). If you create a
- seam-gen project of type WAR, Java and Groovy classes in <filename>src/action</filename> will
+ seam-gen project of type WAR, Java and Groovy classes in <filename>src/hot</filename> will
automatically be candidate for the incremental hot deployment. If you are in production mode, the Groovy
files will simply be compiled before deployment.</para>
More information about the seam-commits
mailing list