From f77d19253269af16449e8af0936b944e842e2a4d Mon Sep 17 00:00:00 2001 From: lresende Date: Tue, 12 Aug 2008 23:50:52 +0000 Subject: Refactoring the launcher to follow the same pattern used in other apps (launch.launchxxxx launcher) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685380 13f79535-47bb-0310-9956-ffa450edef68 --- java/sca/samples/feed-aggregator/README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'java/sca/samples/feed-aggregator/README') diff --git a/java/sca/samples/feed-aggregator/README b/java/sca/samples/feed-aggregator/README index 14f2d94876..f73baec2fd 100644 --- a/java/sca/samples/feed-aggregator/README +++ b/java/sca/samples/feed-aggregator/README @@ -13,11 +13,11 @@ ant run OR if you don't have ant, on Windows do -java -cp ..\..\lib\tuscany-sca-manifest.jar;target\sample-feed-aggregator.jar feed.SampleServer +java -cp ..\..\lib\tuscany-sca-manifest.jar;target\sample-feed-aggregator.jar launch.LaunchFeedServer and on *nix do -java -cp ../../lib/tuscany-sca-manifest.jar:target/sample-feed-aggregator.jar feed.SampleServer +java -cp ../../lib/tuscany-sca-manifest.jar:target/sample-feed-aggregator.jar launch.LaunchFeedServer You should see the following output on the screen. @@ -56,10 +56,11 @@ web-resource/ feed/ AggregatorImpl.java - implementation of the Feed aggregator component - SampleServer.java - starts the SCA Runtime and - publishes the aggregated feeds Sort.java - utilty interface SortImpl.java - implementation of the Sort component + launch + LaunchFeedServer.java - starts the SCA Runtime and + publishes the aggregated feeds resources/ FeedAggregator.composite - the SCA assembly for this sample feed-aggregator.png - a pictorial representation of the -- cgit v1.2.3