summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/tags/2.0-Beta3-RC1/samples/getting-started/helloworld-jaxrs/README
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2012-02-16 15:38:34 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2012-02-16 15:38:34 +0000
commite6e918ef537c4aa9802ca27b92e1dc566c2cffda (patch)
tree7e713405c13ac6bb12a30d330cfa4e171bb334c1 /sca-java-2.x/tags/2.0-Beta3-RC1/samples/getting-started/helloworld-jaxrs/README
parent6a5618b2741471546e0b0885e1758c391837dff6 (diff)
Delete old RC tags
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1245033 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/tags/2.0-Beta3-RC1/samples/getting-started/helloworld-jaxrs/README')
-rw-r--r--sca-java-2.x/tags/2.0-Beta3-RC1/samples/getting-started/helloworld-jaxrs/README22
1 files changed, 0 insertions, 22 deletions
diff --git a/sca-java-2.x/tags/2.0-Beta3-RC1/samples/getting-started/helloworld-jaxrs/README b/sca-java-2.x/tags/2.0-Beta3-RC1/samples/getting-started/helloworld-jaxrs/README
deleted file mode 100644
index ae2a0101e0..0000000000
--- a/sca-java-2.x/tags/2.0-Beta3-RC1/samples/getting-started/helloworld-jaxrs/README
+++ /dev/null
@@ -1,22 +0,0 @@
-Tuscany - Getting Started - Helloworld JAX-RS Sample
-----------------------------------------------------
-
-This sample extends the helloworld sample to make the helloworld service available as an HTTP endpoint by using JAX-RS and the Tuscany REST binding.
-
-The changes to the helloworld sample are:
-- update the pom.xml with the additional dependencies
-- add a new Java interface which uses JAX-RS annotations
-- update the composite to use the new interface and binding
-
-As with all the getting-started samples you can run this sample with:
-
- mvn tuscany:run
-
-Then at a web browser enter the following URL:
-
-http://localhost:8080/HelloworldComponent/Helloworld/sayHello?name=world
-
-which should return a page saying:
-
-Hello world
-