Author: davsclaus Date: Wed Jul 13 14:49:19 2011 New Revision: 1146073 URL: http://svn.apache.org/viewvc?rev=1146073&view=rev Log: Polished readme.txt files for examples.
Modified: camel/trunk/examples/camel-example-cxf-blueprint/README.txt camel/trunk/examples/camel-example-cxf-osgi/README.txt camel/trunk/examples/camel-example-loadbalancing/README.txt camel/trunk/examples/camel-example-spring-javaconfig/README.txt camel/trunk/examples/camel-example-spring-jms/README.txt Modified: camel/trunk/examples/camel-example-cxf-blueprint/README.txt URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-cxf-blueprint/README.txt?rev=1146073&r1=1146072&r2=1146073&view=diff ============================================================================== --- camel/trunk/examples/camel-example-cxf-blueprint/README.txt (original) +++ camel/trunk/examples/camel-example-cxf-blueprint/README.txt Wed Jul 13 14:49:19 2011 @@ -76,6 +76,9 @@ To run the example on Apache ServiceMix Check the folder "target/inbox/" in your file system that a message has been arrived. +This example is documented at + http://camel.apache.org/cxf-example-osgi-blueprint.html + If you hit any problems please let us know on the Camel Forums http://camel.apache.org/discussion-forums.html Modified: camel/trunk/examples/camel-example-cxf-osgi/README.txt URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-cxf-osgi/README.txt?rev=1146073&r1=1146072&r2=1146073&view=diff ============================================================================== --- camel/trunk/examples/camel-example-cxf-osgi/README.txt (original) +++ camel/trunk/examples/camel-example-cxf-osgi/README.txt Wed Jul 13 14:49:19 2011 @@ -83,6 +83,9 @@ To run the example on Apache ServiceMix Check the folder "target/inbox/" in your file system that a message has been arrived. +This example is documented at + http://camel.apache.org/cxf-example-osgi.html + If you hit any problems please let us know on the Camel Forums http://camel.apache.org/discussion-forums.html Modified: camel/trunk/examples/camel-example-loadbalancing/README.txt URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-loadbalancing/README.txt?rev=1146073&r1=1146072&r2=1146073&view=diff ============================================================================== --- camel/trunk/examples/camel-example-loadbalancing/README.txt (original) +++ camel/trunk/examples/camel-example-loadbalancing/README.txt Wed Jul 13 14:49:19 2011 @@ -156,6 +156,9 @@ and check the result in the log of loadb ... +This example is documented at + http://camel.apache.org/loadbalancing-mina-example.html + If you hit an problems please let us know on the Camel Forums http://camel.apache.org/discussion-forums.html Modified: camel/trunk/examples/camel-example-spring-javaconfig/README.txt URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-spring-javaconfig/README.txt?rev=1146073&r1=1146072&r2=1146073&view=diff ============================================================================== --- camel/trunk/examples/camel-example-spring-javaconfig/README.txt (original) +++ camel/trunk/examples/camel-example-spring-javaconfig/README.txt Wed Jul 13 14:49:19 2011 @@ -35,7 +35,7 @@ To stop the example hit ctrl + c This example is documented at - http://camel.apache.org/spring-example.html + http://camel.apache.org/spring-java-config-example.html If you hit any problems please talk to us on the Camel Forums http://camel.apache.org/discussion-forums.html Modified: camel/trunk/examples/camel-example-spring-jms/README.txt URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-spring-jms/README.txt?rev=1146073&r1=1146072&r2=1146073&view=diff ============================================================================== --- camel/trunk/examples/camel-example-spring-jms/README.txt (original) +++ camel/trunk/examples/camel-example-spring-jms/README.txt Wed Jul 13 14:49:19 2011 @@ -19,9 +19,6 @@ And for the Client we have a total of th - Using Spring Remoting for powerful "Client doesn't know at all its a remote call" - And using the Message Endpoint pattern using the neutral Camel API -For the latest & greatest documentation on how to use this example please see: - http://camel.apache.org/tutorial-jmsremoting.html - You will need to compile this example first: mvn compile @@ -53,6 +50,9 @@ To run the example with Ant To stop the example hit ctrl + c +This example is documented at + http://camel.apache.org/tutorial-jmsremoting.html + If you hit an problems please let us know on the Camel Forums http://camel.apache.org/discussion-forums.html