summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/README
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-04-04 07:31:28 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-04-04 07:31:28 +0000
commit8d0acee3d667560f70a0a32b36cb9da4bc48ef9c (patch)
tree23fe74936970e8cdf2408b6c8986422d12c57af9 /sca-cpp/trunk/README
parent74684a07395ea564197d630bd26298050bcda252 (diff)
Create build structure for an SQL database component. Add dependencies to postgresql and tinycdb to build scripts.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@930635 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/README')
-rw-r--r--sca-cpp/trunk/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/sca-cpp/trunk/README b/sca-cpp/trunk/README
index 23536ec47a..720b785e47 100644
--- a/sca-cpp/trunk/README
+++ b/sca-cpp/trunk/README
@@ -40,11 +40,12 @@ Here's a rough guide to the Tuscany SCA source tree:
| | |-- wsgi Python WSGI server integration
| |
| |-- components Useful SCA components
- | | |-- cache Key/value cache
+ | | |-- cache Key/value memory cache
| | |-- chat XMPP chat
| | |-- log Logger
| | |-- queue AMQP message queue
- | | |-- store Persistent store
+ | | |-- sqldb SQL database
+ | | |-- store Key/value persistent store
| | |-- webservice Web service gateway
| |
| |-- test Integration tests