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 according to Svetlana
Mukhina remarks
Modified: trunk/seam/docs/reference/en/modules/creating_new_seam.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/creating_new_seam.xml 2008-01-15 17:45:25 UTC
(rev 5725)
+++ trunk/seam/docs/reference/en/modules/creating_new_seam.xml 2008-01-15 17:46:27 UTC
(rev 5726)
@@ -142,10 +142,16 @@
</imageobject>
</mediaobject>
</figure>
+
+ <para>The last section on this wizard step is
<property>Configurations</property>. Here, you
+ can select one of the pre-defined project configurations either Dynamic Web
Project with
+ Seam 1.2 or with Seam 2.0 that's the latest release but just only a
technology
+ preview. In addition, you can create your own configuration. Choosing
Default
+ Configuration for jBoss 4.2 Runtime allows you later to specify your own set
of facets
+ for adding extra functionality to your project. For more details about
facets, see next
+ section.</para>
- <para>The last section on this wizard step is
<property>Configurations</property>. You can
- select one of the pre-defined project configurations or create your own.
Having all
- needed options arranged click on <emphasis>
+ <para>Having all necessary options arranged click on <emphasis>
<property>Next</property>
</emphasis> to pass on to the other wizard.</para>
@@ -154,9 +160,12 @@
<title>Select the Project Facets</title>
<para>This page of the wizard allows you to enable or disable specific
facets that define
- necessary characteristics for the project. The moment you switch 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.</para>
+ <para>Notice that this page of the wizard also allows you to specify the
necessary version for
+ any facet. </para>
+
<figure>
<title>Project Facets Selection</title>
<mediaobject>
@@ -292,8 +301,8 @@
</mediaobject>
</figure>
- <para>Finally, as we are arranging the Seam Web project, the last step we
should do is to adjust project
- configurations associated with Seam.</para>
+ <para>Finally, as we are arranging the Seam Web project, the last step we
should do is to
+ adjust project configurations associated with the Seam.</para>
</section>
<section id="seamFacet">
@@ -315,10 +324,11 @@
</listitem>
</itemizedlist>
<para>For that click on <emphasis>
- <property>Add</property>
- </emphasis> button in the <property>General</property> section.
Notice that in this wizard presented below you can create a Seam runtime only for that
- version which was selected in the <link
linkend="projectFacets">Project Facets</link>
- wizard (version 1.2 in our case).</para>
+ <property>Add</property>
+ </emphasis> button in the <property>General</property>
section. Notice that in this
+ wizard presented below you can create a Seam runtime only for that version
which was
+ selected in the <link linkend="projectFacets">Project
Facets</link> wizard (version 1.2
+ in our case).</para>
<figure>
<title>Seam Runtime Creation</title>
@@ -348,17 +358,21 @@
</imageobject>
</mediaobject>
</figure>
-
+
<itemizedlist>
<listitem>
- <para>and create a <emphasis>
+ <para>and then specify a <emphasis>
<property>Connection profile</property>
- </emphasis> clicking on <emphasis>
- <property>New</property>
- </emphasis> button and selecting the necessary connection
profile.</para>
+ </emphasis> appropriate for your database.</para>
+
</listitem>
</itemizedlist>
+ <para>By default, <emphasis>
+ <property>DefaultDS</property></emphasis> value of
Connection profile is set here. You can organise the
+ other one by clicking on <emphasis>
+ <property>New</property>
+ </emphasis> button and selecting necessary for you type of connection
profile.</para>
<figure>
<title>Connection Profile Options</title>
<mediaobject>
@@ -367,7 +381,7 @@
</imageobject>
</mediaobject>
</figure>
-
+
<figure>
<title>Connection Profile Selecting</title>
<mediaobject>
@@ -378,11 +392,10 @@
</figure>
<para>Other Database fields are describing a Database and a connection to
it.</para>
- <para>In the <property>Code Generation</property> section you
can edit a package name for
+ <para>In the <property>Code Generation</property> section the
wizard have already put the names for your
<property>Session Bean</property>, <property>Entity
Bean</property> and
- <property>Test</property>.</para>
+ <property>Test</property> packages. Of course, you can change
them to any others likable for you.</para>
-
<figure>
<title>Code Generation Section</title>
<mediaobject>
@@ -395,7 +408,7 @@
<para>Click on <emphasis>
<property>Finish</property>
</emphasis> to generate a project.</para>
-
- <para></para>
+
+ <para/>
</section>
</chapter>
Modified: trunk/seam/docs/reference/en/modules/intro.xml
===================================================================
--- 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 @@
<keyword>JBoss Tools</keyword>
<keyword>Seam</keyword>
<keyword>JBDS</keyword>
- </keywordset>
+ </keywordset>
</chapterinfo>
-
+
<title>Introduction</title>
-
+
<section>
-
+
<title>What is Seam?</title>
<para>This introduction will help you to understand what is
<property>Seam</property>.</para>
- <para><property>Seam</property> is a fully featured application
framework 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, Web Services,
jBPM, JBoss Rules, Ajax4jsf, RichFaces, Facelets, Spring, iText, Quartz, TestNG, etc.),
and
- provides a single programming model for developers to "drive"
those underlying frameworks via simple annotated POJOs (Plain Old Java Objects). It makes
life easier
- for developers to tackle complex enterprise applications with many component
frameworks.</para>
+ <para><property>Seam</property> is a fully featured application
framework 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,
+ Web Services, jBPM, JBoss Rules, Ajax4jsf, RichFaces, Facelets, Spring,
iText, Quartz,
+ TestNG, etc.), and provides a single programming model for developers to
+ "drive" those underlying frameworks via simple annotated
POJOs (Plain
+ Old Java Objects). It makes life easier for developers to tackle complex
enterprise
+ applications with many component frameworks.</para>
</section>
-
+
<section>
+ <title>Installation into Eclipse</title>
+
+ <para>Here, we are going to explain how to install Seam plugin into
Eclipse.</para>
+
+ <para>The first thing you should do is to download <ulink
+
url="http://labs.jboss.com/jbossseam/download/index.html">Seam
distribution</ulink>
+ and extract it in any folder. Then, simply put /plugins and /features
folders
+ from your distribution into the same ones of your eclipse directory. To
ensure the
+ eclipse have detected a new plugin run it with -clean option, i.e. eclipse
-clean.</para>
+
+ </section>
+
+ <section>
<title>Other relevant resources on the topic</title>
-
- <para>On JBoss you can find a set of benefits and other extra information
on <ulink
url="http://www.jboss.com/products/seam">Seam
Framework</ulink>.</para>
-
- </section>
- </chapter>
+
+ <para>On JBoss you can find a set of benefits and other extra information
on <ulink
+
url="http://www.jboss.com/products/seam">Seam
Framework</ulink>.</para>
+
+ </section>
+</chapter>