Author: abogachuk
Date: 2008-12-19 10:39:41 -0500 (Fri, 19 Dec 2008)
New Revision: 12721
Modified:
trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-452
Modified: trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml
===================================================================
--- trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml 2008-12-19 15:32:24 UTC (rev
12720)
+++ trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml 2008-12-19 15:39:41 UTC (rev
12721)
@@ -105,7 +105,7 @@
</section>
- <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>
@@ -293,21 +293,54 @@
<para>You can know what is SOA here: <ulink
url="http://www.jboss.org/jbossesb/resources/SOABasics.html">... of
SOA</ulink> and <ulink
url="http://www.jboss.org/jbossesb/resources/SOAEOA.html">SOA and
EOA</ulink>.</para>
<para>To configure the SOA platform select <emphasis>
- <property>Window >Preferences > Server
> Runtime Enironments</property>
- </emphasis>, that will open the Server Runtime Environments
Preferences page where you can add, remove and edit a Server Runtime
Environment.</para>
- <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>. On the next step
you can specify a name of the server runtime environement and browse to its location.
Click <emphasis><property>Finish</property></emphasis> to add the
server runtime environment.</para>
+ <property>Window >Preferences > Server
> Runtime Enironments</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
environement 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 ptojects. Right-click on
your project, select <emphasis><property>Build Path > Add JBoss ESB
libraries</property></emphasis>. 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>