diff options
Diffstat (limited to 'sca-cpp/trunk/README')
-rw-r--r-- | sca-cpp/trunk/README | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/sca-cpp/trunk/README b/sca-cpp/trunk/README index c3a0999d92..7869d70b09 100644 --- a/sca-cpp/trunk/README +++ b/sca-cpp/trunk/README @@ -36,12 +36,16 @@ Here's a rough guide to the Tuscany SCA source tree: | | |-- java Support for Java components | | |-- python Support for Python components | | |-- scheme Support for Scheme components - | | |-- server HTTPD server integration + | | |-- server Apache HTTPD server integration + | | |-- xmpp XMPP protocol support | | | |-- components Useful SCA components - | | |-- cache Memcached-based cache component - | | |-- store Persistent store component - | | |-- webservice Web service gateway component using Axis2C + | | |-- cache Key/value cache (requires Memcached) + | | |-- chat XMPP chat + | | |-- log Logger + | | |-- queue AMQP message queue (requires Apache Qpid/C++) + | | |-- store Persistent store + | | |-- webservice Web service gateway (requires Apache Axis2/C) | | | |-- test Integration tests | | |