[jbosstools-commits] JBoss Tools SVN: r22432 - trunk/esb/docs/esb_ref_guide/en-US.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Sat May 29 03:06:41 EDT 2010


Author: abogachuk
Date: 2010-05-29 03:06:41 -0400 (Sat, 29 May 2010)
New Revision: 22432

Removed:
   trunk/esb/docs/esb_ref_guide/en-US/esb_editor.xml
   trunk/esb/docs/esb_ref_guide/en-US/esb_support.xml
Log:
https://jira.jboss.org/browse/TOOLSDOC-77 - deleted files during guide restructuring.

Deleted: trunk/esb/docs/esb_ref_guide/en-US/esb_editor.xml
===================================================================
--- trunk/esb/docs/esb_ref_guide/en-US/esb_editor.xml	2010-05-29 07:06:15 UTC (rev 22431)
+++ trunk/esb/docs/esb_ref_guide/en-US/esb_editor.xml	2010-05-29 07:06:41 UTC (rev 22432)
@@ -1,389 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<chapter id="esb_editor" xreflabel="esb_editor" role="updated">
-    <?dbhtml filename="esbEditor.html"?>
-    <chapterinfo>
-        <keywordset>
-            <keyword>JBoss ESB</keyword>
-            <keyword>Editor</keyword>
-            <keyword>ESB</keyword>
-        </keywordset>
-    </chapterinfo>
-
-    <title>ESB Editor</title>
-
-    <para> ESB editor has lots of useful features, they are described in details in this chapter. In
-        addition you&apos;ll get to know how <property>ESB Editor</property> uses combined
-        visual and source editing of esb files.</para>
-
-    <section id="esb_file" role="updated">
-
-        <title>ESB File Editor</title>
-        <para><property>ESB File Editor</property> is a powerful and customizable tool. ESB File
-            Editor allows developing an application using ESB technology.</para>
-
-        <para>ESB file editor has two tabs: Tree and Source.</para>
-
-        <para>You can switch to Tree. The Tree view for the editor displays all ESB artifacts in a
-            tree format. By selecting any node you can see and edit its properties which will appear
-            in the right-hand area. For example, a Provider:</para>
-        <figure>
-            <title>Tree View</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/esb_editor/01_esb_tree_view.png" scale="90"/>
-                </imageobject>
-            </mediaobject>
-        </figure>
-              
-        <para>Some properties are represented as links to the associated editors.</para>
-        
-        <figure id="TreeViewLink">
-            <title>Property Link to the Associated Editor</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/esb_editor/01a_esb_tree_view_and_links.png"/>
-                </imageobject>
-            </mediaobject>
-        </figure>
-        <para>Now when editing ESB actions which refer to other files (Drools, Groovy, Smooks, etc.),
-            the label for the field turns into a link to launch the editor associated with that type of file.</para>        
-        <figure >
-            <title>Property Link to the Associated Editor</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/esb_editor/01b_esb_tree_view_and_links.png"/>
-                </imageobject>
-            </mediaobject>
-        </figure>
-        <para>You can easily switch from Tree to Source by selecting the Source tab at the bottom of
-            the editor and work in <property>Source view</property>.</para>
-
-        <figure id="sourceView">
-            <title>Source View</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/esb_editor/02_esb_source_view.png"/>
-                </imageobject>
-            </mediaobject>
-        </figure>
-
-        <para>The Source view for the editor displays a text content of the ESB file. It is always
-            synchronized with <property>Tree view</property>, so any changes made in one of the
-            views will immediately appear in the other.</para>
-
-        <para>No matter what view you select, you get full integration with <property>Outline
-            view</property>. For example, you can work in the Source view with the help of the
-            Outline view. The Outline view shows a tree structure of the ESB file. Simply select any
-            element in the <property>Outline view</property> and it will jump to the same place in
-            the Source editor, so you can navigate through the source code with Outline view.</para>
-        <figure>
-            <title>Outline View</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/esb_editor/03_esb_outline_view.png" scale="70"/>
-                </imageobject>
-            </mediaobject>
-        </figure>
-
-        <para>Adding, editing or deleting of some artifacts operations are available right in the
-                <property>Tree view</property> . Right-click any node and select one of the
-            available actions in the context menu. For example, you can easily add a new Provider:</para>
-        <para/>
-        <figure>
-            <title>Adding New Provider</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/esb_editor/04_esb_add_provider.png"/>
-                </imageobject>
-            </mediaobject>
-        </figure>
-        <para>Then you can add Channels and Properties for the Providers the same way or using the forms with <property>Add</property>, <property>Edit</property> and
-            <property>Remove</property> buttons to the right.</para>
-
-        <para>You can easily add a new Service too:</para>
-        <figure>
-            <title>Adding New Service</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/esb_editor/05_esb_add_service.png"/>
-                </imageobject>
-            </mediaobject>
-        </figure>
-       
-        <para>The same way you can create a listener for service and other elements of ESB:</para>
-        <figure>
-            <title>Adding New Listener for Service</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/esb_editor/06_esb_add_listener.png"/>
-                </imageobject>
-            </mediaobject>
-        </figure>
-        <para>The same actions can be done in the right part of <property>Tree view</property> tab
-            (Form editor) using <property>Add</property>, <property>Edit</property> and
-                <property>Remove</property> buttons.</para>
-        
-        <para>Filter can be also edited this way</para>
-        
-        <figure>
-            <title>Editing Filter</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/esb_editor/06a_esb_filter.png"/>
-                </imageobject>
-            </mediaobject>
-        </figure>
-
-
-        <para>In order to add a new custom Action to your ESB XML file you should select the
-            Actions node under the Services, then right-click and choose <emphasis>
-                <property>New > Custom Action</property>. </emphasis></para>
-
-        <figure>
-            <title>Adding New Custom Action in the Tree View</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/esb_editor/11_esb_editor.png"/>
-                </imageobject>
-            </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 Custom Action in the Form Editor</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/esb_editor/12_esb_editor.png"/>
-                </imageobject>
-            </mediaobject>
-        </figure>
-    	
-    	<note>
-    		<title>Note:</title>
-    	    <para>Some new components are available to support ESB 4.7,such as:
-    	        new actions (XsltAction, PersistAction, BpmProcessor, ScriptingAction),
-    	        new processors (EJBProcessor), new routers (HttpRouter, JMSRouter, EmailRouter).
-      	    </para>
-    	</note>
-        <para>Then you will see <property>Add Action</property> wizard. There is a need to specify <property>Action name</property>  and <property>Action Java class</property>.  </para>
-        <figure>
-            <title>Add Action Wizard</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/esb_editor/12a_esb_editor.png"/>
-                </imageobject>
-            </mediaobject>
-        </figure>
-        <para>To get a help with finding a proper class you can select <emphasis><property>Browse</property></emphasis> to open <property>Select class</property> dialog.</para>
-        <figure>
-            <title>Select class dialog</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/esb_editor/12b_esb_editor.png"/>
-                </imageobject>
-            </mediaobject>
-        </figure>
-        <para>Moreover it's possible to type a <property>Process name</property> or select it with <property>Edit Process </property> dialog  which is called out by clicking <emphasis><property>Browse</property></emphasis>. </para>
-        <figure>
-            <title>Edit Process dialog</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/esb_editor/12c_esb_editor.png"/>
-                </imageobject>
-            </mediaobject>
-        </figure>
-
-        <para>As you can see on the both 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 Pre-Packed Action </property>wizard
-            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>Add Pre-Packed Action Wizard</title>
-            <mediaobject>
-                <imageobject>
-                    <imagedata fileref="images/esb_editor/13_esb_editor.png"/>
-                </imageobject>
-            </mediaobject>
-        </figure>
-
-        <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 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">
-
-        <title>ESB Editors Features</title>
-        <para>JBoss ESB tooling has powerful editor features that help you easily make use of
-        content and code assist.</para>
-        <para>This last chapter covers capabilities on how you can use ESB editor.</para>
-
-        <section id="ESBsyntaxvalidation84">
-
-            <title>ESB syntax validation</title>
-            <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">
-            <title>Support for XML Schema</title>
-
-            <para>JBoss ESB Framework fully <link linkend="sourceView">supports XML files based on
-            schemas as well as DTDs</link>.</para>
-            <para>The schema checks the child elements of any kind of provider element; the ESB generates errors on startup if you attempt to define an incorrect combination (e.g.: a jms-bus inside an ftp-provider).</para>
-            <note><title>Note:</title>
-                <para>The schema used behind ESB editor now uses the latest version available (from SOA-P 4.3). This removes the errors/warnings some users have reported seeing when using SOA-P specific esb.xml files.</para>  </note>
-            
-        </section>
-
-        <!--<section id="OpenOnSelection">
-         
-            <title>OpenOn</title>
-
-            <para><property>OpenOn</property> let&apos;s you easily navigate through your
-                project without using the Package Explorer view (project tree). With OpenOn, you can
-                simply click on a reference to another file and that file will be opened.</para>
-
-            <para>OpenOn is available for the XML files </para>
-
-                <para>Press and hold down the Ctrl key. As you move the mouse cursor over different
-                    file references in the file, they display an underline. When you have the mouse
-                    cursor over the name of the file you want to open, click and the file will open
-                    in its own editor. In this example the managed bean NameBean will open.</para>
-               
-            </section>
-            -->
-
-        <section id="ESBContentAssist">
-
-            <title>Content Assist for ESB XML file</title>
-
-            <para>When you work with any ESB XML file <property>Content Assist</property> is
-                available to help you. It provides pop-up tip to help you complete your code
-                statements. It allows you to write your code faster and with more accuracy. Content
-                assist is always available in the Source mode. Simply type <emphasis>
-                    <property>Ctrl-Space</property>
-                </emphasis> to see what is available.</para>
-
-            <para>Content Assist for ESB XML file:</para>
-            <figure>
-                <title>Content Assist for ESB XML file</title>
-                <mediaobject>
-                    <imageobject>
-                        <imagedata fileref="images/esb_editor/08_esb_features.png" scale="80"/>
-                    </imageobject>
-                </mediaobject>
-            </figure>
-
-            <para>Content Assist for attributes:</para>
-            <figure>
-                <title>Content Assist for attributes</title>
-                <mediaobject>
-                    <imageobject>
-                        <imagedata fileref="images/esb_editor/09_esb_features.png" scale="80"/>
-                    </imageobject>
-                </mediaobject>
-            </figure>
-            <!--          </section>
-                 
-               <section id="ContentAssistWithinTreeEditor">
-                  
-                        <title>Content Assist within Tree ESB Editor</title>
-
-                        <para>JBoss Developer Studio also provides Content Assist when working within the Tree ESB editor.
-                            Just click <emphasis><property>Ctrl-Space</property>.</emphasis></para>
-                        <figure>
-                            <title>Content Assist in Tree ESB Editor</title>
-                            <mediaobject>
-                                <imageobject>
-                                    <imagedata
-                                        fileref="images/esb_file/09_editors_features.png" scale="85"/>
-                                </imageobject>
-                            </mediaobject>
-                        </figure>
-             </section> -->
-        </section>
-    	
-    	<section id="openOn_for_esb">
-    		<title>OpenOn for ESB XML file</title>
-    		<para>ESB file comes with the OpenOn feature that allows to make use of multiple file references in the file just with a click and the <emphasis>
-    			<property>Ctrl</property></emphasis> key hold down.</para>
-    		
-    		<para>The OpenOn is implemented for different types of files/pages inside the <literal>&lt;action&gt;</literal> tag: .xsd, .xml, etc.</para>
-    		
-    		<figure>
-    			<title>OpenOn for smooks configuration file</title>
-    			<mediaobject>
-    				<imageobject>
-    					<imagedata fileref="images/esb_editor/openOn2.png"/>
-    				</imageobject>
-    			</mediaobject>
-    		</figure>
-    		
-    		<para>It is also available for classes:</para>
-    		
-    		<figure>
-    			<title>OpenOn for classes</title>
-    			<mediaobject>
-    				<imageobject>
-    					<imagedata fileref="images/esb_editor/openOn1.png"/>
-    				</imageobject>
-    			</mediaobject>
-    		</figure>
-    	</section>
-
-        <section id="FullControlOverSourceFiles-SynchronizedSourcAndVisualEditing">
-
-            <title>Synchronized Source and Visual Editing</title>
-
-            <para>ESB file can be edited in either source or extra visual modes at the same time.</para>
-
-            <para>JBoss Tools provide you two different editors to speed your development: a
-                graphical view (<property>Tree</property>) and source (<property>Source</property>).
-                At the same time, you always have full control over esb source file. Any changes you
-                make in the source view will immediately appear in the tree view. Both views are
-                synchronized, you can edit the file in any view.</para>
-
-            <figure>
-                <title>Two Views are Synchronized</title>
-                <mediaobject>
-                    <imageobject>
-                        <imagedata fileref="images/esb_editor/10_esb_features.png" scale="70"/>
-                    </imageobject>
-                </mediaobject>
-            </figure>
-                   
-            <para>In summary, this reference supplies you with all necessary information on the
-            functionality that JBoss ESB Editor provides for work with JBoss ESB.</para>
-            
-            <para>We hope, this guide helped you to get started with the JBoss ESB Tools. Besides, for additional information you are welcome on <ulink
-                url="http://www.jboss.com/index.html?module=bb&amp;op=viewforum&amp;f=201">JBoss forum</ulink>.</para>
-            
-        </section>
-    </section>
-</chapter>

