summaryrefslogtreecommitdiffstats
path: root/collaboration/wink-helloworld-sca/readme.txt
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-01-27 14:40:10 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-01-27 14:40:10 +0000
commit39ef9a4855c593f1ea3a6bb122d5c22a50b371cb (patch)
treef0e08aa22b6c9260d3cb3c7fb0e7b8dea72ae560 /collaboration/wink-helloworld-sca/readme.txt
parentedce121c4ed65d77bdd4a66501b04fefc0c637f6 (diff)
Copy of the Apache Wink HelloWorld example updated to show an approach to SCA integration
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903659 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'collaboration/wink-helloworld-sca/readme.txt')
-rw-r--r--collaboration/wink-helloworld-sca/readme.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/collaboration/wink-helloworld-sca/readme.txt b/collaboration/wink-helloworld-sca/readme.txt
new file mode 100644
index 0000000000..939b22cef2
--- /dev/null
+++ b/collaboration/wink-helloworld-sca/readme.txt
@@ -0,0 +1,15 @@
+HelloWorld Example
+===============================================================================
+
+Description
+===============================================================================
+- This example demonstrate the most basic implementation of a simple service
+- A simple Atom feed with a "Hello World!" title is returned from this URL:
+ http://localhost:8080/HelloWorld/rest/world
+
+
+Build
+===============================================================================
+- see build instructions in examples/readme.txt file
+
+--- readme.txt EOF ---