summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/webapps/helloworld-jaxrs/src/main
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-04-24 06:53:10 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-04-24 06:53:10 +0000
commit0f487d0db95d3edd6750399a30434c0832fee637 (patch)
treed59ba02bcaacf2a677b068e0654168df2ee8a745 /sca-java-2.x/trunk/samples/webapps/helloworld-jaxrs/src/main
parent056dd211aad2cd9380b336dec826c6b5264f5dc4 (diff)
Add testcase for JAX-RS helloworld sample
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937597 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/webapps/helloworld-jaxrs/src/main')
-rw-r--r--sca-java-2.x/trunk/samples/webapps/helloworld-jaxrs/src/main/java/sample/HelloWorldResource.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-jaxrs/src/main/java/sample/HelloWorldResource.java b/sca-java-2.x/trunk/samples/webapps/helloworld-jaxrs/src/main/java/sample/HelloWorldResource.java
index 6a84a5775a..42625b8a78 100644
--- a/sca-java-2.x/trunk/samples/webapps/helloworld-jaxrs/src/main/java/sample/HelloWorldResource.java
+++ b/sca-java-2.x/trunk/samples/webapps/helloworld-jaxrs/src/main/java/sample/HelloWorldResource.java
@@ -32,12 +32,12 @@ import org.oasisopen.sca.annotation.Reference;
* Simple example - Hello World!
* <p/>
* The SDK dispatches HTTP requests for URI
- * <code>http://[host]:[port]/HelloWorld/rest/world</code>, where
- * <code>HelloWorld</code> is the context root, to this class. A simple Atom
- * entry is returned in HTTP response.
+ * <code>http://[host]:[port]/helloworld-jaxrs/rest/world</code>, where
+ * <code>helloworld-jaxrs</code> is the context root, to this class. A simple
+ * plain text entry is returned in HTTP response.
* <p/>
* The service document is available at URI
- * <code>http://[host]:[port]/HelloWorld/rest</code> but it is empty because
+ * <code>http://[host]:[port]/helloworld-jaxrs/rest</code> but it is empty because
* this simple demo doesn't contain any collection of resources.
* <p/>
* This resource must be registered within a JAX-RS application, this example