From jbosstools-commits at lists.jboss.org Tue Jan 15 12:46:27 2008 Content-Type: multipart/mixed; boundary="===============7150347677224163970==" MIME-Version: 1.0 From: jbosstools-commits at lists.jboss.org To: jbosstools-commits at lists.jboss.org Subject: [jbosstools-commits] JBoss Tools SVN: r5726 - trunk/seam/docs/reference/en/modules. Date: Tue, 15 Jan 2008 12:46:27 -0500 Message-ID: --===============7150347677224163970== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: ochikvina Date: 2008-01-15 12:46:27 -0500 (Tue, 15 Jan 2008) New Revision: 5726 Modified: trunk/seam/docs/reference/en/modules/creating_new_seam.xml trunk/seam/docs/reference/en/modules/intro.xml Log: http://jira.jboss.com/jira/browse/JBDS-234 - updating the chapters accordi= ng 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-15 1= 7:45:25 UTC (rev 5725) +++ trunk/seam/docs/reference/en/modules/creating_new_seam.xml 2008-01-15 1= 7:46:27 UTC (rev 5726) @@ -142,10 +142,16 @@ + = + 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 + for adding extra functionality to your project. For more detai= ls about facets, see next + section. = - 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 + Having all necessary options arranged click on Next to pass on to the other wizard. = @@ -154,9 +160,12 @@ 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. The moment you swit= ch to this wizard form, + 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. +
Project Facets Selection @@ -292,8 +301,8 @@
= - Finally, as we are arranging the Seam Web project, the last = step we should do is to adjust project - configurations associated with Seam. + Finally, as we are arranging the Seam Web project, the last = step we should do is to + adjust project configurations associated with the Seam. =
@@ -315,10 +324,11 @@ 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). + Add + button in the General section= . Notice 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). =
Seam Runtime Creation @@ -348,17 +358,21 @@
- = + - and create a + and then specify a Connection profile - clicking on - New - button and selecting the necessary connect= ion profile. + appropriate for your database. + = + 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 @@ -367,7 +381,7 @@
- = +
Connection Profile Selecting @@ -378,11 +392,10 @@
= Other Database fields are describing a Database and a connec= tion to it. - In the Code Generation section you can = edit a package name for + In the Code Generation section the wiza= rd have already put the names for your = Session Bean, Entity Bean and - Test. + Test packages. Of course, you can cha= nge them to any others likable for you. = -
Code Generation Section @@ -395,7 +408,7 @@ Click on Finish to generate a project. - = - + +
Modified: trunk/seam/docs/reference/en/modules/intro.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/intro.xml 2008-01-15 17:45:25 UTC = (rev 5725) +++ trunk/seam/docs/reference/en/modules/intro.xml 2008-01-15 17:46:27 UTC = (rev 5726) @@ -6,25 +6,43 @@ JBoss Tools Seam JBDS - + - = + Introduction - = +
- = + What is Seam? This introduction will help you to understand what is Seam. - Seam is a fully featured application framew= ork on top of Java EE 5. It is also one of the most popular enterprise Java= framework today. Seam deeply integrates many other - standard-based or open source frameworks (e.g., JSF, EJB3, JMS, We= b Services, jBPM, JBoss Rules, Ajax4jsf, RichFaces, Facelets, Spring, iText= , Quartz, TestNG, etc.), and - provides a single programming model for developers to "drive&= quot; those underlying frameworks via simple annotated POJOs (Plain Old Jav= a Objects). It makes life easier - for developers to tackle complex enterprise applications with many= component frameworks. + Seam is a fully featured application fr= amework on top of Java EE + 5. It is also one of the most popular enterprise Java framewor= k today. Seam deeply + integrates many other standard-based or open source frameworks= (e.g., JSF, EJB3, JMS, + Web Services, jBPM, JBoss Rules, Ajax4jsf, RichFaces, Facelets= , Spring, iText, Quartz, + TestNG, etc.), and provides a single programming model for dev= elopers to + "drive" those underlying frameworks via simple annot= ated POJOs (Plain + Old Java Objects). It makes life easier for developers to tack= le complex enterprise + applications with many component frameworks.
- = +
+ Installation into Eclipse + + Here, we are going to explain how to install Seam plugin int= o Eclipse. + + The first thing you should do is to download Seam distribution + and extract it in any folder. Then, simply put /plugins and /f= eatures folders + from your distribution into the same ones of your eclipse dire= ctory. To ensure the + eclipse have detected a new plugin run it with -clean option, = i.e. eclipse -clean. + = +
+ +
Other relevant resources on the topic - = - On JBoss you can find a set of benefits and other extra info= rmation on Seam Framework= . - = -
- + + On JBoss you can find a set of benefits and other extra info= rmation on Seam Framework<= /ulink>. + + + --===============7150347677224163970==--