summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-0.91/demos/README
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:06:50 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:06:50 +0000
commit0f3f9b59b310833f31ba234ee4aefa808649833c (patch)
tree4f8b3354beb0643151424eb978eece9e55038c90 /branches/sca-java-0.91/demos/README
parentf860c2f35b2f94e379d2ff7d5c13f54cd4a3132a (diff)
Moving 1.x branches
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835120 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-0.91/demos/README')
-rw-r--r--branches/sca-java-0.91/demos/README36
1 files changed, 0 insertions, 36 deletions
diff --git a/branches/sca-java-0.91/demos/README b/branches/sca-java-0.91/demos/README
deleted file mode 100644
index c0bf05d71a..0000000000
--- a/branches/sca-java-0.91/demos/README
+++ /dev/null
@@ -1,36 +0,0 @@
-Tuscany Java SCA Demo Applications
-==================================
-
-The applications demonstrate a wide variety of the Tuscany Java SCA features.
-This includes different implementation and bindings types
-
-Alert Aggregator
-----------------
-
-An application that aggregates together feed information and provides it to
-client applications in WebServices, Jsonrpc, RSS and Atom formats. See the
-README in this module for further instructions.
-
-BigBank
--------
-
-This application comprises three modules that represent the different aspects
-of a fictitious banking application.
-
-Bigbank-account
-
-The front end of this demo application this module provides a web app for
-retrieving account information. It makes calls out to the stockquote and
-calculator applications to satisfy account requests. See the README in this
-module for further instructions.
-
-Bigbank-stockquote
-
-A very simple web services based stock quote application which returns random
-stock quotes on request.
-
-Bigbank-calculator
-
-A calculator application, based on the calculator-script sample that uses a
-variety of languages to implement a calculator, which the banking application
-uses for simple value multiplication.