Author: mcaspers
Date: 2011-01-13 21:59:56 -0500 (Thu, 13 Jan 2011)
New Revision: 28218
Added:
trunk/documentation/guides/GettingStartedGuide/en-US/images/jsp_application/jsp_application_8a.png
Modified:
trunk/documentation/guides/GettingStartedGuide/en-US/images/first_seam/first_seam49.png
trunk/documentation/guides/GettingStartedGuide/en-US/images/jsp_application/jsp_application_1.png
trunk/documentation/guides/GettingStartedGuide/en-US/images/jsp_application/jsp_application_2.png
trunk/documentation/guides/GettingStartedGuide/en-US/images/jsp_application/jsp_application_3.png
trunk/documentation/guides/GettingStartedGuide/en-US/images/jsp_application/jsp_application_8.png
trunk/documentation/guides/GettingStartedGuide/en-US/jsp_application.xml
Log:
Updates for JBDS 4.0
Modified:
trunk/documentation/guides/GettingStartedGuide/en-US/images/first_seam/first_seam49.png
===================================================================
(Binary files differ)
Modified:
trunk/documentation/guides/GettingStartedGuide/en-US/images/jsp_application/jsp_application_1.png
===================================================================
(Binary files differ)
Modified:
trunk/documentation/guides/GettingStartedGuide/en-US/images/jsp_application/jsp_application_2.png
===================================================================
(Binary files differ)
Modified:
trunk/documentation/guides/GettingStartedGuide/en-US/images/jsp_application/jsp_application_3.png
===================================================================
(Binary files differ)
Modified:
trunk/documentation/guides/GettingStartedGuide/en-US/images/jsp_application/jsp_application_8.png
===================================================================
(Binary files differ)
Added:
trunk/documentation/guides/GettingStartedGuide/en-US/images/jsp_application/jsp_application_8a.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/guides/GettingStartedGuide/en-US/images/jsp_application/jsp_application_8a.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/jsp_application.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/jsp_application.xml 2011-01-14
02:30:00 UTC (rev 28217)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/jsp_application.xml 2011-01-14
02:59:56 UTC (rev 28218)
@@ -217,11 +217,7 @@
<section id="DeployTheProject">
<?dbhtml filename="DeployTheProject.html"?>
<title>Deploying the project</title>
- <para>While creating any web project you could experience a pain writing ant
scripts and
- managing the packaging even when writing the most trivial web applications. With
- <property>JBoss Developer Studio</property> you are saved from such a
pain. All
- you need is to start <property>JBoss Server</property> and launch your
application
- in your favorite browser.</para>
+ <para>Writing ant scripts and managing the packaging can be quite a complicated
and time consuming task for even the most trivial web applications. However,
<property>JBoss Developer Studio</property> relieves you of this burden. All
you need is to start <property>JBoss Server</property> and launch your
application in your favorite browser.</para>
<para>You can also create a war archive with JBDS's Archive Tools
and export it to any web server.</para>
<section id="WarConfig">
@@ -239,8 +235,7 @@
<para>Select a project in Package Explorer you want to be
archived</para>
</listitem>
</itemizedlist>
- <para>In <property>Project Archives</property> you will see
available archive types
- for the project:</para>
+ <para>In <property>Project Archives</property> you will see the
that the project is now listed:</para>
<figure>
<title>Project Archives</title>
<mediaobject>
@@ -249,13 +244,17 @@
</imageobject>
</mediaobject>
</figure>
- <itemizedlist>
- <listitem>
- <para>Click, for example, <emphasis>
- <property>WAR</property>
- </emphasis> option to create war archive</para>
- </listitem>
- </itemizedlist>
+ <para>Right click on the project and select the type of archive you want to
create. In this case we will create a WAR archive.</para>
+
+ <figure>
+ <title>Project Archives</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/jsp_application/jsp_application_8a.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
<para>In the <property>New WAR</property> dialog you can see
automatically selected
default values.</para>
<figure>
Show replies by date