summaryrefslogtreecommitdiffstats
path: root/cpp/sca/samples/RestCustomer/README
diff options
context:
space:
mode:
authordims <dims@13f79535-47bb-0310-9956-ffa450edef68>2008-06-17 00:23:01 +0000
committerdims <dims@13f79535-47bb-0310-9956-ffa450edef68>2008-06-17 00:23:01 +0000
commitbdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a (patch)
tree38a92061c0793434c4be189f1d70c3458b6bc41d /cpp/sca/samples/RestCustomer/README
Move Tuscany from Incubator to top level.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/sca/samples/RestCustomer/README')
-rw-r--r--cpp/sca/samples/RestCustomer/README25
1 files changed, 25 insertions, 0 deletions
diff --git a/cpp/sca/samples/RestCustomer/README b/cpp/sca/samples/RestCustomer/README
new file mode 100644
index 0000000000..bf2a1c3eb6
--- /dev/null
+++ b/cpp/sca/samples/RestCustomer/README
@@ -0,0 +1,25 @@
+Tuscany SCA for C++ Samples - REST Customer Sample
+==================================================
+
+This is a very simple sample to show how to use the SCA REST binding to
+implement a resource management service and make resources available
+through HTTP.
+
+There are three sub projects in this workspace:
+ - sample.customer
+ This contains the source code and SCDL artifacts for the SCA component
+ implementing the Customer resource management service.
+
+ - sample.customer.restclient
+ A sample REST client which shows how to create, update, retrieve, and
+ delete Customer resources.
+
+ - httpserver
+ This contains a minimal configuration for the Apache HTTP server used
+ to host the REST service as well as scripts to start and stop the server.
+
+Additionally, there is the sample.customer.app.composite file. This
+describes the configuration of the SCA Calculator composite deployed to the
+SCA runtime.
+
+See the README.html file for instructions to build and run this sample