Author: ykryvinchanka
Date: 2008-04-03 11:06:06 -0400 (Thu, 03 Apr 2008)
New Revision: 7296
Modified:
trunk/seam/docs/reference/en/modules/directory_structure.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-135 Seam. New info added + scale param is
redefined
Modified: trunk/seam/docs/reference/en/modules/directory_structure.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/directory_structure.xml 2008-04-03 14:57:29 UTC
(rev 7295)
+++ trunk/seam/docs/reference/en/modules/directory_structure.xml 2008-04-03 15:06:06 UTC
(rev 7296)
@@ -26,7 +26,8 @@
<title>Project Layout for WAR projects</title>
<mediaobject>
<imageobject>
- <imagedata
fileref="images/directory_structure/directory_structure_1.png"/>
+ <imagedata
fileref="images/directory_structure/directory_structure_1.png"
+ scale="75"/>
</imageobject>
</mediaobject>
</figure>
@@ -43,16 +44,18 @@
<note>
<title>Note:</title>
<para>Because of Eclipse WTP limits the hot deployed classes also
existed in <emphasis>
- <property>WEB-INF/classes</property>
- </emphasis>, but since Seam gives <emphasis>
+ <property>WEB-INF/classes</property>, </emphasis>
but since Seam gives <emphasis>
<property>WEB-INF/dev</property>
</emphasis> precedence it will work.</para>
</note>
<para>Furthermore the Seam Project wizard generates a test project that is
setup to run
- <link linkend="testNG">TestNG</link> directly against
the proper libraries and
+ <link linkend="testNG">TestNG</link> directly
against the proper libraries and
server runtime libraries. When the TestNG plugin is installed you can just
run your
tests via <emphasis><property>Run As > TestNG
Test</property>.</emphasis></para>
+ <para>In order to deploy WAR project on server, right-click on the project
and select <emphasis>
+ <property>Run As > Run on
Server</property>.</emphasis> Studio will deploy
+ WAR project into one web application on server to
<property>deploy</property> folder.</para>
</section>
@@ -64,14 +67,20 @@
<title>Project Layout for WAR projects</title>
<mediaobject>
<imageobject>
- <imagedata
fileref="images/directory_structure/directory_structure_2.png"/>
+ <imagedata
fileref="images/directory_structure/directory_structure_2.png"
+ scale="75"/>
</imageobject>
</mediaobject>
</figure>
<para>An EAR project can use the whole range of Seam components, including
EJB3 Session
beans.</para>
-
+ <para>In order to deploy EAR project on server, right-click on the project
with
+ <property>-ear</property> postfix and select
<emphasis>
+ <property>Run As > Run on
Server</property>.</emphasis> Studio will take care
+ about all modules and deploy EAR project into one enterprise application on
server to
+ <property>deploy</property> folder. EAR application keeps
<property>ejb</property>
+ and <property>war</property> modules of the EAR
project.</para>
</section>