Author: smukhina
Date: 2007-10-18 11:32:07 -0400 (Thu, 18 Oct 2007)
New Revision: 4345
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/DevelopAsimpleJSPWebApplication.xml
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/RADdevelopmentOfSimpleJSFapplication.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-18
14:50:13 UTC (rev 4344)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/DevelopAsimpleJSPWebApplication.xml 2007-10-18
15:32:07 UTC (rev 4345)
@@ -22,8 +22,8 @@
<listitem><para>Go to the menu bar and select
<emphasis><property>File/New/Project...</property></emphasis></para></listitem>
<listitem><para>Select <emphasis><property>Web/Dynamic Web
Project</property></emphasis> in the New Project dialog
box</para></listitem>
<listitem><para>Click Next ></para></listitem>
- <listitem><para>Enter "jspHello" as the project
name</para></listitem>
- <listitem><para>Leave everything else as is, and click
Finish</para></listitem>
+ <listitem><para>Enter "jspHello" as a project
name</para></listitem>
+ <listitem><para>Leave everything else as is, and click
<emphasis><property>Finish</property></emphasis></para></listitem>
</itemizedlist>
<figure>
<title>Create New Web Project</title>
@@ -85,7 +85,7 @@
</imageobject>
</mediaobject>
</figure>
- <para>After changes are made your hello.jsp page should look like
this:</para>
+ <para>After changes made your hello.jsp page should look like this:</para>
<figure>
<title>Hello.jsp page</title>
<mediaobject>
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/RADdevelopmentOfSimpleJSFapplication.xml
===================================================================
---
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/RADdevelopmentOfSimpleJSFapplication.xml 2007-10-18
14:50:13 UTC (rev 4344)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/RADdevelopmentOfSimpleJSFapplication.xml 2007-10-18
15:32:07 UTC (rev 4345)
@@ -10,7 +10,7 @@
</keywordset>
</chapterinfo>
<title>RAD development of a simple JSF application</title>
- <para>In this chapter you will see how to create a simple JSF application
being based on <property>"RAD"</property> philosophy. We
will create the familiar Guess Number application. The scenario is as follows. You are
asked to guess a number between 0 and 100. If the guess is correct, a success page is
displayed with a link to play again. If the guess is incorrect, a message is printed
notifying the user that a smaller or a larger number should be entered and the game
continues.</para>
+ <para>In this chapter you will see how to create a simple JSF application
being based on <property>"RAD"</property> philosophy. We
will create the familiar Guess Number application. The scenario is the following. You are
asked to guess a number between 0 and 100. If the guess is correct, a success page is
displayed with a link to play again. If the guess is incorrect, a message is printed
notifying the user that a smaller or a larger number should be entered and the game
continues.</para>
<para>We'll show you how to create such an application from scratch,
along the way demonstrating powerful features of Red Hat Developer Studio such as project
templating, Visual Page Editor, code completion and others. You will design the
JSF application and then run the application from inside Red Hat Developer Studio using
the bundled JBoss server.</para>