Author: irooskov(a)redhat.com
Date: 2012-06-14 20:03:51 -0400 (Thu, 14 Jun 2012)
New Revision: 41994
Modified:
trunk/seam/docs/reference/en-US/Book_Info.xml
trunk/seam/docs/reference/en-US/creating_mavenized_seam.xml
trunk/seam/docs/reference/en-US/creating_new_seam.xml
trunk/seam/docs/reference/en-US/crud_application_walkthrough.xml
trunk/seam/docs/reference/en-US/crud_database_application.xml
trunk/seam/docs/reference/en-US/directory_structure.xml
Log:
updated for JBDS-2022
Modified: trunk/seam/docs/reference/en-US/Book_Info.xml
===================================================================
--- trunk/seam/docs/reference/en-US/Book_Info.xml 2012-06-14 22:48:56 UTC (rev 41993)
+++ trunk/seam/docs/reference/en-US/Book_Info.xml 2012-06-15 00:03:51 UTC (rev 41994)
@@ -7,7 +7,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>5.0</productnumber>
<edition>5.0.0</edition>
- <pubsnumber>6</pubsnumber>
+ <pubsnumber>8</pubsnumber>
<abstract>
<para>The Seam Developer Tools Reference Guide explains how to use the Seam
Developer Tools module to create Seam projects for deployment.</para>
</abstract>
Modified: trunk/seam/docs/reference/en-US/creating_mavenized_seam.xml
===================================================================
--- trunk/seam/docs/reference/en-US/creating_mavenized_seam.xml 2012-06-14 22:48:56 UTC
(rev 41993)
+++ trunk/seam/docs/reference/en-US/creating_mavenized_seam.xml 2012-06-15 00:03:51 UTC
(rev 41994)
@@ -28,7 +28,12 @@
<itemizedlist>
<listitem>
<para>
- Navigate to
<menuchoice><guimenuitem>File</guimenuitem><guimenuitem>New</guimenuitem><guimenuitem>Seam
Project</guimenuitem></menuchoice>. Give the project a meaningful name,
specify a target runtime and server and select the proper configuration for your Seam
project:
+ Navigate to <menuchoice>
+ <guimenuitem>File</guimenuitem>
+ <guimenuitem>New</guimenuitem>
+ <guimenuitem>Other</guimenuitem>
+ <guimenuitem>Seam Web Project</guimenuitem>
+ </menuchoice>. Give the project a meaningful name, specify a target
runtime and server and select the proper configuration for your Seam project:
</para>
<figure>
Modified: trunk/seam/docs/reference/en-US/creating_new_seam.xml
===================================================================
--- trunk/seam/docs/reference/en-US/creating_new_seam.xml 2012-06-14 22:48:56 UTC (rev
41993)
+++ trunk/seam/docs/reference/en-US/creating_new_seam.xml 2012-06-15 00:03:51 UTC (rev
41994)
@@ -214,10 +214,10 @@
Clicking the <guibutton>OK</guibutton> button will bring you to the
<property>Web Module</property> wizard form again.
</para>
-<!-- <section id="seamWithJPA">
+ <section id="seamWithJPA">
<title>Seam project with JPA facets</title>
<para>
- For creating Seam project with JPA support you need to select<property> Java
Persistent</property> facet on <property>Project Facets</property> page
and click <guibutton>OK</guibutton>.
+ For creating a Seam project with JPA support you need to select<property> Java
Persistent</property> facet on <property>Project Facets</property> page
and click <guibutton>OK</guibutton>.
</para>
<para>
@@ -241,12 +241,6 @@
On this page you can choose <property>Platform</property>
(vendor-specific JPA implementation) for your project, type of JPA Implementation, and
configure the <property>Connection</property> to database in the <property
Connection</property> area.
</para>
-
- <para>
- More about <property>JPA facet</property> page you can read in
<ulink
-
url="http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.jp...
- >Eclipse documentation</ulink>.
- </para>
<para>
The next page concerns <property>Web Module Settings</property>. Accept
the default values and press the <guibutton>Next</guibutton> button.
@@ -255,7 +249,7 @@
<para>
On the next step you will see <property>JSF Capabilities</property>
and <property>Seam facet</property> pages, which are mostly the same as in
general Seam project.
</para>
- </section> -->
+ </section>
</section>
<section id="configureJava">
Modified: trunk/seam/docs/reference/en-US/crud_application_walkthrough.xml
===================================================================
--- trunk/seam/docs/reference/en-US/crud_application_walkthrough.xml 2012-06-14 22:48:56
UTC (rev 41993)
+++ trunk/seam/docs/reference/en-US/crud_application_walkthrough.xml 2012-06-15 00:03:51
UTC (rev 41994)
@@ -88,7 +88,7 @@
</para>
<para>
- Hover the mouse over <guibutton>Browse</guibutton> in the very top menu and
select <guimenuitem>Employees List</guimenuitem> from the expanded list.
Observe that data from the <emphasis> <property>employee</property>
</emphasis> database is displayed.
+ Hover the mouse over <guibutton>Browse data</guibutton> in the very top
menu and select <guimenuitem>Employees List</guimenuitem> from the expanded
list. Observe that data from the <emphasis>
<property>employee</property> </emphasis> database is displayed.
</para>
<figure>
Modified: trunk/seam/docs/reference/en-US/crud_database_application.xml
===================================================================
--- trunk/seam/docs/reference/en-US/crud_database_application.xml 2012-06-14 22:48:56 UTC
(rev 41993)
+++ trunk/seam/docs/reference/en-US/crud_database_application.xml 2012-06-15 00:03:51 UTC
(rev 41994)
@@ -277,7 +277,7 @@
<itemizedlist>
<listitem>
<para>
- You can expand the <property>WEB_CONTENT</property> folder of the
application and open <property>home.xhtml</property> or
<property>login.xhtml</property> with <property>JBoss Visual
Editor</property>.
+ You can expand the <property>WebContent</property> folder of the crudapp
project in the <guilabel>Project Explorer</guilabel> and open
<property>home.xhtml</property> or
<property>login.xhtml</property> with <property>JBoss Visual
Editor</property>.
</para>
</listitem>
</itemizedlist>
@@ -296,8 +296,13 @@
<itemizedlist>
<listitem>
<para>
- Connect to the <emphasis> <property>cruddb</property>
</emphasis> database if not already connected to it.
+ Switch to <guilabel>Database Development</guilabel> perspective with
<menuchoice><guimenuitem>Window</guimenuitem><guimenuitem>Open
Perspective</guimenuitem><guimenuitem>Other</guimenuitem></menuchoice>.
</para>
+ <para>
+ Connect to the <emphasis>
+ <property>cruddb</property>
+ </emphasis> database if not already connected to it.
+ </para>
</listitem>
</itemizedlist>
Modified: trunk/seam/docs/reference/en-US/directory_structure.xml
===================================================================
--- trunk/seam/docs/reference/en-US/directory_structure.xml 2012-06-14 22:48:56 UTC (rev
41993)
+++ trunk/seam/docs/reference/en-US/directory_structure.xml 2012-06-15 00:03:51 UTC (rev
41994)
@@ -51,7 +51,10 @@
</note>
<para>
- Furthermore the Seam Project wizard generates a test project that is setup to run
<xref linkend="testNG"/> directly against the proper libraries and server
runtime libraries. You can run tests via <menuchoice><guimenuitem>Run
As</guimenuitem><guimenuitem>TestNG
Test.</guimenuitem></menuchoice>
+ Furthermore the Seam Project wizard generates a test project that is setup to run
directly against the proper libraries and server runtime libraries. You can run tests via
<menuchoice>
+ <guimenuitem>Run As</guimenuitem>
+ <guimenuitem>TestNG Test.</guimenuitem>
+ </menuchoice>: <xref linkend="testNG"/>.
</para>
<para>