diff options
Diffstat (limited to 'sca-cpp/trunk/README')
-rw-r--r-- | sca-cpp/trunk/README | 5 |
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 |