You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by gm...@apache.org on 2012/03/21 22:20:05 UTC

svn commit: r1303576 - /cxf/trunk/distribution/src/main/release/samples/java_first_jms/README.txt

Author: gmazza
Date: Wed Mar 21 21:20:04 2012
New Revision: 1303576

URL: http://svn.apache.org/viewvc?rev=1303576&view=rev
Log:
README file created for java_first_jms sample.

Added:
    cxf/trunk/distribution/src/main/release/samples/java_first_jms/README.txt

Added: cxf/trunk/distribution/src/main/release/samples/java_first_jms/README.txt
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/java_first_jms/README.txt?rev=1303576&view=auto
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/java_first_jms/README.txt (added)
+++ cxf/trunk/distribution/src/main/release/samples/java_first_jms/README.txt Wed Mar 21 21:20:04 2012
@@ -0,0 +1,23 @@
+Java-First JMS Sample
+=====================
+
+This sample demonstrates use of SOAP over the JMS protocol.
+
+Please review the README in the samples directory before
+continuing.
+
+Building and running the demo using Maven
+-----------------------------------------
+  
+From the base directory of this sample (i.e., where this README file is
+located), using either UNIX or Windows, run "mvn clean install" to 
+build the sample.
+  
+To run the sample, using either UNIX or Windows:
+
+    mvn -Pserver (in one terminal window)
+    mvn -Pclient (in another)
+
+When finished, to delete the code generated during the build process
+run "mvn clean".
+