Author: smukhina
Date: 2007-10-01 06:19:47 -0400 (Mon, 01 Oct 2007)
New Revision: 3914
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/DevelopAsimpleJSPWebApplication.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-160
language correction
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/DevelopAsimpleJSPWebApplication.xml
===================================================================
---
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/DevelopAsimpleJSPWebApplication.xml 2007-10-01
08:01:16 UTC (rev 3913)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/DevelopAsimpleJSPWebApplication.xml 2007-10-01
10:19:47 UTC (rev 3914)
@@ -9,7 +9,7 @@
</keywordset>
</chapterinfo>
<title>Developing a simple JSP web application</title>
- <para>In this you'll find out how to create a simple JSP application using the
Red Hat Developer Studio. The application will show a classic "Hello
World!" on the page.</para>
+ <para>In this chapter you'll find out how to create a simple JSP application
using the Red Hat Developer Studio. The application will show a classic "Hello
World!" on the page.</para>
<para>We'll assume that you have already launched Red Hat Developer
Studio and
also that the Red Hat perspective is the current perspective. (If not, make it active by
selecting <emphasis><property>Window/Open Perspective/Red Hat Developer
Studio</property></emphasis> from the menu bar or by selecting
<emphasis><property>Window/
Open Perspective/Other...</property></emphasis> from the menu bar and then
selecting Red Hat Developer Studio from
@@ -50,11 +50,11 @@
<para>In our simple application we need to create only one JSP page which
displays a "Hello World!" message.</para>
<itemizedlist continuation="continues">
<listitem><para>Right click <emphasis>WebContent > New >
JSP.</emphasis></para></listitem>
-<listitem><para>Type "hello.jsp" for file name and click
Next button.</para></listitem>
+<listitem><para>Type "hello.jsp" for a file name and click
the <emphasis><property>Next</property></emphasis>
button.</para></listitem>
</itemizedlist>
<para>In the next window you can choose a template for your jsp page and see its
preview.</para>
<itemizedlist continuation="continues">
-<listitem><para>Select "New JSP File (xhtml)" template and
click Finish button.</para></listitem>
+<listitem><para>Select "New JSP File (xhtml)" template and
click <emphasis><property>Finish</property></emphasis>
button.</para></listitem>
</itemizedlist>
<figure>
<title>Create JSP Page</title>
@@ -235,7 +235,7 @@
<section id="LaunchingTheProject">
<?dbhtml filename="LaunchingTheProject.html"?>
<title>Launch JSP Project</title>
- <para>Let's now launch our project on server. We'll use JBoss
server that is shiped with Red Hat Developer Studio.</para>
+ <para>Let's now launch our project on server. We'll use JBoss
server that is shipped with Red Hat Developer Studio.</para>
<itemizedlist continuation="continues">
<listitem><para>Start JBoss server from JBoss Server view by clicking the
Start icon.</para></listitem>
</itemizedlist>