[jboss-svn-commits] JBL Code SVN: r25215 - in labs/jbossesb/trunk/product/samples/quickstarts: transform_EDI2XML_Groovy_XSLT and 5 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Feb 10 20:05:25 EST 2009


Author: beve
Date: 2009-02-10 20:05:25 -0500 (Tue, 10 Feb 2009)
New Revision: 25215

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/transform_CSV2XML/readme.txt
   labs/jbossesb/trunk/product/samples/quickstarts/transform_EDI2XML_Groovy_XSLT/readme.txt
   labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2POJO/readme.txt
   labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2POJO2/readme.txt
   labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_date_manipulation/readme.txt
   labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_simple/build.xml
   labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_simple/readme.txt
   labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_stream/readme.txt
Log:
Work for https://jira.jboss.org/jira/browse/JBESB-2394 "transformation quickstarts: Remove referenses to the administration console and to the MessageTransformation.pdf"


Modified: labs/jbossesb/trunk/product/samples/quickstarts/transform_CSV2XML/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/transform_CSV2XML/readme.txt	2009-02-10 23:32:55 UTC (rev 25214)
+++ labs/jbossesb/trunk/product/samples/quickstarts/transform_CSV2XML/readme.txt	2009-02-11 01:05:25 UTC (rev 25215)
@@ -5,16 +5,13 @@
   transformation from CSV to an intermediate xml format, and a second transformation from 
   the intermediate xml format to the target xml.
 
-  This Quickstart does not use the JBoss ESB Administration Console to manage the
-  message Transformation configurations to the ESB.  
-
 Running this quickstart:
 ========================
   Please refer to 'ant help-quickstarts' for prerequisites about the quickstarts
   and a more detailed descripton of the different ways to run the quickstarts.
 
   A comprehensive description of message transformation can be found in
-  the Programmers Guide, located in the docs folder.
+  the "Message Transformation" chapter in the ServicesGuide, located in the docs folder.
 
 To Run standalone mode:
 =======================
@@ -37,8 +34,8 @@
 
 What to look at in this Quickstart:
 ===================================
-  As stated above, reading MessageTransformation.pdf would be of great benefit
-  in understanding JBoss ESB Transformations.
+  As stated above, reading the "Message Transformation" chapter in the ServicesGuide.pdf would 
+  be of great benefit in understanding JBoss ESB Transformations.
 
   jbossesb.xml:
     The ESB configuration file in this Quickstart simply defines a JMS Listener

Modified: labs/jbossesb/trunk/product/samples/quickstarts/transform_EDI2XML_Groovy_XSLT/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/transform_EDI2XML_Groovy_XSLT/readme.txt	2009-02-10 23:32:55 UTC (rev 25214)
+++ labs/jbossesb/trunk/product/samples/quickstarts/transform_EDI2XML_Groovy_XSLT/readme.txt	2009-02-11 01:05:25 UTC (rev 25215)
@@ -1,30 +1,15 @@
 Overview:
 =========
-  This is the most advanced of the "transform" Quickstarts.  Be sure to go
+  This is the most advanced of the "transform" Quickstarts. Be sure to go
   through the other transformation Quickstarts before going through this.
   
-  This Quickstart is quite detailed.  There's an accompanying Flash demo that
-  walks you through all the steps that were involved in creating this
-  Quickstart.  You should check this out before or as you go through this
-  quickstart:
-  	http://labs.jboss.com/portal/jbossesb/resources/tutorials/xformation-demos/console-demo-03.html
-  
-  Out of the box, this Quickstart does not use the JBoss ESB Administration
-  Console to manage the message Transformation configurations to the ESB.
-  However, as you'll hopefully have seen from the Flash demo mentioned above,
-  this Quickstart was created using the Admin Console.  In order to ship with
-  the ESB distribution, the transformations configurations were exported from
-  the console and into the "smooks-res.xml" file here in this Quickstart.  See
-  the end of this README for details on how to re-import and manage this
-  Quickstart's transformations via the Console.
-
 Running this quickstart:
 ========================
   Please refer to 'ant help-quickstarts' for prerequisites about the quickstarts
   and a more detailed descripton of the different ways to run the quickstarts.
 
   A comprehensive description of message transformation can be found in
-  MessageTransformation.pdf, located in the docs/services folder.
+  the "Message Transformation" chapter in the ServicesGuide, located in the docs folder.
 
 To Run standalone mode:
 =======================
@@ -47,8 +32,6 @@
 
 What to look at in this Quickstart:
 ===================================
-  As stated above, reading MessageTransformation.pdf would be of great benefit
-  in understanding JBoss ESB Transformations.
+  As stated above, reading the "Message Transformation" chapter in the ServicesGuide.pdf would
+  be of great benefit in understanding JBoss ESB Transformations.
 
