summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/contrib/samples/AlertAggregator/README
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-02-28 19:41:51 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-02-28 19:41:51 +0000
commitcbe502740bdd6d2a0ae56d113882dd9d6b31c394 (patch)
treebfb25bbced6038f250e9ea972be35e76f6a200fe /sca-cpp/trunk/contrib/samples/AlertAggregator/README
parente982b4ef38fd043c15e89bdd60763b10434a087e (diff)
Removed contrib folder now that it's saved in its own branch.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917274 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/contrib/samples/AlertAggregator/README')
-rw-r--r--sca-cpp/trunk/contrib/samples/AlertAggregator/README38
1 files changed, 0 insertions, 38 deletions
diff --git a/sca-cpp/trunk/contrib/samples/AlertAggregator/README b/sca-cpp/trunk/contrib/samples/AlertAggregator/README
deleted file mode 100644
index e605168052..0000000000
--- a/sca-cpp/trunk/contrib/samples/AlertAggregator/README
+++ /dev/null
@@ -1,38 +0,0 @@
-Tuscany SCA for C++ Samples - Alert Aggregator Sample
-=====================================================
-
-This is a sample that shows how a Web 2.0-style application can be built using
-SCA. The Alert Aggregator Sample aggregates various data sources and presents
-a unified view of data from these sources, served as XML and displayed via a
-web page
-
-There are three sub-directories in this workspace:
- - sample.alerter
- This contains the source code and SCDL artifacts for the Alert
- Aggregator. Includes components to retrieve emails from POP servers and
- to retrieve items from RSS/Atom feeds, a component that aggregates these
- alerts and a component that manages the configuration of which POP accounts
- and which RSS feeds to read.
-
- - sample.display
- Contains a single SCA component that provides a HTML display of the
- Alert Aggregator data
-
- - httpserver
- Configuration files and scripts to run the sample under Apache HTTPD. Also
- includes the HTML file that calls the HTMLDisplay component
-
-
-Additionally, there is the sample.alerter.app.composite file. This
-describes the configuration of the Alerter and Display composites deployed to the
-SCA runtime.
-
-This sample requires the following Tuscany extensions:
-Python
-REST service
-REST reference
-
-It also requires the Python FeedParser library, available from http://feedparser.org/
-
-
-