Author: mcaspers
Date: 2011-01-18 23:04:20 -0500 (Tue, 18 Jan 2011)
New Revision: 28390
Modified:
trunk/struts/docs/struts_tools_ref_guide/en-US/config_file_debugger.xml
trunk/struts/docs/struts_tools_ref_guide/en-US/page_links_recognizer.xml
trunk/struts/docs/struts_tools_ref_guide/en-US/project_verification.xml
trunk/struts/docs/struts_tools_ref_guide/en-US/rel_resources_links.xml
Log:
General Updates
Modified: trunk/struts/docs/struts_tools_ref_guide/en-US/config_file_debugger.xml
===================================================================
--- trunk/struts/docs/struts_tools_ref_guide/en-US/config_file_debugger.xml 2011-01-19
03:55:12 UTC (rev 28389)
+++ trunk/struts/docs/struts_tools_ref_guide/en-US/config_file_debugger.xml 2011-01-19
04:04:20 UTC (rev 28390)
@@ -13,12 +13,11 @@
<title>Struts Configuration File Debugger</title>
- <para>JBoss Tools come with <property>Struts configuration file
- debugger</property>. It allows you to set break points on Struts diagram
and
- then simply launch the server in debug mode.</para>
+ <para>
+ JBoss Tools come with <property>Struts configuration file
debugger</property>. It allows you to set break points on Struts diagram and then
simply launch the server in debug mode.
+ </para>
- <para>Simply right click an Action or a page and select Add <emphasis>
- <property>Breakpoint</property>. </emphasis></para>
+ <para>Simply right click an Action or a page and select Add
<guimenuitem>Breakpoint</guimenuitem>.</para>
<figure>
<title>Adding Breakpoint</title>
<mediaobject>
Modified: trunk/struts/docs/struts_tools_ref_guide/en-US/page_links_recognizer.xml
===================================================================
--- trunk/struts/docs/struts_tools_ref_guide/en-US/page_links_recognizer.xml 2011-01-19
03:55:12 UTC (rev 28389)
+++ trunk/struts/docs/struts_tools_ref_guide/en-US/page_links_recognizer.xml 2011-01-19
04:04:20 UTC (rev 28390)
@@ -13,13 +13,8 @@
<title>Customizable Page Links Recognizer</title>
- <para><property>Custom page links</property> allow you to define
custom Struts page
- links that will be recognizable in the Struts application diagram. You can
- define these links by selecting <emphasis>
- <property>Window > Preferences</property>
- </emphasis> from the menu bar and then selecting <emphasis>
- <property>JBoss Tools > Web > Struts >
Customization</property>
- </emphasis> from the Preferences dialog box.</para>
+ <para>
+ <property>Custom page links</property> allow you to define custom Struts
page links that will be recognizable in the Struts application diagram. You can define
these links by selecting
<menuchoice><guimenuitem>Window</guimenuitem><guimenuitem>Preferences</guimenuitem></menuchoice>
from the menu bar and then selecting <menuchoice><guimenuitem>JBoss
Tools</guimenuitem><guimenuitem>Web</guimenuitem><guimenuitem>Struts</guimenuitem><guimenuitem>Customization</guimenuitem></menuchoice>
from the Preferences dialog box.</para>
<figure>
<title>Customization Panel</title>
<mediaobject>
Modified: trunk/struts/docs/struts_tools_ref_guide/en-US/project_verification.xml
===================================================================
--- trunk/struts/docs/struts_tools_ref_guide/en-US/project_verification.xml 2011-01-19
03:55:12 UTC (rev 28389)
+++ trunk/struts/docs/struts_tools_ref_guide/en-US/project_verification.xml 2011-01-19
04:04:20 UTC (rev 28390)
@@ -1,117 +1,89 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter id="project_verification">
- <?dbhtml filename="project_verification.html"?>
- <chapterinfo>
- <keywordset>
- <keyword>JBoss Developer Studio</keyword>
- <keyword>Eclipse</keyword>
- <keyword>Struts Tools</keyword>
- <keyword>Java</keyword>
- <keyword>JBoss</keyword>
- </keywordset>
- </chapterinfo>
-
- <title>Struts Project Verification</title>
-
- <para>In this section we'll consider one more functionality that JBoss
Tools provide for Struts
- projects, namely adjusting projects verification.</para>
-
- <para>To configure Struts project verification select <emphasis>
- <property>Window > Preferences</property>
- </emphasis> from the menu bar, select <emphasis>
- <property>JBoss Tools > Web > Verification</property>
- </emphasis> from the Preferences dialog box and then expand the
- Struts Rules node.</para>
- <figure>
- <title>Struts Rules</title>
- <mediaobject>
- <imageobject>
- <imagedata
- fileref="images/verif_valid/verif_valid_8.png"
- />
- </imageobject>
- </mediaobject>
- </figure>
- <para>Suppose you are working in the Source viewer for a Struts
- configuration file as shown below:</para>
- <figure>
- <title>Struts Configuration File</title>
- <mediaobject>
- <imageobject>
- <imagedata
- fileref="images/verif_valid/verif_valid_9.png"
- />
- </imageobject>
- </mediaobject>
- </figure>
- <para>While typing a class name or entering it from the graphical editor,
- you might make a minor typo (like <emphasis role="italic">
- <property>"sample.GreetingAction1"</property>
- </emphasis> instead of <emphasis role="italic">
- <property>"sample.GreetingAction"</property>
- </emphasis>). After saving the file,
- <property>verification</property> checks to make sure everything is
- correct and finds the error below:</para>
- <figure>
- <title>Error Reporting</title>
- <mediaobject>
- <imageobject>
- <imagedata
- fileref="images/verif_valid/verif_valid_10.png"
- scale="75"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para>Notice that the Package Explorer View shows a marked folder and a
- marked file where the error is.</para>
- <para>You can place the cursor over the line with the error to view a
- detailed error message:</para>
- <figure>
- <title>Error Message</title>
- <mediaobject>
- <imageobject>
- <imagedata
- fileref="images/verif_valid/verif_valid_11.png"
- />
- </imageobject>
- </mediaobject>
- </figure>
- <para>The verification also checks to make sure you have specified the
- correct JSP page for the forward:</para>
- <figure>
- <title>JSP Page Verification</title>
- <mediaobject>
- <imageobject>
- <imagedata
- fileref="images/verif_valid/verif_valid_12.png"
- scale="75"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para>Once you place the cursor over the line, you can see the error
- message:</para>
- <figure>
- <title>Error Message</title>
- <mediaobject>
- <imageobject>
- <imagedata
- fileref="images/verif_valid/verif_valid_13.png"
- />
- </imageobject>
- </mediaobject>
- </figure>
- <para>You can always invoke the verification by switching to the Diagram
- viewer, right-clicking and selecting <emphasis>
- <property>Verify</property>
- </emphasis> from the context menu:</para>
- <figure>
- <title>Verify Command</title>
- <mediaobject>
- <imageobject>
- <imagedata
- fileref="images/verif_valid/verif_valid_14.png"
- />
- </imageobject>
- </mediaobject>
- </figure>
+ <?dbhtml filename="project_verification.html"?>
+ <chapterinfo>
+ <keywordset>
+ <keyword>JBoss Developer Studio</keyword>
+ <keyword>Eclipse</keyword>
+ <keyword>Struts Tools</keyword>
+ <keyword>Java</keyword>
+ <keyword>JBoss</keyword>
+ </keywordset>
+ </chapterinfo>
+
+ <title>Struts Project Verification</title>
+
+ <para>
+ This section covers the Struts project verification functionality provided by JBoss
Tools.
+ </para>
+ <para>
+ To configure Struts project verification select
<menuchoice><guimenuitem>Window</guimenuitem><guimenuitem>Preferences</guimenuitem></menuchoice>
from the menu bar, select <menuchoice><guimenuitem>JBoss
Tools</guimenuitem><guimenuitem>Web</guimenuitem><guimenuitem>Verification</guimenuitem></menuchoice>
from the Preferences dialog box, and then expand the Struts Rules node.
+ </para>
+ <figure>
+ <title>Struts Rules</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/verif_valid/verif_valid_8.png" />
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>Suppose you are working in the Source viewer for a Struts configuration file
as shown below:</para>
+ <figure>
+ <title>Struts Configuration File</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/verif_valid/verif_valid_9.png" />
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>
+ While typing a class name or entering it from the graphical editor, you might make a
minor typo (like <emphasis
role="italic"><property>"sample.GreetingAction1"</property></emphasis>
instead of <emphasis
role="italic"><property>"sample.GreetingAction"</property></emphasis>).
After saving the file, it is verified to make sure everything is correct and finds the
error shown below:
+ </para>
+ <figure>
+ <title>Error Reporting</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/verif_valid/verif_valid_10.png"
scale="75"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>Notice that the Package Explorer View shows a marked folder and a marked
file to indicate where the error is.</para>
+ <para>You can place the cursor over the line with the error to view a detailed
error message:</para>
+ <figure>
+ <title>Error Message</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/verif_valid/verif_valid_11.png" />
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>The verification process also checks to make sure you have specified the
correct JSP page for the forward:</para>
+ <figure>
+ <title>JSP Page Verification</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/verif_valid/verif_valid_12.png"
scale="75"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>Once you place the cursor over the line, you can see the error
message:</para>
+ <figure>
+ <title>Error Message</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/verif_valid/verif_valid_13.png" />
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>
+ You can always invoke the verification process by switching to the Diagram viewer,
right-clicking and selecting <guimenuitem>Verify</guimenuitem> from the
context menu:
+ </para>
+ <figure>
+ <title>Verify Command</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/verif_valid/verif_valid_14.png" />
+ </imageobject>
+ </mediaobject>
+ </figure>
</chapter>
\ No newline at end of file
Modified: trunk/struts/docs/struts_tools_ref_guide/en-US/rel_resources_links.xml
===================================================================
--- trunk/struts/docs/struts_tools_ref_guide/en-US/rel_resources_links.xml 2011-01-19
03:55:12 UTC (rev 28389)
+++ trunk/struts/docs/struts_tools_ref_guide/en-US/rel_resources_links.xml 2011-01-19
04:04:20 UTC (rev 28390)
@@ -1,33 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter id="rel_resources_links">
- <?dbhtml filename="rel_resources_links.html"?>
- <chapterinfo>
- <keywordset>
- <keyword>JBoss Developer Studio</keyword>
- <keyword>Eclipse</keyword>
- <keyword>Struts Tools</keyword>
- <keyword>Java</keyword>
- <keyword>JBoss</keyword>
- </keywordset>
- </chapterinfo>
+ <?dbhtml filename="rel_resources_links.html"?>
+ <chapterinfo>
+ <keywordset>
+ <keyword>JBoss Developer Studio</keyword>
+ <keyword>Eclipse</keyword>
+ <keyword>Struts Tools</keyword>
+ <keyword>Java</keyword>
+ <keyword>JBoss</keyword>
+ </keywordset>
+ </chapterinfo>
- <title>Relevant Resources Links</title>
+ <title>Relevant Resources Links</title>
- <para>Find out necessary information on <ulink
url="http://struts.apache.org/">Struts
- technology</ulink> if you don't know
enough.</para>
+ <para>More information on Struts can be found on the <ulink
url="http://struts.apache.org/">Struts website</ulink>.</para>
- <para>In summary, this reference should help you to get familiar with those
parts of
- <property>JBoss Tools</property> which are meant for
development with Struts
- technology. If you've carefully gone through the document, you
should know
- now how to create/import Struts project or enable Struts capabilities for
an
- existing web project as well as organize and edit all necessary staff for
your
- Struts application using a set of views and editors provided by
<property>JBoss
- Tools</property>.</para>
+ <para>
+ In summary, this reference should help you to get familiar with those parts of
<property>JBoss Tools</property> which are meant for development with Struts
technology. If you've carefully gone through the document, you should know now
how to create/import Struts project or enable Struts capabilities for an existing web
project as well as organize and edit all necessary staff for your Struts application using
a set of views and editors provided by <property>JBoss Tools</property>.
+ </para>
- <para>If you'd like to contribute your feedback is always
appreciated. You can
- leave your questions and suggestions on our <ulink
-
url="http://www.jboss.com/index.html?module=bb&op=viewforum&...
- >Forum</ulink>.</para>
- <para>We hope, this guide helped you to get started with the JBoss Struts
Tools. Besides, for additional information you are welcome on <ulink
-
url="http://www.jboss.com/index.html?module=bb&op=viewforum&...
forum</ulink>.</para>
+ <para>
+ Feedback is always appreciated. You can leave your questions and suggestions on our
<ulink
url="http://www.jboss.com/index.html?module=bb&op=viewforum&...;.
+ </para>
</chapter>