[jboss-svn-commits] JBL Code SVN: r20586 - labs/jbossesb/trunk/product/samples/quickstarts/huge-split-enrich-transform-route.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jun 18 10:20:33 EDT 2008


Author: tfennelly
Date: 2008-06-18 10:20:32 -0400 (Wed, 18 Jun 2008)
New Revision: 20586

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/huge-split-enrich-transform-route/README.html
Log:
http://jira.jboss.com/jira/browse/JBESB-1800

Modified: labs/jbossesb/trunk/product/samples/quickstarts/huge-split-enrich-transform-route/README.html
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/huge-split-enrich-transform-route/README.html	2008-06-18 14:19:45 UTC (rev 20585)
+++ labs/jbossesb/trunk/product/samples/quickstarts/huge-split-enrich-transform-route/README.html	2008-06-18 14:20:32 UTC (rev 20586)
@@ -26,6 +26,7 @@
 </head>
 <body>
 
+<img src="http://jboss.com/themes/jbosstheme/img/logo.gif"/><br/>
 <h2>JBossESB Quickstart - "Huge Split, Enrich, Transform and Route"</h2>
 <div class="indent">
 
@@ -46,6 +47,7 @@
         <a href="#main-points">Main Points of Note</a><br/>
         <a href="#illustration">Illustration</a><br/>
         <a href="#running">Running the Quickstart</a><br/>
+        <a href="#flash-demo">Flash Demonstration</a><br/>
         <a href="#how-it-works">How it Works</a><br/>
         <div class="indent">
             <a href="#high-level">High Level</a><br/>
@@ -99,6 +101,8 @@
         </li>
         <li>Split out and route all order items to the <b>"Orders" table in the database</b> ("05_Database").</li>
     </ol>
+    <p/>
+    See the <a href="http://milyn.codehaus.org/jbossesb/huge-split-route-qs/flash/huge-splitting-routing.html">Flash Demonstration of this Quickstart</a>.
 
     <h3 id="main-points">Main Points of Note</h3>
     The main points of note are:
@@ -115,8 +119,9 @@
     <h3 id="illustration">Illustration</h3>
     The Quickstart can be illustrated as follows:
     <p/>
-    <img src="docs/Overview.png" />
+    <a href="docs/Overview.png"><img src="docs/Overview.png" width="40%" height="40%" alt="Click to Enlarge..."/></a>
     <p/>
+    See the <a href="http://milyn.codehaus.org/jbossesb/huge-split-route-qs/flash/huge-splitting-routing.html">Flash Demonstration of this Quickstart</a>.
 
     <h3 id="running">Running the Quickstart</h3>
     <ol>
@@ -136,7 +141,12 @@
         <li>In the 6th command shell window, type "ant createMessage" to execute the message creation
             script.  This script will generate an EDI message in the Service input folder.</li>
     </ol>
+    <p/>
+    See the <a href="http://milyn.codehaus.org/jbossesb/huge-split-route-qs/flash/huge-splitting-routing.html">Flash Demonstration of this Quickstart</a>.
 
+    <h3 id="flash-demo">Flash Demonstration</h3>
+    See the <a href="http://milyn.codehaus.org/jbossesb/huge-split-route-qs/flash/huge-splitting-routing.html">Flash Demonstration of this Quickstart</a>.
+
     <h3 id="how-it-works">How it Works</h3>
     The main ESB components used in this quickstart (and how they depend on each other) are as follows:
     <ul>
@@ -234,7 +244,7 @@
 ORD*1*5*FL-DLH-02
 ORD*2*5*AV-CB-01
 ... <i>(more ORD segments, 1 per Order Item)</i>...</pre>
-        The top level Smooks configuration for Splitting &amp; Routing this message is:
+        The top level <a href="http://milyn.codehaus.org/Smooks">Smooks</a> configuration for Splitting &amp; Routing this message is:
 <pre>
 &lt;?xml version="1.0"?&gt;
 &lt;smooks-resource-list xmlns="http://www.milyn.org/xsd/smooks-1.0.xsd"&gt;
@@ -288,7 +298,7 @@
         configuring this resource and turning on the Smooks Execution Report we can see the message event stream as produced
         by the EDI Parser:
         <p/>
-        <img src="docs/source-model.gif" />
+        <a href="docs/source-model.gif"><img src="docs/source-model.gif" width="40%" height="40%" alt="Click to Enlarge..."/></a>
         <p/>
 
         <h5 id="datasources">database/datasources.xml</h5>
@@ -314,11 +324,11 @@
         Any JDBC Connection created for the ExecutionContext is committed/rolledback and cleaned up at the end of the message processin (selector="$document").  The <b>HtmlReportGenerator</b>
         (Smooks Execution Report Generator) is very useful for visualising this e.g. The "visitBefore" event shows the binding of the Datasource to the ExecutionContext:
         <p/>
-        <img src="docs/datasource-vbefore.gif" />
+        <a href="docs/datasource-vbefore.gif"><img src="docs/datasource-vbefore.gif" width="40%" height="40%" alt="Click to Enlarge..."/></a>
         <p/>
         And the "visitAfter" event shows the cleanup:
         <p/>
-        <img src="docs/datasource-vafter.gif" />
+        <a href="docs/datasource-vafter.gif"><img src="docs/datasource-vafter.gif" width="40%" height="40%" alt="Click to Enlarge..."/></a>
         <p/>
 
         <h5 id="refdata">database/ref-data.xml</h5>
@@ -516,7 +526,7 @@
     The following illustration shows the resources applied on the visitAfter event for the &lt;order-item&gt; element.
     It shows the FreeMarker template resource being applied before the <code>FragmentRouter</code> resource.
     <p/>
-    <img src="docs/02_Low_Price.gif" />
+    <a href="docs/02_Low_Price.gif"><img src="docs/02_Low_Price.gif" width="40%" height="40%" alt="Click to Enlarge..." /></a>
     <p/>
 
     <h5 id="routing-03_High_Price">routing/route-to-03_High_Price_Service.xml</h5>




More information about the jboss-svn-commits mailing list