You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2007/07/04 00:06:07 UTC

svn commit: r552997 - /incubator/tuscany/branches/sca-java-0.91/samples/README

Author: antelder
Date: Tue Jul  3 15:06:07 2007
New Revision: 552997

URL: http://svn.apache.org/viewvc?view=rev&rev=552997
Log:
Update the toplevel samples readme for all the new samples

Modified:
    incubator/tuscany/branches/sca-java-0.91/samples/README

Modified: incubator/tuscany/branches/sca-java-0.91/samples/README
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-0.91/samples/README?view=diff&rev=552997&r1=552996&r2=552997
==============================================================================
--- incubator/tuscany/branches/sca-java-0.91/samples/README (original)
+++ incubator/tuscany/branches/sca-java-0.91/samples/README Tue Jul  3 15:06:07 2007
@@ -18,14 +18,13 @@
 
 calculator               - A calculator built with java components and local 
                            wires
-simple-bigbank           - A banking application built with java components 
-                           and local wires
 calculator-script        - The calculator but this time built using various 
                            script languages
 calculator-webapp        - The calculator again but this time running inside a 
                            web app
 chat-webapp              - A simple chat style web app demonsrating how to use
                            the AJAX binding
+feed-aggregator          - Demonstrates using the ATOM binding
 helloworld-ws-reference  - The client side of a hello world sample that uses a 
                            web service binding
 helloworld-ws-service    - The server side of a hello world sample that uses a 
@@ -36,6 +35,8 @@
                            from calculator-rmi-reference
 helloworld-jsonrpc       - An SCA application that exposes a service using 
                            JSONRPC
+helloworld-dojo          - An SCA application that exposes a service using 
+                           JSONRPC and a client using the Dojo toolkit
 simple-callback          - An SCA application with two components demonstrating
                            the callback interface
 implementation-composite - An SCA application that shows how composites are used to 
@@ -44,6 +45,8 @@
                            callbacks can be used
 databinding-echo         - An SCA application that shows how databindings 
                            transform data
+simple-bigbank           - A banking application built with java components 
+                           and local wires
 
 There are two samples that demonstrate how to build extensions for the 
 Tuscany SCA runtime. These samples are slightly different from the samples
@@ -52,12 +55,12 @@
 that shows how the new extension can be used is provided in an associated
 sample. 
 
-implementation-crud        - Shows how to build new implementation type 
-                             extensions
-implementation-crud-client - A sample application that exercises the new 
+implementation-crud-extension - Shows how to build new implementation type 
+                                extensions
+implementation-crud        - A sample application that exercises the new 
                              implementation extensions
-binding-echo               - Shows how to build new binding extensions
-binding-echo-appl          - A sample application that exercises the new 
+binding-echo-extension     - Shows how to build new binding extensions
+binding-echo               - A sample application that exercises the new 
                              binding extension
 
 Sample Layout



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org