-  The Flash demo at:
-  	http://labs.jboss.com/portal/jbossesb/resources/tutorials/xformation-demos/console-demo-03.html

Modified: labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2POJO/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2POJO/readme.txt	2009-02-10 23:32:55 UTC (rev 25214)
+++ labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2POJO/readme.txt	2009-02-11 01:05:25 UTC (rev 25215)
@@ -9,8 +9,8 @@
   Please refer to 'ant help-quickstarts' for prerequisites about the quickstarts
   and a more detailed descripton of the different ways to run the quickstarts.
 
-  A comprehensive description of message transformation can be found in
-  MessageTransformation.pdf, located in the docs/services folder.
+  A comprehensive description of message transformation can be found in 
+  the "Message Transformation" chapter in the ServicesGuide, located in the docs folder.
 
 To Run standalone mode:
 =======================
@@ -39,8 +39,8 @@
 
 What to look at in this Quickstart:
 ===================================
-  As stated above, reading MessageTransformation.pdf would be of great benefit
-  in understanding JBoss ESB Transformations.
+  As stated above, reading the "Message Transformation" chapter in the ServicesGuide.pdf would
+  be of great benefit in understanding JBoss ESB Transformations.
   
   * jboss-esb.xml - uses the SmooksTransformerAction which is shipped with the
     JBoss ESB.
@@ -55,4 +55,4 @@
   * src\org\jboss\soa\esb\dvdstore\OrderItem.java - holds a line item for the
     Order.
   * src\org\jboss\soa\esb\dvdstore\Customer.java - holds the Customer associated
-    with the Order.
\ No newline at end of file
+    with the Order.

Modified: labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2POJO2/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2POJO2/readme.txt	2009-02-10 23:32:55 UTC (rev 25214)
+++ labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2POJO2/readme.txt	2009-02-11 01:05:25 UTC (rev 25215)
@@ -11,7 +11,8 @@
   and a more detailed descripton of the different ways to run the quickstarts.
 
   A comprehensive description of message transformation can be found in
-  MessageTransformation.pdf, located in the docs/services folder.
+  the "Message Transformation" chapter in the ServicesGuide, located in the docs folder.
+
 
 To Run standalone mode:
 =======================
@@ -35,8 +36,8 @@
 
 What to look at in this Quickstart:
 ===================================
-  As stated above, reading MessageTransformation.pdf would be of great benefit
-  in understanding JBoss ESB Transformations.
+  As stated above, reading the "Message Transformation" chapter in the ServicesGuide.pdf would
+  be of great benefit in understanding JBoss ESB Transformations.
   
   * jboss-esb.xml - uses the SmooksTransformerAction which is shipped with the
     JBoss ESB.
@@ -66,4 +67,4 @@
     Order.
   * src\org\jboss\soa\esb\store\Customer.java - holds the Customer associated
     with the Order.
-  
\ No newline at end of file
+  

Modified: labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_date_manipulation/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_date_manipulation/readme.txt	2009-02-10 23:32:55 UTC (rev 25214)
+++ labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_date_manipulation/readme.txt	2009-02-11 01:05:25 UTC (rev 25215)
@@ -11,22 +11,15 @@
   i.e. Templating.  Again, the transformed SampleOrder.xml message is just
   printed to the Java console (message before and after).
 
-  This Quickstart does not use the JBoss ESB Administration Console to manage
-  the message Transformation configurations to the ESB.  See the end of this
-  README for details on how to manage this Quickstart's transformations via the
-  Console.
+  A comprehensive description of message transformation can be found in
+  the "Message Transformation" chapter in the ServicesGuide, located in the docs folder.
 
-  Check out the Administration Console Flash demos at:
-  	http://labs.jboss.com/portal/jbossesb/resources/tutorials/xformation-demos/console-demos.html
 
 Running this quickstart:
 ========================
   Please refer to 'ant help-quickstarts' for prerequisites about the quickstarts
   and a more detailed descripton of the different ways to run the quickstarts.
 
-  A comprehensive description of message transformation can be found in
-  MessageTransformation.pdf, located in the docs/services folder.
-
 To Run standalone mode:
 =======================
   1. In a command terminal window in the quickstart folder type
@@ -48,8 +41,8 @@
 
 What to look at in this Quickstart:
 ===================================
-  As stated above, reading MessageTransformation.pdf would be of great benefit
-  in understanding JBoss ESB Transformations.
+  As stated above, reading the "Message Transformation" chapter in the ServicesGuide.pdf would
+  be of great benefit in understanding JBoss ESB Transformations.
 
   jbossesb.xml:
     The ESB configuration file in this Quickstart simply defines a JMS Listener

