summaryrefslogtreecommitdiffstats
path: root/tags/native-sca-1.0.incubating-M3-RC1/samples/AlertAggregator/README
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-19 17:59:06 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-19 17:59:06 +0000
commit5fc128f7dfac58755bf0118bc8a99bbb0ee92acf (patch)
tree0a84792b70454467e22413b7f954748f6c611dd9 /tags/native-sca-1.0.incubating-M3-RC1/samples/AlertAggregator/README
parent23b8c043432ce54a70b79f4965daa101b0e2eee9 (diff)
Removing obsolete release candidate tag
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882229 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/native-sca-1.0.incubating-M3-RC1/samples/AlertAggregator/README')
-rw-r--r--tags/native-sca-1.0.incubating-M3-RC1/samples/AlertAggregator/README38
1 files changed, 0 insertions, 38 deletions
diff --git a/tags/native-sca-1.0.incubating-M3-RC1/samples/AlertAggregator/README b/tags/native-sca-1.0.incubating-M3-RC1/samples/AlertAggregator/README
deleted file mode 100644
index e605168052..0000000000
--- a/tags/native-sca-1.0.incubating-M3-RC1/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/
-
-
-