summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples/feed-aggregator/README
diff options
context:
space:
mode:
authormcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2009-06-20 11:58:55 +0000
committermcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2009-06-20 11:58:55 +0000
commitef1aa02bf3806dfbe6b2d4b0eb94d563a607edb5 (patch)
tree4196c45759eb635a1870d757be81d3182ea1b094 /branches/sca-java-1.x/samples/feed-aggregator/README
parent0c38f267e82ea2b374a3c2eb96fcb3d1b8d2a159 (diff)
Minor editorial corrections to fix spelling and indentation
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786795 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/samples/feed-aggregator/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/branches/sca-java-1.x/samples/feed-aggregator/README b/branches/sca-java-1.x/samples/feed-aggregator/README
index f73baec2fd..8094bbf066 100644
--- a/branches/sca-java-1.x/samples/feed-aggregator/README
+++ b/branches/sca-java-1.x/samples/feed-aggregator/README
@@ -35,7 +35,7 @@ As this point the aggregated Feeds are exposed by a web server started
automatically by the SCA runtime. You can later stop the server by pressing enter.
Now that the server is started you can point your Web browser to each URL of the
-aggregated feeds to see the information in your broswer. These URLs are:
+aggregated feeds to see the information in your browser. These URLs are:
http://localhost:8083/atomAggregator
http://localhost:8083/atomAggregator/atomsvc
@@ -43,7 +43,7 @@ http://localhost:8083/rssAggregator
** Please note that if your browser is not configured correctly to receive
feed information, you will be prompted to open each file that contains the feed
-information in xml.
+information in XML.
Sample Overview
---------------
@@ -56,8 +56,8 @@ web-resource/
feed/
AggregatorImpl.java - implementation of the Feed
aggregator component
- Sort.java - utilty interface
- SortImpl.java - implementation of the Sort component
+ Sort.java - utility interface
+ SortImpl.java - implementation of the Sort component
launch
LaunchFeedServer.java - starts the SCA Runtime and
publishes the aggregated feeds