Author: afedosik
Date: 2007-11-29 10:43:19 -0500 (Thu, 29 Nov 2007)
New Revision: 5152
Modified:
trunk/seam/docs/reference/en/images/create_new_seam/create_seam13.png
trunk/seam/docs/reference/en/images/testng/testng_11.png
trunk/seam/docs/reference/en/modules/seam_editors.xml
trunk/seam/docs/reference/en/modules/seam_view.xml
trunk/seam/docs/reference/en/modules/testng.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-289 guide correction according to remarks
Modified: trunk/seam/docs/reference/en/images/create_new_seam/create_seam13.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/testng/testng_11.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/modules/seam_editors.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/seam_editors.xml 2007-11-29 15:38:08 UTC (rev
5151)
+++ trunk/seam/docs/reference/en/modules/seam_editors.xml 2007-11-29 15:43:19 UTC (rev
5152)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="seam_editors" xreflabel="seam_editors">of various
possible problematic definitions is i
+<chapter id="seam_editors" xreflabel="seam_editors">
<?dbhtml filename="seam_editors.html"?>
<chapterinfo>
<keywordset>
@@ -23,6 +23,8 @@
<listitem><para>JAVA</para></listitem>
</itemizedlist>
+ <para>The Seam components are available in content assist.</para>
+
<figure>
<title>Content Assist</title>
<mediaobject>
@@ -38,7 +40,7 @@
<title>OpenOn</title>
<para><property>OpenOn</property> let's you easily navigate
through your project without using the Package Explorer or Project Explorer.
- After pressing ctrl + left click you will see a corresponding method or
class.</para>
+ After pressing ctrl + left click (or just F3) you will see a corresponding method
or class.</para>
<figure>
<title>OpenOn</title>
Modified: trunk/seam/docs/reference/en/modules/seam_view.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/seam_view.xml 2007-11-29 15:38:08 UTC (rev 5151)
+++ trunk/seam/docs/reference/en/modules/seam_view.xml 2007-11-29 15:43:19 UTC (rev 5152)
@@ -81,7 +81,7 @@
</mediaobject>
</figure>
- <para>The Seam Component View can be filtered by choosing
<property>Customize View</property></para>
+ <para>The Seam Component View can be filtered by choosing
<property>Customize View</property>.</para>
<figure>
<title>Customize View</title>
@@ -92,7 +92,7 @@
</mediaobject>
</figure>
- <para> and select the <emphasis><property>Seam Components from
Libraries</property></emphasis> under the Filters tab.
+ <para>Select the <emphasis><property>Seam Components from
Libraries</property></emphasis> under the Filters tab.
This will make the view ignore components defined in jar's. This will
hide the many built-in Seam components and leave only those left that are actually
defined in the project or have actively configured via components.xml.
Consequently deselecting the filter will show you all available components.</para>
<para>Selecting the <emphasis><property>Seam Components from
Referenced Projects</property></emphasis> will hide the components that are
dependent on other project.</para>
Modified: trunk/seam/docs/reference/en/modules/testng.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/testng.xml 2007-11-29 15:38:08 UTC (rev 5151)
+++ trunk/seam/docs/reference/en/modules/testng.xml 2007-11-29 15:43:19 UTC (rev 5152)
@@ -41,58 +41,10 @@
<title>How to use the generated Seam-test project to run Seam
tests</title>
<itemizedlist>
- <listitem><para>Create a new Seam Web Project using New Project
wizard or main menu <emphasis><property>File > New > Seam Web
Project</property>.</emphasis></para></listitem>
+ <listitem><para>Create a new Seam Web Project with EAR deployment
using the New Seam Project wizard.</para></listitem>
</itemizedlist>
-
- <figure>
- <title>Seam Web Project Creation</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/testng/testng_1.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
- <itemizedlist>
- <listitem><para>Name your project and follow the next wizard steps
keeping default settings.</para></listitem>
- </itemizedlist>
-
- <figure>
- <title>New Seam Project Wizard</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/testng/testng_2.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
+
<itemizedlist>
- <listitem><para>Check <emphasis><property>Server
Supplied JSF
Implementation</property>.</emphasis></para></listitem>
- </itemizedlist>
-
- <figure>
- <title>Adding JSF Capabilities</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/testng/testng_3.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
- <itemizedlist>
- <listitem><para>Select
<emphasis><property>EAR</property></emphasis> next to
<emphasis><property>Deploy as:</property></emphasis>
field.</para></listitem>
- </itemizedlist>
-
- <figure>
- <title>Select Deployment Type</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/testng/testng_4.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
- <itemizedlist>
<listitem><para>After project is created you will have the
generated Seam-test project that is setup to run TestNG directly against the proper
libraries and server runtime libraries.</para></listitem>
</itemizedlist>
@@ -171,11 +123,14 @@
<itemizedlist>
- <listitem><para>After running TestNG you will have the test
results in <emphasis><property>test-output</property></emphasis>
folder in Seam-test project (press F5 to refresh the Package Explorer view). Open
<property>index.html</property> file with Web
Browser.</para></listitem>
+ <listitem><para>After running TestNG you will have the test
results in <emphasis><property>test-output</property></emphasis>
folder in Seam-test project (press F5 to refresh the Package Explorer view).
+ Open <property>index.html</property> file with Web Browser or
simply use the TestNG view.</para></listitem>
</itemizedlist>
+ <para>The below view shows a successful run of the test.</para>
+
<figure>
- <title>Opening Test Results in Web Browser</title>
+ <title>Viewing the Test Results</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/testng/testng_11.png"/>
@@ -183,10 +138,11 @@
</mediaobject>
</figure>
+
<para>You can see the test results in Web Browser.</para>
<figure>
- <title>Test Results</title>
+ <title>Test Results in Browser</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/testng/testng_12.png"/>