[jboss-svn-commits] JBL Code SVN: r9243 - labs/jbossesb/trunk/product/samples/quickstarts.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Feb 1 00:11:06 EST 2007
Author: burrsutter
Date: 2007-02-01 00:11:06 -0500 (Thu, 01 Feb 2007)
New Revision: 9243
Modified:
labs/jbossesb/trunk/product/samples/quickstarts/readme.txt
Log:
added comments for some of the new quickstarts
Modified: labs/jbossesb/trunk/product/samples/quickstarts/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/readme.txt 2007-02-01 05:03:28 UTC (rev 9242)
+++ labs/jbossesb/trunk/product/samples/quickstarts/readme.txt 2007-02-01 05:11:06 UTC (rev 9243)
@@ -14,7 +14,6 @@
esb.product.lib.dir=/jboss/jbossesb/lib
jbosshome.dir=/jboss/jboss-4.0.4.GA
-
Prerequisites:
- Assumes you are comfortable working at the command line with Ant
- Assumes you are running JBossMQ on JBoss Application Server. Other JMS
@@ -61,3 +60,19 @@
* fun_cbr - demonstrates the JBoss ESB's capability for hot deployment both of the CBR rules
and the jbossesb.xml configuration file.
+* business_service - JBoss ESB actions are custom mediators. Their not specifically focused
+on business logic. This example demonstrates how to invoke an EJB3 stateless session
+bean (plus how to build a deploy an EJB3 SLSB on the JBoss AS). The SLSB is where
+your business logic can go. Feel free to use your favorite middle-tier component for
+handling business logic (e.g. business validation, persistence).
+
+* webservice_war1 - demonstrates how to create a 181 Web Service and use it as the
+front-end to the ESB. This also demonstrates a synchronous call into the bus service.
+
+* static_router - is primarily interesting because it is completely JMS-less. It uses
+FTP and File drop monitoring to move a message and send it out to multiple endpoints.
+
+* aggregator - demonstrations how to use the Splitter/Aggregator capabilities of
+JBoss ESB. It uses the Transformation engine as well as the static-routing feature.
+It also demonstrations the use of multiple JVMs running different services.
+This is a fairly advanced demonstration.
More information about the jboss-svn-commits
mailing list