Author: sabrashevich
Date: 2007-09-14 09:54:37 -0400 (Fri, 14 Sep 2007)
New Revision: 3629
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/DevelopAsimpleJSPWebApplication.xml
Log:
little change
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/DevelopAsimpleJSPWebApplication.xml
===================================================================
---
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/DevelopAsimpleJSPWebApplication.xml 2007-09-14
13:36:40 UTC (rev 3628)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/DevelopAsimpleJSPWebApplication.xml 2007-09-14
13:54:37 UTC (rev 3629)
@@ -68,7 +68,7 @@
<section id="EditingJSPPage">
<?dbhtml filename="EditingJSPPage.html"?>
<title>Editing JSP Page</title>
- <para>Let's now make a little change so that jsp page displays that
"Hello World!" message.</para>
+ <para>Let's now make a little change so that jsp page displays
"Hello World!" message.</para>
<orderedlist continuation="continues">
<listitem><para>Insert this line inside the <emphasis
role="bold"><property><body></property></emphasis><emphasis
role="bold"><property></body></property></emphasis>
tag:
</para></listitem>
@@ -131,7 +131,7 @@
<?dbhtml filename="DeployTheProject.html"?>
<title>Deploy the project</title>
<para>While creating any web project one is usually experiencing a pain writing
ant scripts and managing the
-packaging even if she is writing the most trivial web applications. With Red Hat
Developer Studio you are saved from such a pain. All you need is start JBoss server and
launch your application in your favorite browser.</para>
+packaging even if a developer is writing the most trivial web applications. With Red Hat
Developer Studio you are saved from such a pain. All you need is start JBoss server and
launch your application in your favorite browser.</para>
<para>You can also create a war archive with RHDS's Archive Tools
and export it to any web server.</para>
<section id="WarConfig">
<?dbhtml filename="WarConfig.html"?>