summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/README
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-01-30 08:06:00 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-01-30 08:06:00 +0000
commitc06d7a38b904247917462c3c1a780f95c68e0709 (patch)
tree09e734786aa4aa710b7248921185f9ace9454078 /sca-cpp/trunk/README
parenteb644871fca453fbc7de6dc6746eade97cb3a848 (diff)
Added a Web service listener component integrating Axis2/C's mod_axis2. Consolidated a bit the HTTPD redirect functions (used to redirect to mod_axis2.) Minor updates to the README and INSTALL files.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904733 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/README')
-rw-r--r--sca-cpp/trunk/README12
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
| |