Author: chukhutsina
Date: 2009-04-23 08:05:31 -0400 (Thu, 23 Apr 2009)
New Revision: 14864
Modified:
trunk/documentation/guides/GettingStartedGuide/en/modules/jsp_application.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-707 - Screens update. Inline graphic.The Getting
Started with JBoss Developer Studio guide was updated by inline graphic .first_seam.xml
and jsp_application.xml were a little modified.
Modified: trunk/documentation/guides/GettingStartedGuide/en/modules/jsp_application.xml
===================================================================
---
trunk/documentation/guides/GettingStartedGuide/en/modules/jsp_application.xml 2009-04-23
12:04:59 UTC (rev 14863)
+++
trunk/documentation/guides/GettingStartedGuide/en/modules/jsp_application.xml 2009-04-23
12:05:31 UTC (rev 14864)
@@ -121,8 +121,8 @@
</imageobject>
</mediaobject>
</figure>
- <para>Our
<emphasis><property>hello.jsp</property></emphasis> page will now
appear in
- <property>Project Explorer</property>.
+ <para>Our
<emphasis><property>hello.jsp</property></emphasis> page will now
appear in
+ <property>Project Explorer</property>.
</para>
<section id="EditingJSPPage">
<?dbhtml filename="EditingJSPPage.html"?>
@@ -375,17 +375,15 @@
<itemizedlist>
<listitem>
<para>Start JBoss Server from <ulink
url="&aslink;#JBossServerView">JBoss
- Server view</ulink> by clicking the Start icon.</para>
+ Server view</ulink> by clicking the Start the server icon (
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata
fileref="images/jsp_application/jsp_application_18.png"/>
+ </imageobject>
+ </inlinemediaobject> ) .</para>
</listitem>
</itemizedlist>
- <figure>
- <title>Starting Server</title>
- <mediaobject>
- <imageobject>
- <imagedata
fileref="images/jsp_application/jsp_application_15.png"/>
- </imageobject>
- </mediaobject>
- </figure>
+
<itemizedlist>
<listitem>
<para>Click the Run icon or right click your project folder and select
<emphasis>
@@ -396,17 +394,15 @@
clicking the <emphasis>
<property>hello.jsp</property>
</emphasis> page and selecting <emphasis>
- <property>Run on the Server</property>.
</emphasis></para>
+ <property>Run on the Server</property> </emphasis>(
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata
fileref="images/jsp_application/jsp_application_16.png"/>
+ </imageobject>
+ </inlinemediaobject> ).</para>
</listitem>
</itemizedlist>
- <figure>
- <title>Run Project</title>
- <mediaobject>
- <imageobject>
- <imagedata
fileref="images/jsp_application/jsp_application_16.png"/>
- </imageobject>
- </mediaobject>
- </figure>
+
<para>You should see the next page in a Browser :</para>
<figure>
<title>Running Project</title>
@@ -415,7 +411,7 @@
<imagedata
fileref="images/jsp_application/jsp_application_17.png"/>
</imageobject>
</mediaobject>
- </figure>
+ </figure>
<para>Thus with the help of this chapter you've learnt how to organize
a Dynamic
Web Project with a minimal configuration, add any staff to it (in our case
it's
just one jsp page) and deploy and run it on the <property>JBoss
Server</property>