From jbosstools-commits at lists.jboss.org Mon Jan 14 09:28:00 2008 Content-Type: multipart/mixed; boundary="===============7467499390121892977==" MIME-Version: 1.0 From: jbosstools-commits at lists.jboss.org To: jbosstools-commits at lists.jboss.org Subject: [jbosstools-commits] JBoss Tools SVN: r5663 - trunk/seam/docs/reference/en/modules. Date: Mon, 14 Jan 2008 09:28:00 -0500 Message-ID: --===============7467499390121892977== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: ochikvina Date: 2008-01-14 09:28:00 -0500 (Mon, 14 Jan 2008) New Revision: 5663 Modified: trunk/seam/docs/reference/en/modules/creating_new_seam.xml Log: http://jira.jboss.com/jira/browse/JBDS-234 - updating according to Svetlana= Mukhina remarks Modified: trunk/seam/docs/reference/en/modules/creating_new_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/seam/docs/reference/en/modules/creating_new_seam.xml 2008-01-14 1= 4:27:22 UTC (rev 5662) +++ trunk/seam/docs/reference/en/modules/creating_new_seam.xml 2008-01-14 1= 4:28:00 UTC (rev 5663) @@ -11,8 +11,8 @@ Creating a New Seam Project via the New Seam Project wizard</ti= tle> <para>In this chapter we provide you with the necessary steps to start= working with Seam Framework.</para> - <para>At first, we suggest setting the specific Seam perspective that = provides a necessary type - of functionality. For that select <emphasis> + <para>At first, we suggest setting the specific Seam perspective that = combines a number of + different views and editors needed for work with resources concern= ed. For that select <emphasis> <property>Window > Open Perspective > Other > Seam</property> </emphasis> or you can also access it through the button in the ri= ght top corner.</para> = @@ -31,14 +31,14 @@ experiment with it by creating variations.</para> <para>Thus, you should select <emphasis> <property>File > New > Seam Web Project</property> - </emphasis> to run the <property>New Seam Project</property> w= izard. It's necessary to - enter a name and a location directory for your new project. Th= e next wizard forms allow - you to create runtime and server instances in order to get sta= rted creating, running, - and debugging J2EE applications.</para> + </emphasis> to run the <property>New Seam Project</property> w= izard. The wizard form + allows you to create runtime and server instances in order to = get started creating, + running, and debugging J2EE applications.</para> <para>Seam Web Project wizard has an option for selecting the actu= al Server (not just WTP runtime) that will be used for the project. This allows the wi= zard to identify correctly where the required datasource and driver libraries need to go.= </para> - <para>Let's get through the wizard step-by-step. First, you s= hould type the name of your new project.</para> + <para>Let's get through the wizard step-by-step. First, you s= hould enter a name and + a location directory for your new project</para> <figure> <title>New Seam Project Wizard @@ -51,10 +51,10 @@ = Clicking on New... - button in the Target Runtime section brings us to = another dialog. Here, you - can specify a new installed Runtime environment or the other t= ype of runtime appropriate - for configuring your project. Let's create a JBoss 4.2 Runtime= . For that after choosing - it click on + button in the Target Runtime section will bring yo= u to another dialog. Here, + you can specify a new installed Runtime environment or the oth= er type of runtime + appropriate for configuring your project. Let's create a JBoss= 4.2 Runtime. For that + after choosing it click on Next button. = @@ -144,17 +144,18 @@ = The last section on this wizard step is Configurat= ions. You can - select one of the pre-defined project configurations or create= your own. Having all needed options arranged click on = - Next to pass on to t= he other wizard. + select one of the pre-defined project configurations or create= your own. Having all + needed options arranged click on + Next + to pass on to the other wizard. =
Select the Project Facets = - This page of the wizard allows you to enable or disable spec= ific facets. You can save - or delete your preset of selected facets clicking on - Save - button. + This page of the wizard allows you to enable or disable spec= ific facets that define + necessary characteristics for the project. The moment you swit= ch to this wizard form, + all critical facets are already checked for the chosen Dynamic= Web Project. =
Project Facets Selection @@ -165,6 +166,20 @@
= + Moreover, you can specify your own preset of selected facets= by checking needed ones + in project facets window and clicking on + Save + button. + +
+ Specifying Custom Facet Preset + + + + + +
+ You can also see all available runtimes after clicking on Show Runtimes or create new ones using the @@ -175,21 +190,29 @@ Project Facets Selection - + = + Here, if more than one runtimes are checked, the + Make Primary + button won't be dimmed yet. So you can make u= se of it to mark + primary runtime. - Next - button will bring you to the Web Module wizard. + Next + button will bring you to the Web Module wizard for= m.
=
How to Configure Web Module Settings - A dynamic web application contains both web pages and Java c= ode. The wizard will ask - you where you want to put those files. You can just leave the = default values. = + As we deal with a dynamic web application we should first s= pecify the top level + directory of our application for deploying it to a server afte= rwards. You know, this + kind of application contains both Web and Java code resources.= Thus, it's also important + to indicate the content directory as well as Java source direc= tory. The wizard will put + all those values itself. So you can leave everything as it is.= +
Web Module Settings @@ -198,13 +221,16 @@
- = + Choose + Next + to switch to the next wizard form.
- = +
Adding JSF Capabilities = - This wizard helps you to add JSF capabilities into your proj= ect. + This wizard helps you to add JSF capabilities into your proj= ect for representing + appropriate behaviours associated with JSF. Checking Server Supplied JSF Implementation means that you will have a default JSF implementat= ion given by server. @@ -222,9 +248,11 @@ button. You are able to create a library of jars by clicking o= n New button. - Here, it's necessary to type a Library Name, select a Version - Supported and add proper Library jars. Then click on - Finish. + Here, it's necessary to type a Library Name, select a + Version Supported and add proper Library + jars. Then click on + Finish + to complete the choice.
Create JSF Implementation Library @@ -234,10 +262,13 @@
= - You can also add a Component Libraries = (e.g. Richfaces) clicking - on + In the Component Libraries section of the wizard you can als= o add Component + Libraries (e.g. Richfaces). Just click on New - button in the Component Libraries section. + button. Appeared dialog will ask you to type the L= ibrary name, supported + version and add necessary jar's. Press + Finish + to complete the choice.
=
Create JSF Implementation Library @@ -260,6 +291,9 @@
+ + Finally, as we are arranging the Seam Web project, the last = step we should do is to adjust project + configurations associated with Seam.
=
@@ -277,12 +311,12 @@ = - Create Seam runtime and define Seam home folder. Cli= ck on - Add - button in the General= section. + Create Seam runtime and define Seam home folder. - Notice that in this wizard presented below you can create a = Seam runtime only for that + For that click on + Add + button in the General section. No= tice that in this wizard presented below you can create a Seam runtime only= for that version which was selected in the Project Facets wizard (version 1.2 in our case). = @@ -314,7 +348,7 @@ - + = and create a @@ -326,6 +360,15 @@ =
+ Connection Profile Options + + + + + +
+ = +
Connection Profile Selecting @@ -352,6 +395,7 @@ Click on Finish to generate a project. - + = +
--===============7467499390121892977==--