From jbosstools-commits at lists.jboss.org Mon Sep 17 08:48:30 2007
Content-Type: multipart/mixed; boundary="===============1209878064983834544=="
MIME-Version: 1.0
From: jbosstools-commits at lists.jboss.org
To: jbosstools-commits at lists.jboss.org
Subject: [jbosstools-commits] JBoss Tools SVN: r3650 -
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules.
Date: Mon, 17 Sep 2007 08:48:30 -0400
Message-ID:
--===============1209878064983834544==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: smukhina
Date: 2007-09-17 08:48:30 -0400 (Mon, 17 Sep 2007)
New Revision: 3650
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/Develo=
pAsimpleJSPWebApplication.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-160
language is corrected =
Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/modules=
/DevelopAsimpleJSPWebApplication.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/Devel=
opAsimpleJSPWebApplication.xml 2007-09-17 12:43:03 UTC (rev 3649)
+++ trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/Devel=
opAsimpleJSPWebApplication.xml 2007-09-17 12:48:30 UTC (rev 3650)
@@ -1,6 +1,6 @@
-
-
+
+
Red Hat Developer Studio
@@ -8,16 +8,16 @@
JBoss
- Develop a simple JSP web application
- In this chapter we are going to show you how to create a simple JSP=
application using the Red Hat Developer Studio. The application will show =
a classic "Hello World!" on the page.
- We'll assume that you have already launched Red Hat Developer =
Studio installed and
+ Developing a simple JSP web application
+ In this you'll find out how to create a simple JSP application usin=
g the Red Hat Developer Studio. The application will show a classic "H=
ello World!" on the page.
+ 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, mak=
e it active by selecting Window/Open Perspective/Red Hat Develope=
r Studio from the menu bar or by selecting Window/
Open Perspective/Other... from the menu bar and then selecting =
Red Hat Developer Studio from
the Select Perspective dialog box.)Setting Up the Project
- We are first going to create a new project for the application.
+ At first a new project for the application will be created.Go to the menu bar and select File/New/Proj=
ect...Select Web/Dynamic Web Project =
in the New Project dialog box
@@ -47,7 +47,7 @@
Creating JSP Page
- In our simple application we need to create only one JSP page whic=
h will display a "Hello World!" message.
+ In our simple application we need to create only one JSP page whic=
h displays a "Hello World!" message.Right click WebContent > New > JSP.Type "hello.jsp" for file name and click Next bu=
tton.
@@ -67,8 +67,8 @@
Our hello.jsp page will now appear in Project Explorer.
- Editing JSP Page
- Let's now make a little change so that jsp page displays &quo=
t;Hello World!" message.
+ Editing a JSP Page
+ Let's now make a little change so that a jsp page displays &q=
uot;Hello World!" message.Insert this line inside the <body><=
;/body> tag:
@@ -76,7 +76,7 @@
]]>
=
-Notice that content assist is always available when you are typing:<=
/para>
+Notice that content assist functionality is always available when yo=
u are typing:Content Assist in JSP page
@@ -129,8 +129,8 @@
=
- Deploy the project
- While creating any web project one is usually experiencing a pain =
writing ant scripts and managing the =
+ Deploying the project
+ While creating any web project you could experience a pain writing=
ant scripts and managing the =
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 nee=
d is start JBoss server and launch your application in your favorite browse=
r.You can also create a war archive with RHDS's Archive To=
ols and export it to any web server.
@@ -171,7 +171,7 @@
Launch JSP Project
- Let's now launch our project on server. We'll be using J=
Boss server that ships with Red Hat Developer Studio.
+ Let's now launch our project on server. We'll use JBoss =
server that is shiped with Red Hat Developer Studio.Start JBoss server from JBoss Server view by clicking the =
Start icon.
@@ -184,7 +184,7 @@
-Click the Run icon or right click your project folder and =
select Run on Server. If you haven't made any cha=
nges in web.xml file or cleared it out you can launch the application by ri=
ght clicking the hello.jsp page and selecting Run on Server.
+Click the Run icon or right click your project folder and =
select Run on Server. If you haven't made any cha=
nges in web.xml file or cleared it out you can launch the application by ri=
ght clicking the hello.jsp page and selecting Run on the Server=
emphasis>.Run project
@@ -194,7 +194,7 @@
- You should see in browser the next page:
+ You should see the next page in a browser :Running project
--===============1209878064983834544==--