summaryrefslogtreecommitdiffstats
path: root/tags/native-sca-1.0.incubating-M3-RC4/samples/RestYahoo/README
blob: 79ee6c78130b4adbebec0db9924409fc84509d46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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