You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by jl...@apache.org on 2007/11/16 04:20:39 UTC

svn commit: r595531 - in /incubator/cxf/trunk/distribution/src/main/release/samples: restful_dispatch/README.txt restful_jaxrs/README.txt

Author: jliu
Date: Thu Nov 15 19:20:35 2007
New Revision: 595531

URL: http://svn.apache.org/viewvc?rev=595531&view=rev
Log:
Update sample's readme

Modified:
    incubator/cxf/trunk/distribution/src/main/release/samples/restful_dispatch/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/restful_jaxrs/README.txt

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/restful_dispatch/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/restful_dispatch/README.txt?rev=595531&r1=595530&r2=595531&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/restful_dispatch/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/restful_dispatch/README.txt Thu Nov 15 19:20:35 2007
@@ -1,8 +1,8 @@
 RESTful Hello World Demo 
 ========================
 
-The demo shows REST based Web Services using the HTTP binding and 
-JAX-WS Provider/Dispatch. The REST server provides the following services: 
+The demo shows REST based Web Services using the JAX-WS Provider/Dispatch. 
+The REST server provides the following services: 
 
 A RESTful customer service is provided on URL http://localhost:9000/customerservice/customer. 
 Users access this URI to query or update customer info.

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/restful_jaxrs/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/restful_jaxrs/README.txt?rev=595531&r1=595530&r2=595531&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/restful_jaxrs/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/restful_jaxrs/README.txt Thu Nov 15 19:20:35 2007
@@ -1,5 +1,5 @@
 RESTful JAX-RS World Demo 
-========================
+=========================
 
 The demo shows REST based Web Services using JAX-RS (JSR-311). The REST server provides the following services: 
 
@@ -45,7 +45,7 @@
 
 
 Prerequisites
-------------
+-------------
 
 If your environment already includes cxf-manifest-incubator.jar on the
 CLASSPATH, and the JDK and ant bin directories on the PATH
@@ -59,6 +59,7 @@
 
 Building and running the demo using Ant
 ---------------------------------------
+
 From the base directory of this sample (i.e., where this README file is
 located), the Ant build.xml file can be used to build and run the demo. 
 The server and client targets automatically build the demo.