From jbosstools-commits at lists.jboss.org Wed Jan 16 09:15:17 2008 Content-Type: multipart/mixed; boundary="===============8981440346884012113==" MIME-Version: 1.0 From: jbosstools-commits at lists.jboss.org To: jbosstools-commits at lists.jboss.org Subject: [jbosstools-commits] JBoss Tools SVN: r5742 - trunk/seam/docs/reference/en/modules. Date: Wed, 16 Jan 2008 09:15:17 -0500 Message-ID: --===============8981440346884012113== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: ochikvina Date: 2008-01-16 09:15:17 -0500 (Wed, 16 Jan 2008) New Revision: 5742 Modified: trunk/seam/docs/reference/en/modules/creating_new_seam.xml Log: http://jira.jboss.com/jira/browse/JBDS-234 - updating according to the rema= rks made by Svetlana Mukhina 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-16 1= 4:10:23 UTC (rev 5741) +++ trunk/seam/docs/reference/en/modules/creating_new_seam.xml 2008-01-16 1= 4:15:17 UTC (rev 5742) @@ -33,12 +33,12 @@ File > New > Seam Web Project to run the New Seam Project w= izard. The wizard form allows you to create runtime and server instances in order to = get started creating, - running, and debugging J2EE applications. + running, and debugging J2EE (only) applications. 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.= Let's get through the wizard step-by-step. First, you s= hould enter a name and - a location directory for your new project + a location directory for your new project/
New Seam Project Wizard @@ -74,7 +74,7 @@ you want. =
- Specifying Target Server Runtime + Specifying Target Runtime Configurations @@ -104,13 +104,13 @@
= - Next dialog allows you to verify chosen Runtime information = as well as set login - credentials and specify a deploy directory. Leave everything a= s it is and click on + Next dialog allows you to verify chosen Runtime information,= set login + credentials to authorize an access to the server and specify a= directory for deploying. Leave everything as it is and click on Next . =
- New Server Dialog + Specifying Server Configurations @@ -121,7 +121,7 @@ On the last wizard step you can modify your project to confi= gure it on server. =
- New Server Dialog + Project Modification for Configuring on the Server</tit= le> <mediaobject> <imageobject> <imagedata fileref=3D"images/create_new_seam/create_se= am6.png"/> @@ -135,19 +135,19 @@ </emphasis> button you should have the following wizard view:<= /para> = <figure> - <title>New Seam Project Creation + Completion of Runtime and Server Configuration
- = + The last section on this wizard step is Configurat= ions. Here, you - can select one of the pre-defined project configurations eithe= r Dynamic Web Project with - Seam 1.2 or with Seam 2.0 that's the latest release but j= ust only a technology - preview. In addition, you can create your own configuration. C= hoosing Default - Configuration for jBoss 4.2 Runtime allows you later to specif= y your own set of facets + can select one of the pre-defined project configurations eithe= r associated with Seam 1.2 or with Seam 2.0 that is the latest release but = just only a technology + preview. In addition, you can create your own configuration. C= hoosing + Default + Configuration for jBoss 4.2 Runtime allo= ws you later to specify your own set of facets for adding extra functionality to your project. For more detai= ls about facets, see next section. = @@ -160,11 +160,11 @@ Select the Project Facets = This page of the wizard allows you to enable or disable spec= ific facets that define - necessary characteristics for the project. In time you switch = to this wizard form, - all critical facets are already checked for the chosen Dynamic= Web Project. + necessary characteristics for the project. In time you switch = to this wizard form, all + critical facets are already checked for the chosen Dynamic Web= Project. = - Notice that this page of the wizard also allows you to speci= fy the necessary version for - any facet. + Notice that this page of the wizard also allows you to speci= fy the necessary version + for any facet. =
Project Facets Selection @@ -196,7 +196,7 @@ button. =
- Project Facets Selection + Runtime Manipulations @@ -216,7 +216,7 @@
How to Configure Web Module Settings = - As we deal with a dynamic web application we should first s= pecify the top level + 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 @@ -280,7 +280,7 @@ to complete the choice. =
- Create JSF Implementation Library + Create JSF Implementation Component Library @@ -368,11 +368,6 @@ = - By default, - DefaultDS value of Connection = profile is set here. You can organise the - other one by clicking on - New - button and selecting necessary for you type of con= nection profile.
Connection Profile Options @@ -382,6 +377,11 @@
= + You can edit chosen profile by using + Edit + button or organise a new one by clicking on + New + button and selecting necessary for you type of con= nection profile.
Connection Profile Selecting @@ -391,12 +391,27 @@
= - Other Database fields are describing a Database and a connec= tion to it. - In the Code Generation section the wiza= rd have already put the names for your = - Session Bean, Entity Bean and - Test packages. Of course, you can cha= nge them to any others likable for you. + On the other dialog you'll be asked to enter its name a= nd description. And then you should select a proper + driver and adjust connection details. Press + Next + to preview all the adjusted settings and complete = the creation of the new profile. =
+ Connection Details + + + + + +
+ + The next block of settings in the Seam Facet wizard are desc= ribing a Database and a connection to it. + In the Code Generation section the wiza= rd have already put the + names for your Session Bean, En= tity Bean and + Test packages. Of course, you can cha= nge them into the others + which you like. + +
Code Generation Section --===============8981440346884012113==--