From jbosstools-commits at lists.jboss.org Fri Sep 14 09:36:41 2007 Content-Type: multipart/mixed; boundary="===============2471235786181785868==" MIME-Version: 1.0 From: jbosstools-commits at lists.jboss.org To: jbosstools-commits at lists.jboss.org Subject: [jbosstools-commits] JBoss Tools SVN: r3628 - in trunk/documentation/GettingStartedGuide/docs/userguide/en: modules and 1 other directory. Date: Fri, 14 Sep 2007 09:36:41 -0400 Message-ID: --===============2471235786181785868== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: sabrashevich Date: 2007-09-14 09:36:40 -0400 (Fri, 14 Sep 2007) New Revision: 3628 Added: trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/RADdev= elopmentOfSimpleJSFapplication.xml Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/master.xml trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/Develo= pAsimpleJSPWebApplication.xml Log: http://jira.jboss.com/jira/browse/RHDS-160 updated context Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/master.= 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/master.xml 20= 07-09-14 11:54:20 UTC (rev 3627) +++ trunk/documentation/GettingStartedGuide/docs/userguide/en/master.xml 20= 07-09-14 13:36:40 UTC (rev 3628) @@ -6,6 +6,7 @@ + @@ -33,6 +34,7 @@ &ManageJBossAS; &GetStartSeamGen; &DevelopAsimpleJSPWebApplication; +&RADdevelopmentOfSimpleJSFapplication; &GenCURDDatabaseApp; &CURDAppWalkthrough; 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-14 11:54:20 UTC (rev 3627) +++ trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/Devel= opAsimpleJSPWebApplication.xml 2007-09-14 13:36:40 UTC (rev 3628) @@ -184,7 +184,7 @@ -Click the Run icon. +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.
Run project Added: trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/RA= DdevelopmentOfSimpleJSFapplication.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/RADde= velopmentOfSimpleJSFapplication.xml (rev 0) +++ trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/RADde= velopmentOfSimpleJSFapplication.xml 2007-09-14 13:36:40 UTC (rev 3628) @@ -0,0 +1,16 @@ + + + + = + + Red Hat Developer Studio + JSF + JBoss + RAD + + + RAD development of a simple JSF application + In this chapter you will see how to create a simple JSF appl= ication being based on "RAD" philosophy. We = will develop an application simulating a game of Craps. The user will "= ;roll" two dice by entering two numbers and clicking two buttons and t= he program will announce if the user won or not depending on the program&ap= os;s logic. + We'll show you how to create such an application from scr= atch, along the way demonstrating powerful features of Red Hat Developer St= udio such as project templating, Visual Page Editor, code completion and ot= hers. You will design the +JSF application and then run the application from inside Red Hat Developer= Studio using the bundled JBoss server. = + \ No newline at end of file --===============2471235786181785868==--