[jboss-svn-commits] JBL Code SVN: r7973 - labs/jbossesb/trunk/product/samples/quickstarts
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Nov 29 23:45:01 EST 2006
Author: burrsutter
Date: 2006-11-29 23:45:00 -0500 (Wed, 29 Nov 2006)
New Revision: 7973
Modified:
labs/jbossesb/trunk/product/samples/quickstarts/readme.txt
Log:
added a note for more_action example
Modified: labs/jbossesb/trunk/product/samples/quickstarts/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/readme.txt 2006-11-30 04:42:37 UTC (rev 7972)
+++ labs/jbossesb/trunk/product/samples/quickstarts/readme.txt 2006-11-30 04:45:00 UTC (rev 7973)
@@ -37,6 +37,11 @@
(request/reply). This means of responding via custom JMS code will eventually
go away but as of 11/27/2006 it is the way to handle the response.
+* more_action - demonstrates numerous tips & tricks to using the JBoss ESB actions. The first option
+shows what happens if you don't specify a "process" attribute. The second option illustrates how to
+make multiple method calls of a since action class instance. The third option shows you how to create
+your own custom attributes and child elements for the action tag.
+
* simple_transformation - Shows you how to setup a basic Smooks-based transformation to convert
an XML document into Java POJOs.
More information about the jboss-svn-commits
mailing list