Author: abogachuk
Date: 2009-03-05 10:23:36 -0500 (Thu, 05 Mar 2009)
New Revision: 14020
Modified:
trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-449 - Eclipse wizards for ESB files description
updated
Modified: trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml
===================================================================
--- trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml 2009-03-05 15:09:33 UTC (rev
14019)
+++ trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml 2009-03-05 15:23:36 UTC (rev
14020)
@@ -132,7 +132,23 @@
<para> Clicking <emphasis>
<property>Next</property>
</emphasis> brings you to the wizard page where you can
select a ESB project example from the example list.
- Every ESB example has two projects, one is a ESB project and
another is a Java project used to test the ESB project.</para>
+ Every ESB example has two projects, one is a ESB project and
another is a Java project used to test the ESB project.</para>
+ <para>Here is a list of ready examples available:</para>
+
+ <itemizedlist>
+
+ <listitem><para><emphasis
role="bold">JBoss ESB HelloWorld Example</emphasis> - demonstrates the
minimal files necessary to make a basic ESB component execute as well as to prove that the
ESB os properly configured.</para></listitem>
+ <listitem><para><emphasis
role="bold">JBoss ESB HelloWorld Action Example</emphasis> -
demonstrates the use of multiple action invocations from a single configuration. You can
use a single Action class and make multiple method calls or use multiple Action classes.
</para></listitem>
+ <listitem><para><emphasis
role="bold">JBoss ESB HelloWorld File Action Example</emphasis> -
demonstrates using the File gateway feature of the JBoss ESB. Files that are found in a
particular directory with a particular extension are sent to a JMS queue with actions for
processing.</para></listitem>
+ <listitem><para><emphasis
role="bold">JBoss ESB Web Service consumer1 Example</emphasis> -
demonstrates how to consume a 181 Web Service in an ESB
action.</para></listitem>
+ <listitem><para><emphasis
role="bold">JBoss ESB Web Service producer Example</emphasis> -
demonstrates how to deploy a JSR181 Webservice endpoint on JBossESB using the
SOAPProcessor action.</para></listitem>
+ <listitem><para><emphasis
role="bold">JBoss ESB Smooks CSV -> XML Example</emphasis> -
demonstrates how to transform a comma separated value (CSV) file to an
XML.</para></listitem>
+ <listitem><para><emphasis
role="bold">JBoss ESB Smooks XML -> POJO Example</emphasis> -
demonstrates the use of Smooks performing a simpe transformation by converting an XML file
into Java POJOs.</para></listitem>
+ <listitem><para><emphasis
role="bold">JBoss ESB Smooks XML -> XML date-manipulation
Example</emphasis> - demonstrates how to manually define and apply a Message
Transformation within JBoss ESB.</para></listitem>
+ <listitem><para><emphasis
role="bold">JBoss ESB Smooks XML -> XML Example</emphasis> - a
very basic example of how to manually define and apply a Message Transformation within
JBoss ESB. It applies a very simple XSLT to a SampleOrder.xml message and prints the
before and after XML to the console. </para></listitem>
+
+ </itemizedlist>
+
<figure>
<title>JBoss Tools ESB Project Examples</title>
<mediaobject>
@@ -142,8 +158,8 @@
</mediaobject>
</figure>
- <para>Select <emphasis><property>JBoss ESB HelloWorld
Example</property> </emphasis> ESB and Client project, and then click
- <emphasis><property>Finish</property></emphasis>, then you
will get two projects created. </para>
+ <para>We will take as our example <emphasis><property>JBoss ESB
HelloWorld Example</property> </emphasis> ESB and Client project, choose them
using the Ctrl button and then click
+ <emphasis><property>Finish</property></emphasis>. As a result
you will get two projects created. </para>
<figure>
<title>JBoss ESB Project Examples: helloworld and
helloworld_testclient</title>
<mediaobject>