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 09:08:21 UTC

svn commit: r595587 - in /incubator/cxf/trunk/distribution/src/main/release/samples: callback/ configuration_interceptor/ groovy_spring_support/ in_jvm_transport/ integration/jca/inbound/ integration/jca/outbound/ java_first_jaxws/ java_first_pojo/ jav...

Author: jliu
Date: Fri Nov 16 00:08:18 2007
New Revision: 595587

URL: http://svn.apache.org/viewvc?rev=595587&view=rev
Log:
Did some format stuff to make README files look more consistent. Avoid using hard-coded sample directory names such as "From the samples/jaxws_async directory run the commands", instead using a relative path to refer to the directory name, such as "From the base directory of this sample (i.e., where this README file is located)". 

Modified:
    incubator/cxf/trunk/distribution/src/main/release/samples/callback/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/configuration_interceptor/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/groovy_spring_support/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/groovy_spring_support/build.xml
    incubator/cxf/trunk/distribution/src/main/release/samples/in_jvm_transport/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/inbound/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/outbound/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/java_first_jaxws/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/java_first_pojo/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/java_first_spring_support/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/jaxws_async/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/jaxws_dispatch_provider/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/jaxws_handlers/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/jms_queue/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/js_client/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/mtom/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/README.TXT
    incubator/cxf/trunk/distribution/src/main/release/samples/restful_dispatch/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/restful_http_binding/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/restful_jaxrs/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/restful_jaxrs/src/demo/jaxrs/server/Server.java
    incubator/cxf/trunk/distribution/src/main/release/samples/ruby_spring_support/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/ruby_spring_support/build.xml
    incubator/cxf/trunk/distribution/src/main/release/samples/soap_header/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/ws_addressing/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/ws_policy/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/ws_rm/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_pure_xml/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_rpclit/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_soap12/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_xml_wrapped/README.txt

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/callback/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/callback/README.txt?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/callback/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/callback/README.txt Fri Nov 16 00:08:18 2007
@@ -1,5 +1,6 @@
 Callback Demo
-=============================================
+=============
+
 This demo shows a client creating a callback object by 
 passing an EndpointReferenceType to the server. The 
 EndpointReferenceType is then used by the server to call 
@@ -9,7 +10,6 @@
 continuing.
 
 
-
 Prerequisite
 ------------
 
@@ -22,9 +22,9 @@
 environment.
 
 
-
 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.
@@ -39,12 +39,12 @@
 files, run "ant clean".
 
 
-
 Building the demo using wsdl2java and javac
 ------------------------------------------
 
-From the samples/basic_callback directory, first create the target
-directory build/classes and then generate code from the WSDL file.
+From the base directory of this sample (i.e., where this README file is
+located) first create the target directory build/classes and then 
+generate code from the WSDL file.
 
 For UNIX:
   mkdir -p build/classes
@@ -72,12 +72,11 @@
   javac -d build\classes src\demo\callback\server\*.java
 
 
-
 Running the demo using java
 ---------------------------
 
-From the samples/basic_callback directory run the commands, entered on a
-single command line:
+From the base directory of this sample (i.e., where this README file is
+located) run the commands, entered on a single command line:
 
 For UNIX (must use forward slashes):
     java -Djava.util.logging.config.file=$CXF_HOME/etc/logging.properties

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/configuration_interceptor/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/configuration_interceptor/README.txt?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/configuration_interceptor/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/configuration_interceptor/README.txt Fri Nov 16 00:08:18 2007
@@ -1,11 +1,13 @@
 Stream GZIP Interceptor Demo 
 ============================
+
 This demo shows how to develope an user interceptor and add
 the interceptor into the interceptor chain through configuration.
 
 Please review the README in the samples directory before
 continuing.
 
+
 Prerequisite
 ------------
 
@@ -20,6 +22,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.
@@ -36,8 +39,9 @@
 Building the demo using wsdl2java and javac
 -------------------------------------------
 
-From the samples/configuration_interceptor directory, first create the target
-directory build/classes and then generate code from the WSDL file.
+From the base directory of this sample (i.e., where this README file is
+located) first create the target directory build/classes and then 
+generate code from the WSDL file.
 
 For UNIX:
   mkdir -p build/classes
@@ -67,12 +71,11 @@
   javac -d build\classes src\demo\stream\server\*.java
 
 
-
 Running the demo using java
 ---------------------------
 
-From the samples/configuration_interceptor directory run the commands, entered on a
-single command line:
+From the base directory of this sample (i.e., where this README file is
+located) run the commands, entered on a single command line:
 
 For UNIX (must use forward slashes):
     java -Dcxf.config.file=server.xml

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/groovy_spring_support/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/groovy_spring_support/README.txt?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/groovy_spring_support/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/groovy_spring_support/README.txt Fri Nov 16 00:08:18 2007
@@ -1,59 +1,60 @@
-Groovy script demo
-=============================================
-This example will lead you through creating groovy web service 
-implement with Spring. You'll learn how to:
+Groovy script demo
 
-    * Writing a simple groovy script web service
+==================
+
+This example shows how to create groovy web service 
+implemented with Spring. 
+You'll learn how to write a simple groovy script web service. 
 
-For more information see the documentation for this example in the
+For more information see the 
+documentation for this example in the 
 user's guide.
 
 
-Prerequisite
-------------
+
+
+
+Prerequisite
+------------
+
+If your environment already includes cxf-manifest-incubator.jar on the
+CLASSPATH, and the JDK and ant bin directories on the PATH
+it is not necessary to set the environment as described in
+the samples directory's README.  If your environment is not
+properly configured, or if you are planning on using wsdl2java,
+javac, and java to build and run the demos, you must set the
+environment.
+
 
-If your environment already includes cxf-manifest-incubator.jar on the
-CLASSPATH, and the JDK and ant bin directories on the PATH
-it is not necessary to set the environment as described in
-the samples directory README.  If your environment is not
-properly configured, or if you are planning on using wsdl2java,
-javac, and java to build and run the demos, you must set the
-environment.
-
-Get some thirdparty jars:
-
-You can run the following command to get the thirdparty jars
-
-  ant get.dep
-
-Spring script jars:
-* spring-aop-2.0.4.jar
-* spring-support-2.0.4.jar
-download from 
-http://repo1.maven.org/maven2/org/springframework/
-copy into $CXF_HOME/lib/
-
-Groovy jars:
-* groovy-1.0.jar
-* antlr-2.7.6.jar
-* asm-2.2.3.jar
-download from:
-http://repo1.maven.org/maven2/groovy/groovy/1.0/groovy-1.0.jar
-http://repo1.maven.org/maven2/antlr/antlr/2.7.6/antlr-2.7.6.jar
-http://repo1.maven.org/maven2/asm/asm/2.2.3/asm-2.2.3.jar
-copy into $CXF_HOME/samples/groovy_spring_support/lib
-
-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.
-
-Using either UNIX or Windows:
-
-  ant server  (from one command line window)
-  ant client  (from a second command line window)
-    
 
