Title: [766] trunk/assembly/src/release/examples/loan-broker/README.txt: Update readme for loan broker
Revision
766
Author
gnt
Date
2005-11-08 10:18:01 -0500 (Tue, 08 Nov 2005)

Log Message

Update readme for loan broker

Modified Paths


Diff

Modified: trunk/assembly/src/release/examples/loan-broker/README.txt (765 => 766)

--- trunk/assembly/src/release/examples/loan-broker/README.txt	2005-11-08 12:30:20 UTC (rev 765)
+++ trunk/assembly/src/release/examples/loan-broker/README.txt	2005-11-08 15:18:01 UTC (rev 766)
@@ -1,19 +1,21 @@
-Welcome to the ServiceMixBPEL Example
+Welcome to the LoanDemo Example
 =============================================
 
-This example uses shows how to connect the JMS bindings to a BPEL service component provided by the PXE AsyncProcess example - see www.fivesight.com
+This example is based on the great EIP book (http://www.enterpriseintegrationpatterns.com/ComposedMessagingExample.html).
+The client and components are built and run from source using Ant, http://ant.apache.org.
 
-To start the servicemix server using the sample configuration, just run:
+To start the servicemix server using the sample configuration, you must enter the following commands:
 
+ant compile
+set CLASSPATH=classes
 ../../bin/servicemix servicemix.xml
 
-This will start a component which sends a soap message to a JmsServiceComponent which forwards the request to the PXE BPEL engine and waits for a response.
+This will start the loan broker component.
 
-A simple JMS client is provided so that messages can sent and received from the JMSService.  The client is built
-and run from source using Ant, http://ant.apache.org. Just execute 'ant' from the current directory to
-run the JMS client.
+A simple JMS client based on lingo (http://lingo.codehaus.org/) is provided.   
+Just execute 'ant' from the current directory to run the JMS client.
 
 
 For more information on this example please see
 
-http://servicemix.org/BPEL+example
\ No newline at end of file
+http://servicemix.org/Loan+Broker+example

Reply via email to