Deleted: trunk/esb/docs/esb_ref_guide/en-US/esb_support.xml
===================================================================
--- trunk/esb/docs/esb_ref_guide/en-US/esb_support.xml	2010-05-29 07:06:15 UTC (rev 22431)
+++ trunk/esb/docs/esb_ref_guide/en-US/esb_support.xml	2010-05-29 07:06:41 UTC (rev 22432)
@@ -1,562 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="esb_support" role="updated">
-        <?dbhtml filename="esb_support.html"?>
-        <chapterinfo>
-                <keywordset>
-                        <keyword>JBoss Developer Studio</keyword>
-                        <keyword>Eclipse</keyword>
-                        <keyword>ESB</keyword>
-                        <keyword>Java</keyword>
-                        <keyword>JBoss</keyword>
-                </keywordset>
-        </chapterinfo>
-
-        <title>ESB Support</title>
-
-        <para>In this section we will focus on all concepts that <property>JBoss Tools</property>
-                integrate for working with JBoss ESB.</para>
-
-        <section>
-                <title>ESB Tools Installation</title>
-
-                <para>This chapter will provide you with the information on how to install
-                        JBoss ESB plugin into Eclipse.</para>
-
-                <para>ESB Tools come as one module of JBoss Tools project. Since ESB Tools have a
-                        dependence on other JBoss Tools modules we recommend you to install a bundle
-                        of all <ulink url="http://labs.jboss.com/tools/download.html">JBoss
-                                Tools plug-ins</ulink>. You can find all  necessary installation instructions on JBoss Wiki in the <ulink url="http://www.jboss.org/tools/download/installation"
-                                >InstallingJBossTools</ulink> section.</para>
-        </section>
-
-		 <section>
-                <title>Creating a ESB Project</title>
-                <para>In this chapter we suggest a step-by-step walk-through of creating a new
-                        ESB project. Let&apos;s try to create a new JBoss ESB project.</para>
-
-                <para>We will show you how to use the ESB Project Creation wizard for creating a new ESB project and setting basic ESB classpath.</para>
-
-                <para>Select <emphasis>
-                                <property>File &gt;New &gt; Project...</property>
-                        </emphasis> in the main menu bar or context menu for selected project and
-                        then <emphasis>
-                                <property>ESB &gt; ESB Project</property>
-                        </emphasis> in the dialog opened:</para>
-
-                <figure>
-                        <title>Select a Wizard dialog</title>
-                        <mediaobject>
-                                <imageobject>
-                                        <imagedata fileref="images/esb_project/01_create_esb_project.png"/>
-                                </imageobject>
-                        </mediaobject>
-                </figure>
-
-                <para> Clicking <emphasis>
-                                <property>Next</property>
-                        </emphasis> brings you to the JBoss ESB Project wizard page where a project name, ESB version and target JBoss Runtime are to be specified. Specify, for example, <emphasis>
-                                <property>helloworld</property>
-                        </emphasis> as a Project name and accept the default ESB version.</para>
-                <figure>
-                        <title>JBoss ESB Project wizard</title>
-                        <mediaobject>
-                                <imageobject>
-                                        <imagedata fileref="images/esb_project/02_create_esb_project.png"/>
-                                </imageobject>
-                        </mediaobject>
-                </figure>
-		         <para>By clicking <emphasis>Modify</emphasis> button you can open <emphasis>Project Facets Wizard</emphasis> page,where you can select 
-		                 facets that should be enabled for this project.
-		                 On the <emphasis>Project Facets Wizard</emphasis> page you can also configure runtime for the application</para>
-		         <figure>
-		                 <title>Project Facets Wizard</title>
-		                 <mediaobject>
-		                         <imageobject>
-		                                 <imagedata fileref="images/esb_project/02a_create_esb_project.png"/>
-		                         </imageobject>
-		                 </mediaobject>
-		         </figure>
-		         <para>Next step provides you an opportunity to configure your project for building a java application</para>
-		         
-		         <para> Clicking <emphasis>
-                                <property>Next</property> on this form
-                        </emphasis> brings you to the ESB facet installation page where you can 
-                        specify Java Source Directory and ESB Content Directory. ESB Content Directory is a folder that contains the most of
-                         artifacts that an ESB archive needs. You also can configure ESB libraries to the project by selecting a ESB runtime using one of the options:
-                        </para>
-                         <para>1. Use <emphasis>
-                                <property>Server Supplied ESB Runtime</property>
-                        </emphasis>  
-                         
-                         </para>
-		         <para> 2. Select a ESB runtime from the JBoss ESB runtime list predefined in the preferences. If you choose the first option, make sure that the project has the Target JBoss Runtime set and this runtime has a ESB runtime installed.                         
-                         </para>           
-		         <para>3. Choose ESB Config Vertion. From the version 3.1.0 JBoss ESB Tools supports three different jboss-esb.xsd versions: jbossesb-1.0.1.xsd, jbossesb-1.1.0.xsd and jbossesb-1.2.0.xsd.</para>	         
-		         <note><title>Note:</title>
-		                 <para>If you use ESB 4.7 you should select jbossesb-1.2.0.xsd.</para></note>        
-                <figure>
-                        <title>Install ESB facet step</title>
-                        <mediaobject>
-                                <imageobject>
-                                        <imagedata fileref="images/esb_project/03_create_esb_project.png"/>
-                                </imageobject>
-                        </mediaobject>
-                </figure>
-                <para>Click <emphasis>
-                                <property>Finish</property>
-                        </emphasis> and a ESB project with the default <emphasis><property>jboss-esb.xml</property></emphasis> 
-                              will be created. </para>
-
-                     <figure>
-                        <title>The generated ESB project structure</title>
-                        <mediaobject>
-                                <imageobject>
-                                        <imagedata fileref="images/esb_project/04_create_esb_project.png"/>
-                                </imageobject>
-                        </mediaobject>
-                </figure>
-                
-        </section>
-        
-        <section id="ESB_project_wizard" xreflabel="here">
-                <title>Creating ESB Project using JBoss Tools Project Examples Wizard</title>
-                <para>JBoss Tools provides a Project Example wizard that is an easy way for users to create some kinds of projects to be used as examples with some predefined structure. Let's start 
-                creating a ESB project using this wizard.</para>
-                
-                <para>Before creating a ESB project example create JBoss Runtime with name <emphasis><property>
-                JBoss 4.2 Runtime</property></emphasis>, it will be used by your ESB project example. </para>
-
-                <para>Select <emphasis>
-                                <property>File &gt;New &gt; Others </property>
-                        </emphasis> , in the main menu bar or context menu for selected project and
-                        then <emphasis>
-                                <property>JBoss Tools &gt; Project Examples</property>
-                        </emphasis> in the New dialog:</para>
-
-                <figure>
-                        <title>Select a wizard - Project Examples</title>
-                        <mediaobject>
-                                <imageobject>
-                                        <imagedata fileref="images/esb_project/05_esb_project_example.png"/>
-                                </imageobject>
-                        </mediaobject>
-                </figure>
-
-				<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.</para>
-                
-                                <figure>
-                                        <title>Project Example Wizard</title>
-                                        <mediaobject>
-                                                <imageobject>
-                                                        <imagedata fileref="images/esb_project/05a_esb_project_example.png"/>
-                                                </imageobject>
-                                        </mediaobject>
-                                </figure>
-                <note>
-                        <title>Note:</title>
-                        <para>Under the <property>Projects</property>
-                                section you can find two categories related to ESB:</para>
-         
-                                <itemizedlist>
-                                                <listitem><para>ESB</para></listitem>
-                                                <listitem><para>ESB for SOA-P 5.0</para></listitem>
-                                </itemizedlist>
-   
-                        
-                        <para>It means that if you use a runtime pointed to a SOA-P 5.0, you should download the examples from
-                                the <emphasis>
-                                        <property>ESB for SOA-P 5.0</property>
-                                </emphasis> category in order to avoid the incompatibility errors.
-                        </para>
-                </note>
-                
-                <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 in both categories (ESB and ESB for SOA-P 5.0):</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 is 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 -&gt; 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 -&gt; POJO Example</emphasis> - demonstrates the use of Smooks performing a simple transformation by converting an XML file into Java POJOs.</para></listitem>
-                        <listitem><para><emphasis role="bold">JBoss ESB Smooks XML -&gt; 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 -&gt; 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>
-                
-               
-
-				<para>We will take as our example <emphasis><property>JBoss ESB HelloWorld Example</property> </emphasis> ESB and Client project:</para>
-				        
-				        
-				        <figure>
-				                <title>JBoss Tools ESB Project Examples</title>
-				                <mediaobject>
-				                        <imageobject>
-				                                <imagedata fileref="images/esb_project/06_esb_project_example.png"/>
-				                        </imageobject>
-				                </mediaobject>
-				        </figure>
-				        
-				        
-				       <para>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>
-                                <imageobject>
-                                        <imagedata fileref="images/esb_project/07_esb_project_example.png"/>
-                                </imageobject>
-                        </mediaobject>
-                </figure>
-                
-                <para> Deploy the HelloWorld ESB project and run a test class in the client Java project to see the test result in the Console view.</para>
-        </section>
-
- 		<section>
-                <title>Deploying a ESB Project</title>
-                <para>In this chapter you will see how to deploy a ESB project using the WTP deployment framework.</para>
-
-                <para>Before deploying the project, open the Servers View by selecting <emphasis><property>Window &gt; Show View &gt; Other &gt; 
-                Server &gt; Servers</property></emphasis>, 
-                create a JBoss Server in the Server view and start it, and then right click the created JBoss server, 
-                select <emphasis><property> </property> Add and Remove Projects</emphasis>, 
-                and add the ESB projects you want to deploy from the left side to the right side in the opened dialog. </para>
-
-                <figure>
-                        <title>Add and Remove Projects</title>
-                        <mediaobject>
-                                <imageobject>
-                                        <imagedata fileref="images/esb_project/08_esb_project_deploy.png"/>
-                                </imageobject>
-                        </mediaobject>
-                </figure>
-                
-                <para>Click <emphasis><property>Finish</property> </emphasis> to add the project to the server. 
-                You also can drag the ESB project from the Project View to the server.</para>
-                
-                 <figure>
-                        <title>Servers View</title>
-                        <mediaobject>
-                                <imageobject>
-                                        <imagedata fileref="images/esb_project/09_esb_runtime_new.png"/>
-                                </imageobject>
-                        </mediaobject>
-                </figure>
-                
- 		        <para>Thus, you have just added the ESB project to the JBoss server module list. Right click the JBoss Server and select <emphasis><property>Publish</property></emphasis> to publish the project on the server.
- 		        You can check the deploying result in the Console view.</para> 
- 		        <para>The <emphasis><property>Run</property></emphasis> and <emphasis><property>Debug</property></emphasis> options work on ESB projects causing a (re)deploy for a user designated server.</para>
- 		        <para>You can also use the "Finger touch" for a quick restart of the project without restarting the server:</para>
- 		        <figure>
- 		                <title>Finger Touch button</title>
- 		                <mediaobject>
- 		                        <imageobject>
- 		                                <imagedata fileref="images/esb_project/23_finger_touch.png"/>
- 		                        </imageobject>
- 		                </mediaobject>
- 		        </figure>	        
- 		        <para>The "Finger" touches descriptors dependent on project (i.e. web.xml for WAR, application.xml for EAR) and now it is also available for jboss-esb.xml in ESB projects.</para>
-                <para>You can also deploy your ESB project as an .esb archive. Right-click on the project, choose <emphasis><property>Export</property></emphasis>:</para>
-                
-                <figure>
- 		        <title>Export of ESB project</title>
- 		        <mediaobject>
- 		                <imageobject>
- 		                        <imagedata fileref="images/esb_project/24_export_button.png"/>
- 		                </imageobject>
- 		        </mediaobject>
- 		        </figure>	
- 		        
- 	<para>Choose <emphasis><property>ESB</property></emphasis> &gt; <emphasis><property>ESB File</property></emphasis> and click <emphasis><property>Next</property></emphasis>:</para>	        
- 	
- 		        <figure><title>Choosing ESB File</title>
- 		        <mediaobject>
- 		                <imageobject>
- 		                        <imagedata fileref="images/esb_project/25_esb_file.png"/>
- 		                </imageobject>
- 		        </mediaobject>
- 		        </figure>	
- 	
- 	<para>And finally export the ESB project to the file system: choose the destination, choose the target runtime if need a specific one and make the appropriate settings for the archive. Then click <emphasis><property>Finish</property></emphasis>.</para>
- 	
- 		        <figure><title>ESB Export</title>
- 		                <mediaobject>
- 		                        <imageobject>
- 		                                <imagedata fileref="images/esb_project/26_esb_export.png"/>
- 		                        </imageobject>
- 		                </mediaobject>
- 		        </figure>        
- 		        
- 		        <para>Your project is deployed as an .esb archive.</para>
- 		        <para>An ESB archive can be created for ESB projects only. It is also possible to deploy an .esb archive to a JBoss AS based server with JBoss ESB installed.</para>		        
- 		        
- 		        
-        </section>
-		        
-        <section id="creating_esb_file">
-                <title>Creating a ESB File</title>
-                <para>In this chapter we suggest a step-by-step walk-through of creating your own
-                        simple file. Let&apos;s try to organize a new ESB file.</para>
-
-                <para>We will show you how to use the Creation wizard for creating a new ESB file.</para>
-
-                <para>At first you should open any project. Select <emphasis>
-                                <property>File &gt;New &gt; Other...</property>
-                        </emphasis> in the main menu bar or context menu for selected project and
-                        then <emphasis>
-                                <property>ESB &gt; ESB File</property>
-                        </emphasis> in the New dialog:</para>
-
-                <figure>
-                        <title>Select a wizard - ESB File</title>
-                        <mediaobject>
-                                <imageobject>
-                                        <imagedata fileref="images/esb_support/01_create_esb.png"/>
-                                </imageobject>
-                        </mediaobject>
-                </figure>
-
-                <para> Clicking <emphasis>
-                                <property>Next</property>
-                        </emphasis> brings you to the wizard page where a folder, a name and a version for the file should be specified. Choose, for example, <emphasis>
-                                <property>jboss-esb.xml</property>
-                        </emphasis> as the name and accept the selected projects folder and the default
-                        version.</para>
-                
-               <note><title>Note:</title>
-                       <para>From the version 3.1.0 JBoss ESB Tools supports three different jboss-esb.xsd versions: jbossesb-1.0.1.xsd, jbossesb-1.1.0.xsd and jbossesb-1.2.0.xsd.
-                             If you use ESB 4.7 you should select jbossesb-1.2.0.xsd.
-                       </para>
-               </note>
-                <figure>
-                        <title>Folder, Name and Version for ESB file</title>
-                        <mediaobject>
-                                <imageobject>
-                                        <imagedata fileref="images/esb_support/02_create_esb.png"/>
-                                </imageobject>
-                        </mediaobject>
-                </figure>
-
-                <para>Thus, your file will be created in the selected projects folder by default. If
-                        you want to change the folder for your future file click <emphasis>
-                                <property>Browse...</property>
-                        </emphasis> button to set needed folder or simply type it.</para>
-
-                <para>Clicking on <emphasis>
-                                <property>Finish</property>
-                        </emphasis> results in the file being generated. The wizard creates one xml
-                        file.</para>
-
-        </section>
-        <section id="creating_esb_action">
-                <title>Creating a ESB Action</title>
-                <para>From this chapter you will find out how to create  a <emphasis><property>ESB Action Java File</property></emphasis>.</para>
-                <para>At first you need to open a <property>ESB</property> or simple <property>Java</property> project. Then you should select <emphasis><property>File > New>Other</property></emphasis> in the main menu or from the context project menu. Then click  <emphasis><property>ESB > ESB Action</property></emphasis> in the <emphasis><property>New </property></emphasis> dialog.</para>
-                <figure>
-                        <title>Select a wizard - ESB Action</title>
-                        <mediaobject>
-                                <imageobject>
-                                        <imagedata fileref="images/esb_support/03_create_esb.png"/>
-                                </imageobject>
-                                
-                        </mediaobject>
-                </figure>
-                <para>After that click <emphasis><property>Next</property></emphasis> and you will be brought to the <emphasis><property>New ESB Action</property></emphasis> wizard. In this wizard the class name should be specified, also you can set a package or add a interface as for any Java class.</para>
-                <figure>
-                        <title>New ESB Action wizard</title>
-                        <mediaobject>
-                                <imageobject>
-                                        <imagedata fileref="images/esb_support/04_create_esb.png"/>
-                                </imageobject>
-                                
-                        </mediaobject>
-                </figure>
-                <para>As a result, the <property>ESB Action Java File</property> will be created in the selected package and it will have <property>org.jboss.soa.esb.actions.AbstractActionPipelineProcessor </property>as superclass. </para>
-                <para>Clicking on <emphasis><property>Finish</property></emphasis> will generate the <property>ESB Action</property> class. Also this class will become available in <property>ESB Editor</property> wizards.</para>
-        </section>
-        
-        <section role="updated">
-                <title>Configuring ESB Runtime in Preferences</title>
-                <para>In this chapter you will know how to predefine a JBoss ESB runtime on the Preferences page.</para>
-
-                <para>You may already know, there are two ways to set JBoss ESB runtime when creating a ESB project,
-                one is to use the project target JBoss runtime, and another is to select a JBoss ESB runtime predefined in JBoss Tools preferences.
-                Let's configure it.</para>
-
-                <para>Select <emphasis>
-                                <property>Window &gt;Preferences &gt; JBoss Tools  &gt; JBoss ESB Runtime</property>
-                        </emphasis>, to open the JBoss ESB Runtime Preferences page where you can add, remove and Edit a JBoss ESB runtime.</para>
-
-                <figure>
-                        <title>JBoss ESB Runtimes</title>
-                        <mediaobject>
-                                <imageobject>
-                                        <imagedata fileref="images/esb_project/10_esb_runtime.png"/>
-                                </imageobject>
-                        </mediaobject>
-                </figure>
-
-                 <para> Select <emphasis><property>Add</property></emphasis> to open a dialog where you can specify the JBoss ESB runtime location, name and version number. It's also possible to define configuration if you point the home location to a Jboss AS or SOA-p, in case you select a standalone ESB runtime location, the configuration combo will be empty and should be ignored. 
-                         You can also customize the libraries of the runtime by checking the <emphasis><property>Customize JBoss ESB Runtime jars</property> </emphasis> checkbox. </para>
-                        
-                <figure>
-                        <title>Configure new JBoss ESB Runtime</title>
-                        <mediaobject>
-                                <imageobject>
-                                        <imagedata fileref="images/esb_project/11_esb_runtime_new.png"/>
-                                </imageobject>
-                        </mediaobject>
-                </figure>
-
-				<para>The new JBoss ESB Runtime will be configured. Click <emphasis> <property>OK</property> </emphasis> to finish and save the preferences.
-		 		 You can use the configuration when creating a JBoss ESB project. </para>
-                 <para>When a ESB runtime is configured for your ESB project you are able to change it to any other using the classpath container page for ESB runtime. To do that, turn to the Package Explorer view and right-click the "JBoss ESB Runtime" library. Select <emphasis><property>Properties</property></emphasis> and a table listing all available JBoss ESB runtimes will appear:</para>
-        
-                 <figure>
-                         <title>Classpath Container Page to change ESB runtime</title>
-                         <mediaobject>
-                                 <imageobject>
-                                         <imagedata fileref="images/esb_project/20_classpath_container.png"/>
-                                 </imageobject>
-                         </mediaobject>
-                 </figure>
-                 
-        
-         
-                 <para>Choose one of them to set to the ESB project and click <emphasis><property>Ok</property></emphasis>.</para>
-                 <para>ESB container allows Source and JavaDoc locations to be set via the Properties dialog on each contained .jar: right-click on any .jar file, select <emphasis><property>Properties</property></emphasis>. Choose <emphasis><property>Java Source Attachment</property></emphasis> and select location (folder, JAR or zip) containing new source for the chosen .jar using one of the suggested options (workspace, external folder or file) or enter the path manually:</para>
-         
-                 <figure>
-                         <title>Classpath Container: Java Source Attachment</title>
-                         <mediaobject>
-                                 <imageobject>
-                                         <imagedata fileref="images/esb_project/21_source.png"/>
-                                 </imageobject>
-                         </mediaobject>
-                 </figure>
-         <para>Click on <emphasis><property>Apply</property></emphasis> and then on <emphasis><property>Ok</property></emphasis>.</para>
-         <para>To change Javadoc Location choose <emphasis><property>Javadoc Location</property></emphasis> and specify URL to the documentation generated by Javadoc. The Javadoc location will contain a file called <emphasis><property>package-list</property></emphasis>:</para>
-         
-                 <figure>
-                         <title>Classpath Container: Javadoc Location</title>
-                         <mediaobject>
-                                 <imageobject>
-                                         <imagedata fileref="images/esb_project/22_Javadoc.png"/>
-                                 </imageobject>
-                         </mediaobject>
-                 </figure>
-                 <para>Click on <emphasis><property>Apply</property></emphasis> and then on <emphasis><property>Ok</property></emphasis>.</para>
-         
-         </section>
-
-
-        <section  id="using_SOA"> 
-        <title>Using and Configuring SOA Platform</title>
-             
-                <para>In this chapter you will know what is JBoss Enterprise SOA Platform  and how you can configure it to use for your ESB projects. </para>
-        
-                <para>JBoss Enterprise SOA Platform delivers a flexible, standards-based platform to integrate applications, SOA services, business events and automate business processes. The SOA Platform integrates specific versions of JBoss ESB, jBPM, Drools and the JBoss Enterprise Application Platform that are certified to work together in a single supported enterprise distribution.</para>
-                <para>Having configured JBoss Enterprise SOA Platform for your ESB project you don't need to install and configure ESB server and runtime as they are already included.</para>
-
-                <para>Check here to find more details on the platform: <ulink url="http://www.jboss.com/products/platforms/soa">JBoss Enterprise SOA Platform</ulink> and <ulink url="http://www.jboss.com/products/platforms/soa/components">JBoss Enterprise SOA Platform Component Details</ulink>.</para>
-               <para>You can find out what is SOA here: <ulink url="http://www.jboss.org/jbossesb/resources/SOABasics.html">Basics of SOA</ulink> and    <ulink url="http://www.jboss.org/jbossesb/resources/SOAEOA.html">SOA and EOA</ulink>.</para>
-                       
-                <para>To configure the JBoss Enterprise SOA platform select <emphasis>
-                        <property>Window &gt; Preferences &gt; Server  &gt; Runtime Environments</property></emphasis>, that will open the Server Runtime Environments Preferences page where you can add, remove and edit a Server Runtime Environment.</para>
-             
-                <figure>
-                        <title>Configure new Server Runtime Environment</title>
-                        <mediaobject>
-                                <imageobject>
-                                        <imagedata fileref="images/esb_project/13NewServerRuntimeEnv.png"/>
-                                </imageobject>
-                        </mediaobject>
-                </figure>
-                
-                <para>Select <emphasis><property>Add</property></emphasis>, choose <emphasis><property>JBoss 4.2 Runtime</property></emphasis> as a type of runtime environment, check the <emphasis><property>Create a new local server</property></emphasis> checkbox and click <emphasis><property>Next</property></emphasis>:</para> 
-                <figure>
-                        <title>Type of Server Runtime Environment</title>
-                        <mediaobject>
-                                <imageobject>
-                                        <imagedata fileref="images/esb_project/14typeOfRuntime.png"/>
-                                </imageobject>
-                        </mediaobject>
-                </figure>
-                
-                <para>On the next step you can specify a name of the server runtime environment and browse to its location. Click <emphasis><property>Finish</property></emphasis> to add the server runtime environment.</para>
-        
-        
-                <figure>
-                        <title>New Server Runtime Environment Details</title>
-                        <mediaobject>
-                                <imageobject>
-                                        <imagedata fileref="images/esb_project/15AddNew.png"/>
-                                </imageobject>
-                        </mediaobject>
-                </figure>
-                <para>Now you have your SOA platform configured. To check the configuration create a ESB Project using instructions described <xref linkend="ESB_project_wizard"/>. As a result you will have two projects created:</para>
-        
-                <figure>
-                        <title>Helloworld Projects Created</title>
-                        <mediaobject>
-                                <imageobject>
-                                        <imagedata fileref="images/esb_project/16HelloworldProjects.png"/>
-                                </imageobject>
-                        </mediaobject>
-                </figure>
-                <para>Then you will need to add JBoss ESB libraries to your projects to configure the SOA server runtime exactly for your projects. Right-click on your project, select <emphasis><property>Build Path &gt; Add Libraries</property></emphasis>:</para>
-        
-                <figure>
-                        <title>Add Libraries</title>
-                        <mediaobject>
-                                <imageobject>
-                                        <imagedata fileref="images/esb_project/17_Add_new_libraries.png"/>
-                                </imageobject>
-                        </mediaobject>
-                </figure>
-        
-        <para>Choose <emphasis><property>JBoss ESB Libraries</property></emphasis> and click <emphasis><property>Next</property></emphasis>:</para>
-                
-                <figure>
-                        <title>ESB Libraries</title>
-                        <mediaobject>
-                                <imageobject>
-                                        <imagedata fileref="images/esb_project/18_select_libraries.png"/>
-                                </imageobject>
-                        </mediaobject>
-                </figure>
-                
-                <para>Select the necessary runtime to add to the project classpath:</para>
-                
-               
-                <figure>
-                        <title>Select a ESB runtime</title>
-                        <mediaobject>
-                                <imageobject>
-                                        <imagedata fileref="images/esb_project/19_select_runtime.png"/>
-                                </imageobject>
-                        </mediaobject>
-                </figure>
-               <para>Click <emphasis><property>Finish</property></emphasis>.</para>
-                <para>Now you can deploy your Helloworld project  to the server and run a test class in the client Java project to see the test result in the Console view.</para>
-        
-        
-        
-</section>
-        
-        
-        
-        
-        
-        
-        
-        
-        
-        
-</chapter>
\ No newline at end of file



More information about the jbosstools-commits mailing list