Author: smukhina
Date: 2007-07-06 08:34:49 -0400 (Fri, 06 Jul 2007)
New Revision: 2340
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/AjaxCRUDApplicationWithSeamAndRichFaces.xml
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/BusinessProcessAndRulesApplication.xml
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedGuideforCreatingaStrutsApplication.xml
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedGuideforJSFwithHibernate.xml
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedGuideforJavaServerFaces.xml
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedStrutsValidationExamples.xml
Log:
http://jira.jboss.com/jira/browse/EXIN-373
during italic font editing "->" symbols are changed into ">"
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/AjaxCRUDApplicationWithSeamAndRichFaces.xml
===================================================================
---
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/AjaxCRUDApplicationWithSeamAndRichFaces.xml 2007-07-06
12:07:13 UTC (rev 2339)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/AjaxCRUDApplicationWithSeamAndRichFaces.xml 2007-07-06
12:34:49 UTC (rev 2340)
@@ -53,7 +53,7 @@
</mediaobject>
</figure>
<itemizedlist continuation="continues">
-<listitem>To create a Seam project, select <emphasis>Seam Gen ->
Setup/Configuration -> Setup </emphasis>to
+<listitem>To create a Seam project, select <emphasis>Seam Gen >
Setup/Configuration > Setup </emphasis>to
launch the Seam Gen setup window as shown below. Note: </listitem>
</itemizedlist>
<note>
@@ -72,7 +72,7 @@
</imageobject>
</mediaobject>
</figure>
-<para>Fill the items in the dialog as shown below and select the OK
button.</para>
+<para>Fill the items in the dialog as shown below and select the
<emphasis>OK</emphasis> button.</para>
<table>
<title>Filling Project Items</title>
<tgroup cols="2">
@@ -149,7 +149,7 @@
</imageobject>
</mediaobject>
</figure>
-<para>Right click on the connection -> Reconnect. Just specify
"sa" as the user id. The password
+<para>Right click on the connection > Reconnect. Just specify
"sa" as the user id. The password
field should be blank.</para>
<para>You should now be able to browse the database and see the meta-data and
query data using SQL.
Your meta-data should look like the following:</para>
@@ -168,7 +168,7 @@
<itemizedlist>
<listitem>The next step in our exercise is to generate a full blown application
using Seam Gen.
This application will generate CRUD pages and Search pages for all the entities in the
database.
-Click on Seam Gen -> Generate Entities. Seam Gen will connect to the database we
defined in the
+Click on Seam Gen > Generate Entities. Seam Gen will connect to the database we
defined in the
setup part of the application and generate all the required
components.</listitem>
<listitem>Since Seam Gen is generating files on the file system that Eclipse does
not know
about, right click on the project name on your project and choose the Refresh item. This
will let
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/BusinessProcessAndRulesApplication.xml
===================================================================
---
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/BusinessProcessAndRulesApplication.xml 2007-07-06
12:07:13 UTC (rev 2339)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/BusinessProcessAndRulesApplication.xml 2007-07-06
12:34:49 UTC (rev 2340)
@@ -49,7 +49,7 @@
Those files are very simple and we will review them as we go along with the tutorial. We
import
them here to reduce potential typos and other errors in the tutorial.</para>
<orderedlist>
-<listitem>Choose the <emphasis>File -> Import ...</emphasis> menu
and then select <emphasis>General -> Existing</emphasis> project into
workspace and
+<listitem>Choose the <emphasis>File > Import ...</emphasis> menu and
then select <emphasis>General > Existing</emphasis> project into workspace
and
click on the Next button.</listitem>
</orderedlist>
<figure>
@@ -90,7 +90,7 @@
</mediaobject>
</figure>
<orderedlist continuation="continues">
-<listitem>Right click on the rules-bpm/build.xml file, and select
<emphasis>Run AS ... -> Ant</emphasis> Build.</listitem>
+<listitem>Right click on the rules-bpm/build.xml file, and select
<emphasis>Run AS ... > Ant</emphasis> Build.</listitem>
</orderedlist>
<figure>
@@ -120,7 +120,7 @@
<orderedlist>
<listitem>Select the<emphasis> EclipseCon/resources
</emphasis>directory. That is where we are going to put the
rules definition file.</listitem>
- <listitem>Select the following menu actions: F<emphasis>ile -> New
-> Other ... -> JBoss Rules -> New
+ <listitem>Select the following menu actions: <emphasis>File > New
> Other ... > JBoss Rules > New
Rules Resource</emphasis> to bring up the JBoss Rules
wizard.</listitem>
</orderedlist>
<figure>
@@ -198,7 +198,7 @@
refunded. Since the business analyst typically designs this process, it is very high
level and
can be drawn up in a GUI designer.</para>
<orderedlist>
- <listitem>Select the<emphasis> EclipseCon/resources </emphasis>folder
and select menu actions <emphasis>File -> New -> File</emphasis>.
+ <listitem>Select the<emphasis> EclipseCon/resources </emphasis>folder
and select menu actions <emphasis>File > New > File</emphasis>.
Add a new file called process-order.jpdl.xml as shown below:</listitem>
</orderedlist>
<figure>
@@ -220,7 +220,7 @@
</process-definition>
]]></programlisting>
<orderedlist continuation="continues">
-<listitem>Right click on the process-order.jpdl.xml file and select
<emphasis>Open with ... -> jBPM
+<listitem>Right click on the process-order.jpdl.xml file and select
<emphasis>Open with ... > jBPM
Graphical Process Designer</emphasis>.</listitem>
</orderedlist>
<figure>
@@ -265,7 +265,7 @@
<para>Let's go through the exercise for the "Check
Inventory" node first.</para>
<orderedlist>
<listitem>Right click on the "Check Inventory" node in the
designer and select <emphasis>Add
- Actions -> Node Enter </emphasis>from the menu as shown
below.</listitem>
+ Actions > Node Enter </emphasis>from the menu as shown
below.</listitem>
</orderedlist>
<figure>
<title>Node Entering</title>
@@ -276,7 +276,7 @@
</mediaobject>
</figure>
<orderedlist continuation="continues">
-<listitem>In the Outline view tab, open the tree view of process-order -> Check
Inventory ->
+<listitem>In the Outline view tab, open the tree view of process-order > Check
Inventory >
node enter, and you will see action1. The Outline view may be hidden or on the left side
of the
IDE.</listitem>
</orderedlist>
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedGuideforCreatingaStrutsApplication.xml
===================================================================
---
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedGuideforCreatingaStrutsApplication.xml 2007-07-06
12:07:13 UTC (rev 2339)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedGuideforCreatingaStrutsApplication.xml 2007-07-06
12:34:49 UTC (rev 2340)
@@ -454,7 +454,7 @@
<logic:redirect forward="getName"/>
]]></programlisting>
<itemizedlist continuation="continues">
-<listitem><para>To save all the edits to files, select File/Save All from the
menu bar.</para></listitem>
+<listitem><para>To save all the edits to files, select
<emphasis>File/Save All</emphasis> from the menu
bar.</para></listitem>
</itemizedlist>
</section>
</section>
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedGuideforJSFwithHibernate.xml
===================================================================
---
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedGuideforJSFwithHibernate.xml 2007-07-06
12:07:13 UTC (rev 2339)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedGuideforJSFwithHibernate.xml 2007-07-06
12:34:49 UTC (rev 2340)
@@ -163,7 +163,7 @@
<itemizedlist continuation="continues">
<listitem><para>In the ORM Explorer view, reveal the
-<emphasis>ormHibernate3-jsf/JavaSource/hibernate.cfg.xml/demo/User -> user
node</emphasis>, right-click it, and select
+<emphasis>ormHibernate3-jsf/JavaSource/hibernate.cfg.xml/demo/User > user
node</emphasis>, right-click it, and select
Open Mapping from the context menu.</para></listitem>
<listitem><para>In the editor that opens up for the mapping file, just change
the class
attribute for generator to a value of assigned and you're done with this
file.</para></listitem>
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedGuideforJavaServerFaces.xml
===================================================================
---
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedGuideforJavaServerFaces.xml 2007-07-06
12:07:13 UTC (rev 2339)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedGuideforJavaServerFaces.xml 2007-07-06
12:34:49 UTC (rev 2340)
@@ -59,7 +59,7 @@
without redeployment. This is extremely important when you play with the code by adding
new
features to test how they work. At the same time, Developer Studio allows you to have
full control over
the source code. We even recommend turning on the "Use Source Tab as a default
for multi-tab
-editors" option in the Preferences Editor (<emphasis>Red
Hat->Editors</emphasis> section). You can always use the GUI
+editors" option in the Preferences Editor (<emphasis>Red
Hat>Editors</emphasis> section). You can always use the GUI
feature of Developer Studio later to slash the development time when you start to
understand enough
how things works on the source code level. The provided example is fully adapted to work
with
Red Hat Developer Studio.</para>
@@ -68,7 +68,7 @@
feature for learning.</para>
<para>To start working with the tutorial example, copy the
"ticker" folder to a new place on the
disk. If you use Red Hat Developer Studio, copy this folder to the Eclipse workspace
folder (or wherever you
-usually keep projects) and then import this project using the <emphasis>Eclipse
File->Import</emphasis> menu. Leave
+usually keep projects) and then import this project using the <emphasis>Eclipse
File>Import</emphasis> menu. Leave
the server.xml registration option checked on the second screen of wizard. This allows
you to
change and then run an application without any special redeployment.</para>
<para>Each ticker folder contains four subfolders:</para>
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedStrutsValidationExamples.xml
===================================================================
---
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedStrutsValidationExamples.xml 2007-07-06
12:07:13 UTC (rev 2339)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedStrutsValidationExamples.xml 2007-07-06
12:34:49 UTC (rev 2340)
@@ -55,7 +55,7 @@
<listitem><para>In the Validation Editor, expand the formset node,
right-click GetNameForm, and select<emphasis>Add Field...</emphasis> from the
context menu.</para></listitem>
<listitem><para>Enter name for Property in the dialog
box.</para></listitem>
<listitem><para>In the properties for the name field to the right of the
"tree" for the validation.xml file, click on the
<emphasis>Change...</emphasis>button next to the Depends entry
field.</para></listitem>
-<listitem><para>In the displayed double list, select required from the left
list and then click
<emphasis>Add-></emphasis>.</para></listitem>
+<listitem><para>In the displayed double list, select required from the left
list and then click
<emphasis>Add></emphasis>.</para></listitem>
<listitem><para>Click Ok.</para></listitem>
<listitem><para>Right-click name and select<emphasis>Add
Arg...</emphasis> from the context menu.</para></listitem>
<listitem><para>In the Add Arg dialog box, click on the
<emphasis>Change...</emphasis>button next to the
<emphasis>Key</emphasis> field.</para></listitem>