apache-tuscany/cpp/sca/samples/RestYahoo
2008-06-17 00:23:01 +00:00
..
sample.yahoo Move Tuscany from Incubator to top level. 2008-06-17 00:23:01 +00:00
sample.yahoo.client Move Tuscany from Incubator to top level. 2008-06-17 00:23:01 +00:00
build.xml Move Tuscany from Incubator to top level. 2008-06-17 00:23:01 +00:00
README Move Tuscany from Incubator to top level. 2008-06-17 00:23:01 +00:00
README.html Move Tuscany from Incubator to top level. 2008-06-17 00:23:01 +00:00
sample.yahoo.app.composite Move Tuscany from Incubator to top level. 2008-06-17 00:23:01 +00:00

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