Author: ochikvina
Date: 2008-08-26 11:52:53 -0400 (Tue, 26 Aug 2008)
New Revision: 9908
Modified:
trunk/esb/docs/esb_ref_guide/en/modules/esb_editor.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-386 - adding new figure & updating the ESB
editor section
Modified: trunk/esb/docs/esb_ref_guide/en/modules/esb_editor.xml
===================================================================
--- trunk/esb/docs/esb_ref_guide/en/modules/esb_editor.xml 2008-08-26 15:52:11 UTC (rev
9907)
+++ trunk/esb/docs/esb_ref_guide/en/modules/esb_editor.xml 2008-08-26 15:52:53 UTC (rev
9908)
@@ -104,10 +104,7 @@
<para>In order to add a new generic Action to your ESB XML file you should
select the
Actions node under the Services, then right-click and choose
<emphasis>
- <property>New > Generic Action</property>
- </emphasis> or instead make use of <emphasis>
- <property>Add...</property>
- </emphasis> button in the <property>Form editor</property>
on the left.</para>
+ <property>New > Generic Action</property>.
</emphasis></para>
<figure>
<title>Adding New Action in the Tree View</title>
@@ -118,6 +115,9 @@
</mediaobject>
</figure>
+ <para>Or instead make use of <emphasis>
+ <property>Add...</property>
+ </emphasis> button in the <property>Form editor</property>
on the left.</para>
<figure>
<title>Adding New Action in the Form Editor</title>
<mediaobject>
@@ -130,10 +130,10 @@
<para>As you can see on the bath figures above, the context menu will also
prompt you to
insert one of the Actions that are supplied out-of-the-box with
<property>JBoss
ESB</property>. After choosing one an appeared <property>New
Action wizard</property>
- will ask you to fill out a name field and others specific for each Action
property
- fields. For example, for converter Action <emphasis>
- <property>ObjectToCSVString</property>
- </emphasis> the wizard looks as follows:</para>
+ will ask you to fill out a name field and other fields specific for each
Action
+ property. For example, for <emphasis>
+ <property>Content Based Router</property>
+ </emphasis> Action the wizard looks as follows:</para>
<figure>
<title>New Action Wizard</title>
@@ -144,21 +144,25 @@
</mediaobject>
</figure>
-<!--
- <para>In the <property>Form editor</property> on the left
it's possible to edit
- properties for any created Action.</para>
+ <para>After confirming creating the Action you can see it in the Tree under
the <emphasis>
+ <property>Actions</property>
+ </emphasis> node and preview as well as edit its settings in the
<property>Form
+ editor</property> on the left.</para>
<figure>
- <title>Form Editor for Chosen Action</title>
+ <title>Form Editor for Content Based Router</title>
<mediaobject>
<imageobject>
<imagedata
fileref="images/esb_editor/14_esb_editor.png"/>
</imageobject>
</mediaobject>
</figure>
-
--->
-
+
+ <para><property>ESB editor</property> can recognize some
specific objects. On the figure you
+ can see
<emphasis>org.jboss.soa.esb.actions.ContentBasedRouter</emphasis> in the
<emphasis>
+ <property>Class</property>
+ </emphasis> section.</para>
+
</section>
<section id="esb_editors_features">
@@ -170,10 +174,10 @@
<section id="ESBsyntaxvalidation84">
<title>ESB syntax validation</title>
- <para>When working in JBoss ESB editor you are constantly provided with
feedback and
- contextual error checking as you type. In the Source viewer, if at any
point a tag
- is incorrect or incomplete, an error will be indicated next to the line
and also in
- the Problems view below.</para>
+ <para>When working in <property>JBoss ESB editor</property>
you are constantly provided
+ with feedback and contextual error checking as you type. In the Source
viewer, if at
+ any point a tag is incorrect or incomplete, an error will be indicated
next to the
+ line and also in the <property>Problems view</property>
below.</para>
</section>
<section id="ESBSupportXMLSchema">