-To remove the code generated from the WSDL file and the .class
-files, run "ant clean".
+
+
+Some third-party jars need to be installed to make this sample working. 
+
+
+You can run the following command to get these third-party jars
+
+:  
+
+ant get.dep
+
+
+
+
+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.
+
+Using either UNIX or Windows:
+
+  ant server  (from one command line window)
+  ant client  (from a second command line window)
+
+
+To remove the code generated from the WSDL file and the .class
+files, run "ant clean".
\ No newline at end of file

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/groovy_spring_support/build.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/groovy_spring_support/build.xml?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/groovy_spring_support/build.xml (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/groovy_spring_support/build.xml Fri Nov 16 00:08:18 2007
@@ -20,7 +20,7 @@
 <project name="Groovy Spring demo" default="build" basedir=".">
 
     <property name="maven.repo" value="http://repo1.maven.org/maven2"/>
-    <property name="spring.version" value="2.0.4"/>
+    <property name="spring.version" value="2.0.6"/>
     <property name="groovy.version" value="1.0"/>
     
     <property name="spring-aop.jar" value="spring-aop-${spring.version}.jar"/>

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/in_jvm_transport/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/in_jvm_transport/README.txt?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/in_jvm_transport/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/in_jvm_transport/README.txt Fri Nov 16 00:08:18 2007
@@ -5,7 +5,6 @@
 continuing.
 
 
-
 Prerequisite
 ------------
 
@@ -18,7 +17,6 @@
 environment.
 
 
-
 Building and running the demo using Ant
 ---------------------------------------
 From the base directory of this sample (i.e., where this README file is
@@ -34,12 +32,12 @@
 files, run "ant clean".
 
 
-
 Building the demo using wsdl2java and javac
 -------------------------------------------
 
-From the samples/in_jvm_transport directory, first create the target
-directory build/classes and then generate code from the WSDL file.
+From the base directory of this sample (i.e., where this README file is
+located) first create the target directory build/classes and then 
+generate code from the WSDL file.
 
 For UNIX:
   mkdir -p build/classes
@@ -67,12 +65,11 @@
   javac -d build\classes src\demo\colocated\client\*.java
 
 
-
 Running the demo using java
 ---------------------------
 
-From the samples/in_jvm_transport directory run the commands, entered on a
-single command line:
+From the base directory of this sample (i.e., where this README file is
+located) run the commands, entered on a single command line:
 
 For UNIX (must use forward slashes):
     java -Djava.util.logging.config.file=$CXF_HOME/etc/logging.properties

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/inbound/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/inbound/README.txt?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/inbound/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/inbound/README.txt Fri Nov 16 00:08:18 2007
@@ -1,9 +1,8 @@
 INBOUND CONNECTION CXF J2EE DEMO
-==================================
-==================================
+================================
 
  
-This demo will show how to expose an Enterprise Java Bean over
+This demo shows how to expose an Enterprise Java Bean over
 SOAP/HTTP using CXF. 
 
 

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/outbound/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/outbound/README.txt?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/outbound/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/outbound/README.txt Fri Nov 16 00:08:18 2007
@@ -1,8 +1,8 @@
 HELLO WORLD (SOAP OVER HTTP) CXF J2EE OUTBOUND DEMO
-============================================
-============================================
+===================================================
 
-This demo will show how to connect with an Apache CXF Web service using a
+
+This demo shows how to connect with an Apache CXF Web service using a
 Servlet deployed in an application server.
 
 

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/java_first_jaxws/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/java_first_jaxws/README.txt?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/java_first_jaxws/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/java_first_jaxws/README.txt Fri Nov 16 00:08:18 2007
@@ -1,78 +1,79 @@
-Java First demo using jax-ws APIs and jsr-181
-=============================================
-
-This demo illustrates how to develop a service use the "code first"
-approach using the JAX-WS APIs.
-
-Prerequisite
-------------
-
-If your environment already includes cxf-manifest-incubator.jar on the
-CLASSPATH, and the JDK and ant bin directories on the PATH
-it is not necessary to set the environment as described in
-the samples directory README.  If your environment is not
-properly configured, or if you are planning on using wsdl2java,
-javac, and java to build and run the demos, you must set the
-environment.
-
-
-
-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.
-
-Using either UNIX or Windows:
-
-  ant server  (from one command line window)
-  ant client  (from a second command line window)
-
-Building the demo using javac
--------------------------------------------
-
-From the samples/java_first_jaxws directory, first create the target
-directory build/classes and then compile the provided client and server code.
-
-For UNIX:  
-  
-  mkdir -p build/classes
-  export CLASSPATH=$CLASSPATH:$CXF_HOME/lib/cxf-manifest-incubator.jar:./build/classes
-  javac -d build/classes src/demo/hw/client/*.java
-  javac -d build/classes src/demo/hw/server/*.java
-
-For Windows:
-  mkdir build\classes
-  set classpath=%classpath%;%CXF_HOME%\lib\cxf-manifest-incubator.jar;.\build\classes
-  javac -d build\classes src\demo\hw\client\*.java
-  javac -d build\classes src\demo\hw\server\*.java
-
-
-
-Running the demo using java
----------------------------
-
-From the samples/java_first_jaxws directory run the commands, entered on a
-single command line:
-
-For UNIX (must use forward slashes):
-    java -Djava.util.logging.config.file=$CXF_HOME/etc/logging.properties
-         demo.hw.server.Server &
-
-    java -Djava.util.logging.config.file=$CXF_HOME/etc/logging.properties
-         demo.hw.client.Client
-
-The server process starts in the background.  After running the client,
-use the kill command to terminate the server process.
-
-For Windows (may use either forward or back slashes):
-  start 
-    java -Djava.util.logging.config.file=%CXF_HOME%\etc\logging.properties
-         demo.hw.server.Server
-
-    java -Djava.util.logging.config.file=%CXF_HOME%\etc\logging.properties
-       demo.hw.client.Client
-
-A new command windows opens for the server process.  After running the
-client, terminate the server process by issuing Ctrl-C in its command window.
+Java First demo using jax-ws APIs and jsr-181
+=============================================
+
+This demo illustrates how to develop a service use the "code first"
+approach using the JAX-WS APIs.
+
+
+Prerequisite
+------------
+
+If your environment already includes cxf-manifest-incubator.jar on the
+CLASSPATH, and the JDK and ant bin directories on the PATH
+it is not necessary to set the environment as described in
+the samples directory README.  If your environment is not
+properly configured, or if you are planning on using wsdl2java,
+javac, and java to build and run the demos, you must set the
+environment.
+
+
+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.
+
+Using either UNIX or Windows:
+
+  ant server  (from one command line window)
+  ant client  (from a second command line window)
+
+
+Building the demo using javac
+-----------------------------
+
+From the base directory of this sample (i.e., where this README file is
+located), first create the target directory build/classes and then compile 
+the provided client and server code.
+
+For UNIX:  
+  
+  mkdir -p build/classes
+  export CLASSPATH=$CLASSPATH:$CXF_HOME/lib/cxf-manifest-incubator.jar:./build/classes
+  javac -d build/classes src/demo/hw/client/*.java
+  javac -d build/classes src/demo/hw/server/*.java
+
+For Windows:
+  mkdir build\classes
+  set classpath=%classpath%;%CXF_HOME%\lib\cxf-manifest-incubator.jar;.\build\classes
+  javac -d build\classes src\demo\hw\client\*.java
+  javac -d build\classes src\demo\hw\server\*.java
+
+
+Running the demo using java
+---------------------------
+
+From the base directory of this sample (i.e., where this README file is
+located) run the commands, entered on a single command line:
+
+For UNIX (must use forward slashes):
+    java -Djava.util.logging.config.file=$CXF_HOME/etc/logging.properties
+         demo.hw.server.Server &
+
+    java -Djava.util.logging.config.file=$CXF_HOME/etc/logging.properties
+         demo.hw.client.Client
+
+The server process starts in the background.  After running the client,
+use the kill command to terminate the server process.
+
+For Windows (may use either forward or back slashes):
+  start 
+    java -Djava.util.logging.config.file=%CXF_HOME%\etc\logging.properties
+         demo.hw.server.Server
+
+    java -Djava.util.logging.config.file=%CXF_HOME%\etc\logging.properties
+       demo.hw.client.Client
+
+A new command windows opens for the server process.  After running the
+client, terminate the server process by issuing Ctrl-C in its command window.

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/java_first_pojo/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/java_first_pojo/README.txt?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/java_first_pojo/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/java_first_pojo/README.txt Fri Nov 16 00:08:18 2007
@@ -1,139 +1,137 @@
-Java First POJO DEMO
-=============================================
-
-This demo illustrates how to develop a service use the "code first", pojo based.
-This demo uses the JAXB Data binding by default, but you can use Aegis Data binding by 
-uncomment below four lines:
-
-(Client.java)
-//import org.apache.cxf.aegis.databinding.AegisDatabinding;
-//factory.getServiceFactory().setDataBinding(new AegisDatabinding());
-
-(Server.java)
-//import org.apache.cxf.aegis.databinding.AegisDatabinding;
-//svrFactory.getServiceFactory().setDataBinding(new AegisDatabinding());
-
-Prerequisite
-------------
-
-If your environment already includes cxf-manifest-incubator.jar on the
-CLASSPATH, and the JDK and ant bin directories on the PATH
-it is not necessary to set the environment as described in
-the samples directory README.  If your environment is not
-properly configured, or if you are planning on using wsdl2java,
-javac, and java to build and run the demos, you must set the
-environment.
-
-
-
-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.
-
-Using either UNIX or Windows:
-
-  ant server (from one command line window)
-  ant client (from a second command line window)
-    
-
-To remove the code generated from the WSDL file and the .class
-files, run "ant clean"
-
-
-
-Building the demo using  javac
--------------------------------------------
-
-From the samples/java_first_pojo directory, first create the target
-directory build/classes.
-
-For UNIX:
-  mkdir -p build/classes
-
-For Windows:
-  mkdir build\classes
-    Must use back slashes.
-
-Now compile the provided client and server applications with the commands:
-
-For UNIX:  
-  
-  export CLASSPATH=$CLASSPATH:$CXF_HOME/lib/cxf-manifest-incubator.jar:./build/classes
-  javac -d build/classes src/demo/hw/client/*.java
-  javac -d build/classes src/demo/hw/server/*.java
-
-For Windows:
-  set classpath=%classpath%;%CXF_HOME%\lib\cxf-manifest-incubator.jar;.\build\classes
-  javac -d build\classes src\demo\hw\client\*.java
-  javac -d build\classes src\demo\hw\server\*.java
-
-
-
-Running the demo using java
----------------------------
-
-From the samples/java_first_pojo directory run the commands, entered on a
-single command line:
-
-For UNIX (must use forward slashes):
-    java -Djava.util.logging.config.file=$CXF_HOME/etc/logging.properties
-         demo.hw.server.Server &
-
-    java -Djava.util.logging.config.file=$CXF_HOME/etc/logging.properties
-         demo.hw.client.Client
-
-The server process starts in the background.  After running the client,
-use the kill command to terminate the server process.
-
-For Windows (may use either forward or back slashes):
-  start 
-    java -Djava.util.logging.config.file=%CXF_HOME%\etc\logging.properties
-         demo.hw.server.Server
-
-    java -Djava.util.logging.config.file=%CXF_HOME%\etc\logging.properties
-       demo.hw.client.Client
-
-A new command windows opens for the server process.  After running the
-client, terminate the server process by issuing Ctrl-C in its command window.
-
-To remove the code generated from the WSDL file and the .class
-files, either delete the build directory and its contents or run:
-
-  ant clean
-
-
-
-Building and running the demo in a servlet container
-----------------------------------------------------
-
-Please refer to samples directory README for building demo in a servlet container.
-
-Using ant, run the client application with the command:
-
-  ant client-servlet -Dbase.url=http://localhost:#
-
-Where # is the TCP/IP port used by the servlet container,
-e.g., 8080.
-
-Or
-  ant client-servlet -Dhost=localhost -Dport=8080
-
-You can ignore the -Dhost and -Dport if your tomcat setup is same, i.e ant client-servlet
-
-Using java, run the client application with the command:
-
-  For UNIX:
-    
-    java -Djava.util.logging.config.file=$CXF_HOME/etc/logging.properties
-         demo.hw.client.Client http://localhost:#/helloworld/services/hello_world
-
-  For Windows:
-
-    java -Djava.util.logging.config.file=%CXF_HOME%\etc\logging.properties
-       demo.hw.client.Client http://localhost:#/helloworld/services/hello_world
-
-Where # is the TCP/IP port used by the servlet container,
-e.g., 8080.
-
+Java First POJO DEMO
+====================
+
+This demo illustrates how to develop a service use the "code first", pojo based.
+This demo uses the JAXB Data binding by default, but you can use Aegis Data binding by 
+uncomment below four lines:
+
+(Client.java)
+//import org.apache.cxf.aegis.databinding.AegisDatabinding;
+//factory.getServiceFactory().setDataBinding(new AegisDatabinding());
+
+(Server.java)
+//import org.apache.cxf.aegis.databinding.AegisDatabinding;
+//svrFactory.getServiceFactory().setDataBinding(new AegisDatabinding());
+
+
+Prerequisite
+------------
+
+If your environment already includes cxf-manifest-incubator.jar on the
+CLASSPATH, and the JDK and ant bin directories on the PATH
+it is not necessary to set the environment as described in
+the samples directory README.  If your environment is not
+properly configured, or if you are planning on using wsdl2java,
+javac, and java to build and run the demos, you must set the
+environment.
+
+
+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.
+
+Using either UNIX or Windows:
+
+  ant server (from one command line window)
+  ant client (from a second command line window)
+    
+
+To remove the code generated from the WSDL file and the .class
+files, run "ant clean"
+
+
+Building the demo using javac
+------------------------------
+
+From the base directory of this sample (i.e., where this README file is
+located), first create the target directory build/classes:
+
+For UNIX:
+  mkdir -p build/classes
+
+For Windows:
+  mkdir build\classes
+    Must use back slashes.
+
+Now compile the provided client and server applications with the commands:
+
+For UNIX:  
+  
+  export CLASSPATH=$CLASSPATH:$CXF_HOME/lib/cxf-manifest-incubator.jar:./build/classes
+  javac -d build/classes src/demo/hw/client/*.java
+  javac -d build/classes src/demo/hw/server/*.java
+
+For Windows:
+  set classpath=%classpath%;%CXF_HOME%\lib\cxf-manifest-incubator.jar;.\build\classes
+  javac -d build\classes src\demo\hw\client\*.java
+  javac -d build\classes src\demo\hw\server\*.java
+
+
+Running the demo using java
+---------------------------
+
+From the base directory of this sample (i.e., where this README file is
+located) run the commands, entered on a single command line:
+
+For UNIX (must use forward slashes):
+    java -Djava.util.logging.config.file=$CXF_HOME/etc/logging.properties
+         demo.hw.server.Server &
+
+    java -Djava.util.logging.config.file=$CXF_HOME/etc/logging.properties
+         demo.hw.client.Client
+
+The server process starts in the background.  After running the client,
+use the kill command to terminate the server process.
+
+For Windows (may use either forward or back slashes):
+  start 
+    java -Djava.util.logging.config.file=%CXF_HOME%\etc\logging.properties
+         demo.hw.server.Server
+
+    java -Djava.util.logging.config.file=%CXF_HOME%\etc\logging.properties
+       demo.hw.client.Client
+
+A new command windows opens for the server process.  After running the
+client, terminate the server process by issuing Ctrl-C in its command window.
+
+To remove the code generated from the WSDL file and the .class
+files, either delete the build directory and its contents or run:
+
+  ant clean
+
+
+Building and running the demo in a servlet container
+----------------------------------------------------
+
+Please refer to samples directory README for building demo in a servlet container.
+
+Using ant, run the client application with the command:
+
+  ant client-servlet -Dbase.url=http://localhost:#
+
+Where # is the TCP/IP port used by the servlet container,
+e.g., 8080.
+
+Or
+  ant client-servlet -Dhost=localhost -Dport=8080
+
+You can ignore the -Dhost and -Dport if your tomcat setup is same, i.e ant client-servlet
+
+Using java, run the client application with the command:
+
+  For UNIX:
+    
+    java -Djava.util.logging.config.file=$CXF_HOME/etc/logging.properties
+         demo.hw.client.Client http://localhost:#/helloworld/services/hello_world
+
+  For Windows:
+
+    java -Djava.util.logging.config.file=%CXF_HOME%\etc\logging.properties
+       demo.hw.client.Client http://localhost:#/helloworld/services/hello_world
+
+Where # is the TCP/IP port used by the servlet container,
+e.g., 8080.
+

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/java_first_spring_support/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/java_first_spring_support/README.txt?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/java_first_spring_support/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/java_first_spring_support/README.txt Fri Nov 16 00:08:18 2007
@@ -1,5 +1,6 @@
 Spring HTTP demo
-=============================================
+================
+
 This example will lead you through creating your first service with
 Spring. You'll learn how to:
 
@@ -21,7 +22,6 @@
 properly configured, or if you are planning on using wsdl2java,
 javac, and java to build and run the demos, you must set the
 environment.
-
 
 
 Building and running the demo using Ant

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/jaxws_async/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/jaxws_async/README.txt?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/jaxws_async/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/jaxws_async/README.txt Fri Nov 16 00:08:18 2007
@@ -1,5 +1,5 @@
 JAX-WS Asynchronous Demo using Document/Literal Style
-==========================================================
+=====================================================
 
 This demo illustrates the use of the JAX-WS asynchronous 
 invocation model. Please refer to the JAX-WS 2.0 specification
@@ -49,8 +49,10 @@
 javac, and java to build and run the demos, you must set the
 environment.
 
+
 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.
@@ -65,12 +67,12 @@
 files, run "ant clean".
 
 
-
 Building the demo using wsdl2java and javac
 -------------------------------------------
 
-From the samples/jaxws_async directory, run the following wsdl2java 
-command to generate classes required in the async case.
+From the base directory of this sample (i.e., where this README file is
+located), run the following wsdl2java command to generate classes 
+required in the async case.
 
 For UNIX:
   mkdir -p build/classes
@@ -96,12 +98,11 @@
   javac -d build\classes src\demo\hw\server\*.java
 
 
-
 Running the demo using java
 ---------------------------
 
-From the samples/jaxws_async directory run the commands, entered on a
-single command line:
+From the base directory of this sample (i.e., where this README file is
+located) run the commands, entered on a single command line:
 
 For UNIX (must use forward slashes):
     java -Djava.util.logging.config.file=$CXF_HOME/etc/logging.properties

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/jaxws_dispatch_provider/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/jaxws_dispatch_provider/README.txt?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/jaxws_dispatch_provider/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/jaxws_dispatch_provider/README.txt Fri Nov 16 00:08:18 2007
@@ -1,5 +1,5 @@
 JAX-WS Dispatch/Provider Demo 
-======================================================
+=============================
 
 The demo demonstrates the use of JAX-WS Dispatch and Provider interface.
 The client side Dispatch instance invokes upon an endpoint using a JAX-WS 
@@ -25,9 +25,9 @@
 environment.
 
 
-
 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.
@@ -42,12 +42,13 @@
 files, run "ant clean".
 
 
-
 Building the demo using wsdl2java and javac
 -------------------------------------------
 
-From the samples/jaxws_dispatch_provider directory, first create the target
-directory build/classes and then generate code from the WSDL file.
+From the base directory of this sample (i.e., where this README file is
+located) first create the target directory build/classes and then 
+generate code from the WSDL file.
+
 
 For UNIX:
   mkdir -p build/classes
@@ -85,12 +86,11 @@
   copy src\demo\hwDispatch\server\*.xml build\classes\demo\hwDispatch\server
 
 
-
 Running the demo using java
 ---------------------------
 
-From the samples/jaxws_dispatch directory run the commands, entered on a
-single command line:
+From the base directory of this sample (i.e., where this README file is
+located) run the commands, entered on a single command line:
 
 For UNIX (must use forward slashes):
     java -Djava.util.logging.config.file=$CXF_HOME/etc/logging.properties

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/jaxws_handlers/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/jaxws_handlers/README.txt?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/jaxws_handlers/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/jaxws_handlers/README.txt Fri Nov 16 00:08:18 2007
@@ -1,5 +1,5 @@
 JAX-WS Handler Demo
-============
+===================
 
 This demo shows how JAX-WS handlers are used.  The server uses a
 SOAP protocol handler which logs incoming and outgoing messages
@@ -67,8 +67,10 @@
 Building the demo using wsdl2java and javac
 -------------------------------------------
 
-From the samples/jaxws_handlers directory, first create the target directory
-build/classes and then generate code from the WSDL file.
+From the base directory of this sample (i.e., where this README file is
+located) first create the target directory build/classes and then 
+generate code from the WSDL file.
+
 
 For UNIX:
   mkdir -p build/classes
@@ -110,7 +112,8 @@
 Running the demo using java
 ---------------------------
 
-From the samples/jaxws_handlers directory run the commands (entered on a single command line):
+From the base directory of this sample (i.e., where this README file is
+located) run the commands, entered on a single command line:
 
 For UNIX (must use forward slashes):
     java -Djava.util.logging.config.file=$CXF_HOME%/etc/logging.properties

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/README.txt?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/README.txt Fri Nov 16 00:08:18 2007
@@ -1,5 +1,5 @@
-JMS Transport Demo using Document-Literal Style.
-==========================================================
+JMS Transport Demo using Document-Literal Style
+===============================================
 
 This sample demonstrates use of the Document-Literal style
 binding over JMS transport using the pub/sub mechanism.
@@ -14,6 +14,7 @@
 implementations please check "Using other JMS implementaions"
 below.
 
+
 Prerequisite
 ------------
 
@@ -61,7 +62,6 @@
 binary or source release.
 
 
-
 Building and running the demo using ant
 ---------------------------------------
 
@@ -80,12 +80,13 @@
 files, run "ant clean".
 
 
-
 Building the demo using wsdl2java and javac
 -------------------------------------------
 
-From the samples/jms_pubsub directory, first create the target
-directory build/classes and then generate code from the WSDL file.
+From the base directory of this sample (i.e., where this README file is
+located) first create the target directory build/classes and then 
+generate code from the WSDL file.
+
 
 For UNIX:
   mkdir -p build/classes
@@ -114,14 +115,15 @@
   javac -d build\classes src\demo\jms_greeter\client\*.java
   javac -d build\classes src\demo\jms_greeter\server\*.java
 
+
 Running the demo using java
 ---------------------------
 
 The location of <activemq.home.dir> depends on whether you have installed the
 binary or source release.  
 
-From the samples/jms_pubsub directory run the commands, entered on a
-single command line:
+From the base directory of this sample (i.e., where this README file is
+located) run the commands, entered on a single command line:
 
 For UNIX (must use forward slashes):
     java -Djava.util.logging.config.file=$CXF_HOME/etc/logging.properties
@@ -152,11 +154,14 @@
 
   ant clean
 
+
 Using other JMS implementations:
 -------------------------------
 
+
 Using it with Apache Qpid:  
 -------------------------
+
 Before running the run, you will have to set QPID_HOME in your environment, 
 and also have to start the Qpid broker. 
 

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/jms_queue/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/jms_queue/README.txt?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/jms_queue/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/jms_queue/README.txt Fri Nov 16 00:08:18 2007
@@ -1,5 +1,5 @@
 JMS Transport Demo using Document-Literal Style
-==========================================================
+===============================================
 
 This sample demonstrates use of the Document-Literal style 
 binding over JMS Transport using the queue mechanism.
@@ -14,6 +14,7 @@
 implementations please check "Using other JMS implementaions"
 below.
 
+
 Prerequisite
 ------------
 
@@ -81,12 +82,12 @@
 files, run "ant clean".
 
 
-
 Building the demo using wsdl2java and javac
 -------------------------------------------
 
-From the samples/jms_queue directory, first create the target
-directory build/classes and then generate code from the WSDL file.
+From the base directory of this sample (i.e., where this README file is
+located) first create the target directory build/classes and then 
+generate code from the WSDL file.
 
 For UNIX:
   mkdir -p build/classes
@@ -116,12 +117,11 @@
   javac -d build\classes src\demo\jms_greeter\server\*.java
 
 
-
 Running the demo using java
 ---------------------------
 
-From the samples/jms_queue directory run the commands, entered on a
-single command line:
+From the base directory of this sample (i.e., where this README file is
+located) run the commands, entered on a single command line:
 
 For UNIX (must use forward slashes):
     java -Djava.util.logging.config.file=$CXF_HOME/etc/logging.properties
@@ -152,11 +152,14 @@
 
   ant clean
 
+
 Using other JMS implementations:
 -------------------------------
 
+
 Using it with Apache Qpid:  
 -------------------------
+
 Before running the run, you will have to set QPID_HOME in your environment, 
 and also have to start the Qpid broker. 
 

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/js_client/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/js_client/README.txt?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/js_client/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/js_client/README.txt Fri Nov 16 00:08:18 2007
@@ -1,19 +1,19 @@
 Hello World Client Demo using JavaScript 
-=========================================================
+========================================
+
 The client demo demonstrates the use of (non-browser)
 JavaScript to call a CXF server.
 
-The client side makes call by JAXWS. It uses the Mozilla Rhino library 
+The client side makes call using JAX-WS APIs. It uses the Mozilla Rhino library 
 to read the JavaScript file and run it.
 
 
-
 Building and running the demo server using ant
----------------------------------------
-
-From the samples/wsdl_first directory, the ant build script
-can be used to build and run the demo.
+----------------------------------------------
 
+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.
 Using either UNIX or Windows:
 
   ant build
@@ -24,8 +24,10 @@
 
   ant clean
 
+
 Running the JavaScript client
 -----------------------------
+
 In another command line window, run the ant "client" target from 
 the build.xml file located in the same directory as this README.
 

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/README.txt?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/README.txt Fri Nov 16 00:08:18 2007
@@ -28,9 +28,9 @@
 environment.
 
 
-
 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.
@@ -44,12 +44,12 @@
 files, run "ant clean".
 
 
-
 Building the demo using wsdl2java and javac
 -------------------------------------------
 
-From the samples/dispatch_provider directory, first create the target
-directory build/classes and then generate code from the WSDL file.
+From the base directory of this sample (i.e., where this README file is
+located) first create the target directory build/classes and then 
+generate code from the WSDL file.
 
 For UNIX:
   mkdir -p build/classes
@@ -96,8 +96,8 @@
 Running the demo using java
 ---------------------------
 
-From the samples/js_dispatch directory run the commands, entered on a
-single command line:
+From the base directory of this sample (i.e., where this README file is
+located) run the commands, entered on a single command line:
 
 For UNIX (must use forward slashes):
     java -Djava.util.logging.config.file=$CXF_HOME/etc/logging.properties

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/mtom/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/mtom/README.txt?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/mtom/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/mtom/README.txt Fri Nov 16 00:08:18 2007
@@ -1,5 +1,5 @@
 MTOM Demo for SWA & XOP
-=============================================
+=======================
 
 This demo illustrates the use of a SOAP message 
 with an attachment and XML-binary Optimized Packaging.
@@ -8,7 +8,6 @@
 continuing.
 
 
-
 Prerequisite
 ------------
 
@@ -21,7 +20,6 @@
 environment.
 
 
-
 Building and running the demo using Ant
 ---------------------------------------
 From the base directory of this sample (i.e., where this README file is
@@ -37,12 +35,12 @@
 files, run "ant clean".
 
 
-
 Building the demo using wsdl2java and javac
 -------------------------------------------
 
-From the samples/mtom directory, first create the target
-directory build/classes and then generate code from the WSDL file.
+From the base directory of this sample (i.e., where this README file is
+located), first create the target directory build/classes and then 
+generate code from the WSDL file.
 
 For UNIX:
   mkdir -p build/classes
@@ -75,8 +73,8 @@
 Running the demo using java
 ---------------------------
 
-From the samples/mtom directory run the following commands. 
-They are entered on a single command line.
+From the base directory of this sample (i.e., where this README file is
+located) run the commands, entered on a single command line:
 
 For UNIX (must use forward slashes):
     java -Djava.util.logging.config.file=$CXF_HOME/etc/logging.properties
@@ -105,13 +103,12 @@
   ant clean
 
 
-
 Building and running the demo in a servlet container
 ----------------------------------------------------
 
-From the samples/mtom directory, the ant build script
-can be used to create the war file that is deployed into the
-servlet container.
+From the base directory of this sample (i.e., where this README file is
+located), the ant build script can be used to create the war file that 
+is deployed into the servlet container.
 
 Build the war file with the command:
 

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/README.TXT
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/README.TXT?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/README.TXT (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/README.TXT Fri Nov 16 00:08:18 2007
@@ -1,6 +1,5 @@
 MTOSI 1.1 Samples
 =================
-=================
 
 mtosi_1.1 contains the following subdirectories:
 

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=595587&r1=595586&r2=595587&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 Fri Nov 16 00:08:18 2007
@@ -48,7 +48,6 @@
 server code demonstrates how to build a RESTful endpoints through 
 JAX-WS Provider interface.
 
-
 Please review the README in the samples directory before continuing.
 
 
@@ -64,7 +63,6 @@
 environment.
 
 
-
 Building and running the demo using Ant
 ---------------------------------------
 From the base directory of this sample (i.e., where this README file is
@@ -81,13 +79,12 @@
 files, run "ant clean".
 
 
-
 Building the demo using wsdl2java and javac
 -------------------------------------------
 
-From the samples/restful_dispatch directory, first create the target
-directory build/classes and then compile the provided client 
-and server applications with the commands:
+From the base directory of this sample (i.e., where this README file is
+located), first create the target directory build/classes and then 
+compile the provided client and server applications with the commands:
 
 For UNIX:  
   mkdir -p build/classes
@@ -119,8 +116,8 @@
 Running the demo using java
 ---------------------------
 
-From the samples/restful_dispatch directory run the following commands. They 
-are entered on a single command line.
+From the base directory of this sample (i.e., where this README file is
+located) run the commands, entered on a single command line:
 
 For UNIX (must use forward slashes):
     java -Djava.util.logging.config.file=$CXF_HOME/etc/logging.properties

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/restful_http_binding/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/restful_http_binding/README.txt?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/restful_http_binding/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/restful_http_binding/README.txt Fri Nov 16 00:08:18 2007
@@ -1,5 +1,5 @@
 RESTful HTTP Binding Demo 
-========================
+=========================
 
 This demo shows how to create RESTful services using CXF's HTTP binding.
 The server in the demo creates 3 different endpoints: a RESTful XML

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=595587&r1=595586&r2=595587&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 Fri Nov 16 00:08:18 2007
@@ -56,7 +56,6 @@
 environment.
 
 
-
 Building and running the demo using Ant
 ---------------------------------------
 
@@ -74,13 +73,12 @@
 files, run "ant clean".
 
 
-
 Building the demo using wsdl2java and javac
 -------------------------------------------
 
-From the samples/restful_jaxrs directory, first create the target
-directory build/classes and then compile the provided client 
-and server applications with the commands:
+From the base directory of this sample (i.e., where this README file is
+located), first create the target directory build/classes and then 
+compile the provided client and server applications with the commands:
 
 For UNIX:  
   mkdir -p build/classes

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/restful_jaxrs/src/demo/jaxrs/server/Server.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/restful_jaxrs/src/demo/jaxrs/server/Server.java?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/restful_jaxrs/src/demo/jaxrs/server/Server.java (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/restful_jaxrs/src/demo/jaxrs/server/Server.java Fri Nov 16 00:08:18 2007
@@ -19,15 +19,15 @@
 
 package demo.jaxrs.server;
 
-import org.apache.cxf.jaxrs.JAXRSBindingFactory;
 import org.apache.cxf.jaxrs.JAXRSServerFactoryBean;
+import org.apache.cxf.jaxrs.lifecycle.SingletonResourceProvider;
 
 public class Server {
 
     protected Server() throws Exception {
         JAXRSServerFactoryBean sf = new JAXRSServerFactoryBean();
         sf.setResourceClasses(CustomerService.class);
-        sf.setBindingId(JAXRSBindingFactory.JAXRS_BINDING_ID);
+        sf.setResourceProvider(CustomerService.class, new SingletonResourceProvider());
         sf.setAddress("http://localhost:9000/");
 
         sf.create();

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/ruby_spring_support/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/ruby_spring_support/README.txt?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/ruby_spring_support/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/ruby_spring_support/README.txt Fri Nov 16 00:08:18 2007
@@ -1,58 +1,58 @@
 Ruby script demo
-=============================================
-This example will lead you through creating ruby  web service 
-implement with Spring. You'll learn how to:
+
+=================
+
+This example shows how to create ruby web service 
+implemented with Spring. 
+You'll learn how to write a simple ruby script web service. 
+
+For more information
+see the documentation for this example in the
+user's guide.
+
+
+
+Prerequisite
+------------
+
+If your environment already includes cxf-manifest-incubator.jar on the
+CLASSPATH, and the JDK and ant bin directories on the PATH
+it is not necessary to set the environment as described in
+the samples directory's README.  If your environment is not
+properly configured, or if you are planning on using wsdl2java,
+javac, and java to build and run the demos, you must set the
+environment.
+
 
-    * Writing a simple ruby script web service
 
-For more information see the documentation for this example in the
-user's guide.
 
 
-Prerequisite
-------------
-
-If your environment already includes cxf-manifest-incubator.jar on the
-CLASSPATH, and the JDK and ant bin directories on the PATH
-it is not necessary to set the environment as described in
-the samples directory README.  If your environment is not
-properly configured, or if you are planning on using wsdl2java,
-javac, and java to build and run the demos, you must set the
-environment.
-
-Get some thirdparty jars:
-
-You can run the following command to get the thirdparty jars
-
-  ant get.dep
-
-
-Spring script jars:
-* spring-aop-2.0.4.jar
-* spring-support-2.0.4.jar
-download from 
-http://repo1.maven.org/maven2/org/springframework/
-copy into $CXF_HOME/lib/
-
-JRuby jars:
-* jruby-0.9.8.jar
-* cglib-nodep-2.1_3.jar
-download from:
-http://repo1.maven.org/maven2/jruby/jruby/0.9.8/jruby-0.9.8.jar
-http://repo1.maven.org/maven2/cglib/cglib-nodep/2.1_3/cglib-nodep-2.1_3.jar
-copy into $CXF_HOME/samples/ruby_spring_support/lib
-
-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.
-
-Using either UNIX or Windows:
-
-  ant server  (from one command line window)
-  ant client  (from a second command line window)
-    
-
-To remove the code generated from the WSDL file and the .class
-files, run "ant clean".
+Some third-party jars need to be installed to make this sample working. 
+
+
+You can run the following command to get these third-party jars
+
+:  
+
+ant get.dep
+
+
+
+
+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.
+
+Using either UNIX or Windows:
+
+  ant server  (from one command line window)
+  ant client  (from a second command line window)
+
+
+To remove the code generated from the WSDL file and the .class
+files, run "ant clean".
\ No newline at end of file

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/ruby_spring_support/build.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/ruby_spring_support/build.xml?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/ruby_spring_support/build.xml (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/ruby_spring_support/build.xml Fri Nov 16 00:08:18 2007
@@ -20,7 +20,7 @@
 <project name="Spring HTTP Servlet demo" default="build" basedir=".">
 
     <property name="maven.repo" value="http://repo1.maven.org/maven2"/>
-    <property name="spring.version" value="2.0.4"/>
+    <property name="spring.version" value="2.0.6"/>
     
     <property name="spring-aop.jar" value="spring-aop-${spring.version}.jar"/>
     <property name="spring-support.jar" value="spring-support-${spring.version}.jar"/>

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/soap_header/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/soap_header/README.txt?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/soap_header/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/soap_header/README.txt Fri Nov 16 00:08:18 2007
@@ -17,7 +17,6 @@
 continuing.
 
 
-
 Prerequisites
 -------------
 
@@ -30,7 +29,6 @@
 environment.
 
 
-
 Building and running the demo using Ant
 ---------------------------------------
 From the base directory of this sample (i.e., where this README file is
@@ -48,12 +46,12 @@
   ant clean
 
 
-
 Building the demo using wsdl2java and javac
-------------------------------------------
+-------------------------------------------
 
-From the samples/soap_header directory, first create the target
-directory build/classes and then generate code from the WSDL file.
+From the base directory of this sample (i.e., where this README file is
+located) first create the target directory build/classes and then 
+generate code from the WSDL file.
 
 For UNIX:
   mkdir -p build/classes
@@ -80,11 +78,12 @@
   javac -d build\classes src\demo\soap_header\client\*.java
   javac -d build\classes src\demo\soap_header\server\*.java
 
+
 Running the demo using java
 ---------------------------
 
-From the samples/soap_header directory run the following commands.
-They are entered on a single command line:
+From the base directory of this sample (i.e., where this README file is
+located) run the commands, entered on a single command line:
 
 For UNIX (must use forward slashes):
     java -Djava.util.logging.config.file=$CXF_HOME/etc/logging.properties
@@ -111,7 +110,6 @@
 files, either delete the build directory and its contents or run:
 
   ant clean
-
 
 
 Building and running the demo in a servlet container

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/ws_addressing/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/ws_addressing/README.txt?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/ws_addressing/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/ws_addressing/README.txt Fri Nov 16 00:08:18 2007
@@ -65,12 +65,13 @@
 files, run "ant clean".
 
 
-
 Building the demo using wsdl2java and javac
-------------------------------------------
+-------------------------------------------
+
+From the base directory of this sample (i.e., where this README file is
+located) first create the target directory build/classes and then 
+generate code from the WSDL file.
 
-From the samples/ws_addressing directory, first create the target directory
-build/classes and then generate code from the WSDL file.
 
 For UNIX:
   mkdir -p build/classes
@@ -99,10 +100,12 @@
   javac -d build\classes src\demo\ws_addressing\client\*.java
   javac -d build\classes src\demo\ws_addressing\server\*.java
 
+
 Running the demo using java
 ---------------------------
 
-From the samples/ws_addressing directory run the commands (entered on a single command line):
+From the base directory of this sample (i.e., where this README file is
+located) run the commands, entered on a single command line:
 
 For UNIX (must use forward slashes):
     java -Djava.util.logging.config.file=./logging.properties

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/ws_policy/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/ws_policy/README.txt?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/ws_policy/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/ws_policy/README.txt Fri Nov 16 00:08:18 2007
@@ -61,8 +61,9 @@
 Buildng the demo using wsdl2java and javac
 ------------------------------------------
 
-From the samples/ws_policy directory, first create the target directory
-build/classes and then generate code from the WSDL file.
+From the base directory of this sample (i.e., where this README file is
+located) first create the target directory build/classes and then 
+generate code from the WSDL file.
 
 For UNIX:
   mkdir -p build/classes
@@ -91,10 +92,12 @@
   javac -d build\classes src\demo\ws_policy\client\*.java
   javac -d build\classes src\demo\ws_policy\server\*.java
 
+
 Running the demo using java
 ---------------------------
 
-From the samples/ws_policy directory run the commands (entered on a single command line):
+From the base directory of this sample (i.e., where this README file is
+located) run the commands, entered on a single command line:
 
 For UNIX (must use forward slashes):
     java -Djava.util.logging.config.file=./logging.properties

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/ws_rm/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/ws_rm/README.txt?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/ws_rm/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/ws_rm/README.txt Fri Nov 16 00:08:18 2007
@@ -56,8 +56,10 @@
 on using wsdl2java, javac, and java to build and run the demos, you must
 set the environment by running the script.
 
+
 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.
@@ -82,8 +84,10 @@
 Building the demo using wsdl2java and javac
 -------------------------------------------
 
-From the samples/ws_rm directory, first create the target directory
-build/classes and then generate code from the WSDL file.
+From the base directory of this sample (i.e., where this README file is
+located) first create the target directory build/classes and then 
+generate code from the WSDL file.
+
 
 For UNIX:
   mkdir -p build/classes
@@ -112,10 +116,12 @@
   javac -d build\classes src\demo\ws_rm\client\*.java
   javac -d build\classes src\demo\ws_rm\server\*.java
 
+
 Running the demo using java
 ---------------------------
 
-From the samples/ws_rm directory run the commands (entered on a single command line):
+From the base directory of this sample (i.e., where this README file is
+located) run the commands, entered on a single command line:
 
 For UNIX (must use forward slashes):
     java -Djava.util.logging.config.file=./logging.properties

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first/README.txt?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first/README.txt Fri Nov 16 00:08:18 2007
@@ -30,7 +30,6 @@
 Please review the README in the samples directory before continuing.
 
 
-
 Prerequisite
 ------------
 
@@ -43,7 +42,6 @@
 environment.
 
 
-
 Building and running the demo using Ant
 ---------------------------------------
 From the base directory of this sample (i.e., where this README file is
@@ -60,12 +58,12 @@
 files, run "ant clean".
 
 
-
 Building the demo using wsdl2java and javac
 -------------------------------------------
 
-From the samples/wsdl_first directory, first create the target
-directory build/classes and then generate code from the WSDL file.
+From the base directory of this sample (i.e., where this README file is
+located) first create the target directory build/classes and then 
+generate code from the WSDL file.
 
 For UNIX:
   mkdir -p build/classes
@@ -93,12 +91,11 @@
   javac -d build\classes src\demo\hw\server\*.java
 
 
-
 Running the demo using java
 ---------------------------
 
-From the samples/wsdl_first directory run the commands, entered on a
-single command line:
+From the base directory of this sample (i.e., where this README file is
+located) run the commands, entered on a single command line:
 
 For UNIX (must use forward slashes):
     java -Djava.util.logging.config.file=$CXF_HOME/etc/logging.properties
@@ -127,7 +124,6 @@
   ant clean
 
 
-
 Building and running the demo in a servlet container
 ----------------------------------------------------
 
@@ -161,9 +157,8 @@
 e.g., 8080.
 
 
-
 Running demo with HTTP GET
-----------------------------------------------------
+--------------------------
 APACHE CXF support HTTP GET to invoke the service, instead of running 
 
    ant client

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/README.txt?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/README.txt Fri Nov 16 00:08:18 2007
@@ -8,7 +8,6 @@
 continuing.
 
 
-
 Prerequisite
 ------------
 
@@ -19,7 +18,6 @@
 properly configured, or if you are planning on using wsdl2java,
 javac, and java to build and run the demos, you must set the
 environment by running the script.
-
 
 
 Building and running the demo using Ant

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_pure_xml/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_pure_xml/README.txt?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_pure_xml/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_pure_xml/README.txt Fri Nov 16 00:08:18 2007
@@ -1,5 +1,5 @@
 Hello World Demo using BARE Style in XML Binding (pure XML over HTTP)
-=============================================
+=====================================================================
 
 This demo illustrates the use of Apache CXF's xml binding. This 
 specific demo shows you how xml binding works with the 
@@ -21,7 +21,6 @@
 environment.
 
 
-
 Building and running the demo using Ant
 ---------------------------------------
 From the base directory of this sample (i.e., where this README file is
@@ -38,12 +37,12 @@
 files, run "ant clean".
 
 
-
 Building the demo using wsdl2java and javac
 -------------------------------------------
 
-From the samples/wsdl_first_pure_xml directory, first create the target
-directory build/classes and then generate code from the WSDL file.
+From the base directory of this sample (i.e., where this README file is
+located) first create the target directory build/classes and then 
+generate code from the WSDL file.
 
 For UNIX:
   mkdir -p build/classes
@@ -71,12 +70,11 @@
   javac -d build\classes src\demo\hw\server\*.java
 
 
-
 Running the demo using java
 ---------------------------
 
-From the samples/wsdl_first_pure_xml directory run the following 
-commands. They are entered on a single command line.
+From the base directory of this sample (i.e., where this README file is
+located) run the commands, entered on a single command line:
 
 For UNIX (must use forward slashes):
     java -Djava.util.logging.config.file=$CXF_HOME/etc/logging.properties
@@ -105,7 +103,6 @@
   ant clean
 
 
-
 Building and running the demo in a servlet container
 ----------------------------------------------------
 
@@ -140,7 +137,8 @@
 
 
 Running demo with HTTP GET
-----------------------------------------------------
+--------------------------
+
 APACHE CXF support HTTP GET to invoke the service, instead of running 
 
    ant client

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_rpclit/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_rpclit/README.txt?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_rpclit/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_rpclit/README.txt Fri Nov 16 00:08:18 2007
@@ -8,7 +8,6 @@
 continuing.
 
 
-
 Prerequisites
 -------------
 
@@ -36,12 +35,12 @@
 files, run "ant clean".
 
 
-
 Building the demo using wsdl2java and javac
 -------------------------------------------
 
-From the samples/wsdl_first_rpclit directory, first create the target
-directory build/classes and then generate code from the WSDL file.
+From the base directory of this sample (i.e., where this README file is
+located) first create the target directory build/classes and then 
+generate code from the WSDL file.
 
 For UNIX:
   mkdir -p build/classes
@@ -69,12 +68,11 @@
   javac -d build\classes src\demo\hwRPCLit\server\*.java
 
 
-
 Running the demo using java
 ---------------------------
 
-From the samples/wsdl_first_rpclit directory run the following 
-commands. They are entered on a single command line:
+From the base directory of this sample (i.e., where this README file is
+located) run the commands, entered on a single command line:
 
 For UNIX (must use forward slashes):
     java -Djava.util.logging.config.file=$CXF_HOME/etc/logging.properties
@@ -103,7 +101,6 @@
   ant clean
 
 
-
 Building and running the demo in a servlet container
 ----------------------------------------------------
 
@@ -142,7 +139,8 @@
 
 
 Running demo with HTTP GET
-----------------------------------------------------
+--------------------------
+
 APACHE CXF support HTTP GET to invoke the service, instead of running 
 
    ant client

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_soap12/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_soap12/README.txt?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_soap12/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_soap12/README.txt Fri Nov 16 00:08:18 2007
@@ -7,7 +7,6 @@
 continuing.
 
 
-
 Prerequisites
 -------------
 
@@ -20,9 +19,9 @@
 environment.
 
 
-
 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.
@@ -37,12 +36,12 @@
 files, run "ant clean".
 
 
-
 Building the demo using wsdl2java and javac
 -------------------------------------------
 
-From the samples/wsdl_first_soap12 directory, first create the target
-directory build/classes and then generate code from the WSDL file.
+From the base directory of this sample (i.e., where this README file is
+located) first create the target directory build/classes and then 
+generate code from the WSDL file.
 
 For UNIX:
   mkdir -p build/classes
@@ -70,12 +69,11 @@
   javac -d build\classes src\demo\hw\server\*.java
 
 
-
 Running the demo using java
 ---------------------------
 
-From the samples/wsdl_first_soap12 directory run the following commands. 
-They are entered on a single command line:
+From the base directory of this sample (i.e., where this README file is
+located) run the commands, entered on a single command line:
 
 For UNIX (must use forward slashes):
     java -Djava.util.logging.config.file=$CXF_HOME/etc/logging.properties
@@ -104,7 +102,6 @@
   ant clean
 
 
-
 Building and running the demo in a servlet container
 ----------------------------------------------------
 
@@ -138,9 +135,9 @@
 e.g., 8080.
 
 
-
 Running demo with HTTP GET
-----------------------------------------------------
+--------------------------
+
 APACHE CXF support HTTP GET to invoke the service, instead of running 
 
    ant client

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_xml_wrapped/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_xml_wrapped/README.txt?rev=595587&r1=595586&r2=595587&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_xml_wrapped/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/wsdl_first_xml_wrapped/README.txt Fri Nov 16 00:08:18 2007
@@ -1,5 +1,5 @@
 Hello World Demo using WRAPPED Style in XML Binding (pure XML over HTTP)
-=============================================
+========================================================================
 
 This demo illustrates the use of Apache CXF's xml binding. This 
 specific demo shows you how xml binding works with the 
@@ -21,7 +21,6 @@
 environment.
 
 
-
 Building and running the demo using Ant
 ---------------------------------------
 From the base directory of this sample (i.e., where this README file is
@@ -38,12 +37,13 @@
 files, run "ant clean".
 
 
-
 Building the demo using wsdl2java and javac
 -------------------------------------------
 
-From the samples/wsdl_first_xml_wrapped directory, first create the target
-directory build/classes and then generate code from the WSDL file.
+From the base directory of this sample (i.e., where this README file is
+located) first create the target directory build/classes and then 
+generate code from the WSDL file.
+
 
 For UNIX:
   mkdir -p build/classes
@@ -71,12 +71,11 @@
   javac -d build\classes src\demo\hw\server\*.java
 
 
-
 Running the demo using java
 ---------------------------
 
-From the samples/wsdl_first_xml_wrapped directory run the commands, entered 
-on a single command line:
+From the base directory of this sample (i.e., where this README file is
+located) run the commands, entered on a single command line:
 
 For UNIX (must use forward slashes):
     java -Djava.util.logging.config.file=$CXF_HOME/etc/logging.properties
@@ -105,7 +104,6 @@
   ant clean
 
 
-
 Building and running the demo in a servlet container
 ----------------------------------------------------
 
@@ -138,7 +136,8 @@
 
 
 Running demo with HTTP GET
-----------------------------------------------------
+--------------------------
+
 APACHE CXF support HTTP GET to invoke the service, instead of running 
 
    ant client