summaryrefslogtreecommitdiffstats
path: root/sca-cpp/branches/cpp-contrib/contrib/samples/RestYahoo/README
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/branches/cpp-contrib/contrib/samples/RestYahoo/README')
-rw-r--r--sca-cpp/branches/cpp-contrib/contrib/samples/RestYahoo/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/sca-cpp/branches/cpp-contrib/contrib/samples/RestYahoo/README b/sca-cpp/branches/cpp-contrib/contrib/samples/RestYahoo/README
new file mode 100644
index 0000000000..79ee6c7813
--- /dev/null
+++ b/sca-cpp/branches/cpp-contrib/contrib/samples/RestYahoo/README
@@ -0,0 +1,19 @@
+Tuscany SCA for C++ Samples - REST Yahoo Sample
+===============================================
+
+This is a very simple sample to show how to use the SCA REST binding to
+invoke the Yahoo Web Search REST service.
+
+There are two sub-projects in this workspace:
+ - sample.yahoo
+ This contains the SCDL artifacts and source code for the WebSearch
+ Component which calls a Reference that is configured to call the
+ Yahoo service
+ - sample.yahoo.client
+ A Ruby client which calls the WebSearch component.
+
+Additionally, there is the sample.yahoo.app.composite file. This
+describes the configuration of the SCA Yahoo Search composite deployed to
+the SCA runtime.
+
+See the README.html file for instructions to build and run this sample