From jbosstools-commits at lists.jboss.org Tue Jan 15 04:34:42 2008 Content-Type: multipart/mixed; boundary="===============4483485118539672727==" MIME-Version: 1.0 From: jbosstools-commits at lists.jboss.org To: jbosstools-commits at lists.jboss.org Subject: [jbosstools-commits] JBoss Tools SVN: r5680 - trunk/documentation/guides/userguide/GettingStartedGuide/en/modules. Date: Tue, 15 Jan 2008 04:34:42 -0500 Message-ID: --===============4483485118539672727== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: cluts Date: 2008-01-15 04:34:42 -0500 (Tue, 15 Jan 2008) New Revision: 5680 Modified: trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/firs= t_seam.xml trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/gett= ing_started.xml trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/jsp_= application.xml trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/rad_= jsf_application.xml Log: http://jira.jboss.org/jira/browse/JBDS-143 - Transition sentences are added= to the all chapters and sections of GSG and Seam. Modified: trunk/documentation/guides/userguide/GettingStartedGuide/en/modul= es/first_seam.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/guides/userguide/GettingStartedGuide/en/modules/fir= st_seam.xml 2008-01-15 08:36:11 UTC (rev 5679) +++ trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/fir= st_seam.xml 2008-01-15 09:34:42 UTC (rev 5680) @@ -20,11 +20,11 @@ A core element that makes the JBoss Developer Studio "scalabl= e" is the JBoss Seam framework. = - In this chapter, we will cover how to build a simple Seam web appl= ication in minutes with - the JBoss Developer Studio. + The main purpose of this chapter is to tell you about build a sim= ple Seam web application in minutes with the JBoss Developer Studio. =
Create a Seam Project + This section helps you to create a simple Seam project. To create a new web application in Seam, yo= u should create a Seam web project. This section provides all the necessary steps to organize a= new project with appropriate tooling and adjust the settings that match your needs. @@ -432,6 +432,7 @@
Add a new UI Component = + This section tells you about how you can add a new UI Component.= Now, let's add a little more logic to the application. We w= ill add a new boolean property to the action component. If it is set to true, the action w= ould capitalize the input string and display it on the web page. The following code in the Sim= pleAction class implements Modified: trunk/documentation/guides/userguide/GettingStartedGuide/en/modul= es/getting_started.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/guides/userguide/GettingStartedGuide/en/modules/get= ting_started.xml 2008-01-15 08:36:11 UTC (rev 5679) +++ trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/get= ting_started.xml 2008-01-15 09:34:42 UTC (rev 5680) @@ -546,7 +546,7 @@ How can I add my own tag library to the JBoss = Tools Palette? - See Adding Tag L= ibraries in Visual Web Tools Guide. + See Adding Tag = Libraries in Visual Web Tools Guide. I see the Oracle ADF Faces component library t= ags in the JBoss Tools Palette, but I can't seem to find the libraries for ADF. How do = I use this component Modified: trunk/documentation/guides/userguide/GettingStartedGuide/en/modul= es/jsp_application.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/guides/userguide/GettingStartedGuide/en/modules/jsp= _application.xml 2008-01-15 08:36:11 UTC (rev 5679) +++ trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/jsp= _application.xml 2008-01-15 09:34:42 UTC (rev 5680) @@ -30,7 +30,7 @@
Setting Up the Project - We'll start with creation a new project for the application.<= /para> + The main purpose of this section is to tell you about creation a D= ynamic Web Project. Go to the menu bar and select Modified: trunk/documentation/guides/userguide/GettingStartedGuide/en/modul= es/rad_jsf_application.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/guides/userguide/GettingStartedGuide/en/modules/rad= _jsf_application.xml 2008-01-15 08:36:11 UTC (rev 5679) +++ trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/rad= _jsf_application.xml 2008-01-15 09:34:42 UTC (rev 5680) @@ -31,6 +31,7 @@
Setting up the project + Now you know how to create a new JSF 1.2 project. First, we will create a JSF 1.2 project using an integrated = JBDS's new project wizard and predefined templates. Follow the next steps= : @@ -77,6 +78,7 @@
Creating JSP Pages + After you created a new JSF project you can create new JSP p= ages. And now, let's add two pages to our application. The first page is inputnumber.jsp. It prompts you to enter a number. If the guess is incorrect, the same page will = be redisplayed with a @@ -149,7 +151,7 @@
Creating Transition between two views - Then, we should create connection between jsp pages. + Then, we should create connection between jsp pages. In the diagram, select the @@ -483,6 +485,7 @@
Editing faces-config.xml File + In this section you know about faces-config.xml file. This file holds two navigation rules and defines the backing= bean used. @@ -970,6 +973,7 @@
Creating index.jsp page + Now you know how to create index.jsp page. The index.jsp page is the entry point of our application. It= 's just forwarding to inputnumber.jsp page. --===============4483485118539672727==--