From jbosstools-commits at lists.jboss.org Thu May 10 10:21:28 2007 Content-Type: multipart/mixed; boundary="===============0904504769245291137==" MIME-Version: 1.0 From: jbosstools-commits at lists.jboss.org To: jbosstools-commits at lists.jboss.org Subject: [jbosstools-commits] JBoss Tools SVN: r2020 - trunk/documentation/GettingStartedGuide/docs/userguide/en/modules. Date: Thu, 10 May 2007 10:21:28 -0400 Message-ID: --===============0904504769245291137== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: afedosik Date: 2007-05-10 10:21:28 -0400 (Thu, 10 May 2007) New Revision: 2020 Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/Gettin= gStartedForCreatingaJSFApplication.xml Log: Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/modules= /GettingStartedForCreatingaJSFApplication.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/Getti= ngStartedForCreatingaJSFApplication.xml 2007-05-09 17:23:39 UTC (rev 2019) +++ trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/Getti= ngStartedForCreatingaJSFApplication.xml 2007-05-10 14:21:28 UTC (rev 2020) @@ -22,7 +22,7 @@ JSF application and then run the application from inside Red Hat Developer= Studio. We'll assume that you have already launched Eclipse with Red Hat Deve= loper Studio installed and also that the Red Hat Developer Studio perspective is the current perspect= ive. (If not, make it active by -selecting Window/Open Perspective/Red Hat Developer Studio from the menu b= ar or by selecting Window/ +selecting Window > Open Perspective > Red Hat Developer Studio from the me= nu bar or by selecting Window/ Open Perspective/Other... from the menu bar and then selecting Red Hat Dev= eloper Studio from the Select Perspective dialog box.) = @@ -31,8 +31,8 @@ Setting Up the Project We are first going to create a new project for the application. -Go to the menu bar and select File/New/Project... .= -Select Red Hat Developer Studio/JSF Project in the New Pro= ject dialog box. +Go to the menu bar and select File > New > Project... . +Select Red Hat Developer Studio > JSF > JSF Project in the= New Project dialog box. Click Next Enter jsfHello as the project name. Leave everything else as is, and click Finish. @@ -43,21 +43,30 @@ The JSF Application Configuration File A jsfHello node should appear in the upper-left Package Explorer vie= w. +
+ Package Explorer View + = + + + + +
Click the plus sign next to jsfHello to reveal the child n= odes. Click the plus sign next to WebContent under jsfHello. Click the plus sign next to WEB-INF under WebContent. = Then double-click on the faces-config.xml node to display = the JSF application configuration file editor. +
= - +
-
+
@@ -93,14 +102,13 @@ side of the diagram
- + Connection icon = - +
- to get an arrow cursor with a two-pronged plug at the arrow's b= ottom. Click on the pages/inputname page icon and then click on t= he pages/greeting page icon @@ -108,10 +116,10 @@ A transition should appear between the two icons.
- +Transition between two icons = - +
@@ -142,10 +150,10 @@ You should see this now:
- +Tree view in Config Editor = - +
@@ -173,7 +181,7 @@ = - + @@ -181,19 +189,19 @@ Select the Visual tab, so we can work with the editor comp= letely in its WYSIWYG mode -To the right of the editor, in the Exadel Palette, expand = the JSF HTML palette folder +To the right of the editor, in the Red Hat Palette, expand= the JSF HTML palette folder by selecting it
= - +
-34. Click on form within this folder, drag the cursor over= to the editor, = +Click on form within this folder, drag the cursor over to = the editor, = and drop it inside the red box in the editor = Another red box will appear inside the first red box. --===============0904504769245291137==--