Modified: labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_simple/build.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_simple/build.xml	2009-02-10 23:32:55 UTC (rev 25214)
+++ labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_simple/build.xml	2009-02-11 01:05:25 UTC (rev 25215)
@@ -17,13 +17,4 @@
 		</java>
 	</target>
 
-    <target name="notifyUpdate" depends="compile" description="Send a notification message to the JMS Topic">
-        <echo>Sending transformation update notification for transform "simple-transform" to deployed ESB.</echo>
-        <java fork="yes" classname="org.jboss.soa.esb.testutils.JMSUtil" failonerror="true" classpathref="exec-classpath">
-            <arg value="topic/org.jboss.soa.esb.transformation.Update"/>
-            <arg value="topic"/>
-            <arg value="simple-transform"/>
-        </java>
-    </target>
-
 </project>

Modified: labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_simple/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_simple/readme.txt	2009-02-10 23:32:55 UTC (rev 25214)
+++ labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_simple/readme.txt	2009-02-11 01:05:25 UTC (rev 25215)
@@ -4,21 +4,13 @@
   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.
   
-  This Quickstart does not use the JBoss ESB Administration Console to manage
-  the message Transformation configurations to the ESB.  See the end of this
-  README for details on how to manage this Quickstart's transformations via the
-  Console.
-  
-  Check out the Administration Console Flash demos at:
-  	http://labs.jboss.com/portal/jbossesb/resources/tutorials/xformation-demos/console-demos.html
-
 Running this quickstart:
 ========================
   Please refer to 'ant help-quickstarts' for prerequisites about the quickstarts
   and a more detailed descripton of the different ways to run the quickstarts.
 
   A comprehensive description of message transformation can be found in
-  MessageTransformation.pdf, located in the docs/services folder.
+  the "Message Transformation" chapter in the ServicesGuide, located in the docs folder.
 
 To Run standalone mode:
 =======================
@@ -41,8 +33,8 @@
 
 What to look at in this Quickstart:
 ===================================
-  As stated above, reading MessageTransformation.pdf would be of great benefit
-  in understanding JBoss ESB Transformations.
+  As stated above, reading the "Message Transformation" chapter in the ServicesGuide.pdf would
+  be of great benefit in understanding JBoss ESB Transformations.
 
   jboss-esb.xml:
     The ESB configuration file in this Quickstart simply defines a JMS Listener
@@ -52,15 +44,3 @@
   smooks-res.xml:
     This file defines the Transformations for the Quickstart.  In this case, it
     simply defines a single XSL transformation for the order line items.
-
-  notifyUpdate Ant target:
-    JBossESB Transformations are hot reloadable.  To test this out:
-    1.  Redeploy the .esb as an exploded archive.
-    2.  Run the sample to view the output ("ant runtest").
-    3.  Modify the transformation in the exploded .esb.
-    4.  Rerun the sample ("ant runtest").  Transformation should still
-        be the same i.e. no update.
-    5.  Notify the .esb deployment of the transformation update by
-        running "ant notifyUpdate".
-    6.  Rerun the sample again ("ant runtest") and notice the
-        transformation update.

Modified: labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_stream/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_stream/readme.txt	2009-02-10 23:32:55 UTC (rev 25214)
+++ labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_stream/readme.txt	2009-02-11 01:05:25 UTC (rev 25215)
@@ -6,16 +6,13 @@
   visitAfter. For more information about Smooks visitor see Smooks User Guide:
 	http://milyn.codehaus.org/Smooks+User+Guide
   
-  Check out the Administration Console Flash demos at:
-  	http://labs.jboss.com/portal/jbossesb/resources/tutorials/xformation-demos/console-demos.html
-
 Running this quickstart:
 ========================
   Please refer to 'ant help-quickstarts' for prerequisites about the quickstarts
   and a more detailed descripton of the different ways to run the quickstarts.
 
   A comprehensive description of message transformation can be found in
-  MessageTransformation.pdf, located in the docs/services folder.
+  the "Message Transformation" chapter in the ServicesGuide, located in the docs folder.
 
 To Run standalone mode:
 =======================
@@ -38,8 +35,8 @@
 
 What to look at in this Quickstart:
 ===================================
-  As stated above, reading MessageTransformation.pdf would be of great benefit
-  in understanding JBoss ESB Transformations.
+  As stated above, reading the "Message Transformation" chapter in the ServicesGuide.pdf would
+  be of great benefit in understanding JBoss ESB Transformations.
 
   jboss-esb.xml:
     The ESB configuration file in this Quickstart simply defines a JMS Listener




More information about the jboss-svn-commits mailing list