You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ri...@apache.org on 2006/11/14 23:30:17 UTC

svn commit: r475024 - /incubator/tuscany/branches/sca-java-M2/samples/readme.html

Author: rineholt
Date: Tue Nov 14 14:30:17 2006
New Revision: 475024

URL: http://svn.apache.org/viewvc?view=rev&rev=475024
Log:
add what's new

Modified:
    incubator/tuscany/branches/sca-java-M2/samples/readme.html

Modified: incubator/tuscany/branches/sca-java-M2/samples/readme.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/samples/readme.html?view=diff&rev=475024&r1=475023&r2=475024
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/samples/readme.html (original)
+++ incubator/tuscany/branches/sca-java-M2/samples/readme.html Tue Nov 14 14:30:17 2006
@@ -1,166 +1,339 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head>
-  <meta name="generator" content="HTML Tidy for Windows (vers 1st July 2004), see www.w3.org"><!--
-* Licensed to the Apache Software Foundation (ASF) under one
-* or more contributor license agreements. See the NOTICE file
-* distributed with this work for additional information
-* regarding copyright ownership. The ASF licenses this file
-* to you under the Apache License, Version 2.0 (the
-* "License"); you may not use this file except in compliance
-* with the License. You may obtain a copy of the License at
-* * http://www.apache.org/licenses/LICENSE-2.0
-* * Unless required by applicable law or agreed to in writing,
-* software distributed under the License is distributed on an
-* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-* KIND, either express or implied. See the License for the
-* specific language governing permissions and limitations
-* under the License. -->
-  <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-  <meta http-equiv="Content-Style-Type" content="text/css">
-
-  
-  <title>Tuscany SCA Samples</title><link rel="stylesheet" href="css/base.css" type="text/css"></head>
-
-
-<body>
-  <!-- LINK rel="stylesheet" href="ait.css" type="text/css" -->
-  <!-- maven --><!-- end maven -->
-
-  <h3>Apache Tuscany SCA Samples</h3>
-
-  <h4>License</h4>
-  <p>
-    Please read the Apache Source Foundation License:&nbsp; <a href="LICENSE.txt" target="_blank">LICENSE.txt</a> and the&nbsp;<a href="http://incubator.apache.org/" target="_blank">ASF incubator</a> notice file: <a href="NOTICE.txt" target="_blank">NOTICE.txt</a> .
-  </p>
-  <h4>Tuscany</h4><p>More information on Apache Tuscany can be found on the <a href="http://incubator.apache.org/tuscany/" target="_blank">Tuscany Website</a>. &nbsp;For help, review the <a href="http://incubator.apache.org/tuscany/faq.html" target="_blank">Tuscany FAQ page</a>, or subscribe and append to the <a href="http://incubator.apache.org/tuscany/mail-lists.html" target="_blank">mailing lists</a>. &nbsp;Issues can be submitted and tracked through <a href="http://incubator.apache.org/tuscany/issue-tracking.html" target="_blank">Tuscany Jiras</a>.</p><p>To get involved please look at the &nbsp;<span style="text-decoration: underline;">Community</span> and <span style="text-decoration: underline;">Development</span> sections on the <a href="http://incubator.apache.org/tuscany/" target="_blank">Tuscany Website</a>.</p><h4>Prerequisites</h4>
-
-  <p>Obtain the following prerequisites and install according to
-  their documentation.</p>
-
-  <ul>
-    <li><a href="http://java.sun.com/javase/downloads/index.jsp" target="_blank">JDK 5.0</a></li>
-
-    <li><a href="http://maven.apache.org/download.html" target="_blank">Maven 2.0.4</a></li>
-
-    <li><a href="http://tomcat.apache.org/download-55.cgi" target="_blank">Apache Tomcat 5.xx</a> latest version binary core
-    distribution for samples requiring a web server environment..&nbsp;</li>
-  </ul>
-
-  <h4>Running Samples</h4><p>Each
-sample has it's own readme.html file that gives specific information for
-building, setup, and running the sample. &nbsp;Note that each
-standalone sample has you unpack a separate Tuscany standalone
-runtime environment. &nbsp;An alternative approach can
-be to create this just once and reuse. </p>
-<h4>Sample Summary</h4><br>
-
-  <table style="text-align: left; width: 100%;" border="1" cellpadding="2" cellspacing="2">
-    <tbody>
-      <tr>
-        <td><a href="standalone/calculator/readme.html" target="_blank">calculator</a></td>
-
-        <td>A simple calculator sample demonstrating wiring together SCA components</td>
-      </tr>
-
-      <tr>
-        <td>
-          <a href="standalone/calculator-combo/readme.html" target="_blank">calculator-combo</a> with 
-          <a href="webapp/calculatorws/readme.html" target="_blank">calculatorws</a> and
-          <a href="standalone/calculatorRMIService/readme.html" target="_blank">calculatorRMIService</a>
-        </td>
-
-        <td>A Calculator sample combining Java, JavaScript, Ruby, RMI and Web services</td>
-      </tr>
-
-      <tr>
-        <td>
-          <a href="standalone/greeterwsclient-oneway/readme.html" target="_blank">greeterwsclient-oneway</a> and
-          <a href="webapp/greeterws-oneway/readme.html" target="_blank">greeterws-oneway</a>
-        </td>
-
-        <td>A sample Greeter
-        OneWay Web Service.</td>
-      </tr>
-
-      <tr>
-        <td><a href="standalone/helloworldJavaScript/readme.html" target="_blank">helloworldJavaScript</a></td>
-
-        <td>A helloworld
-        sample using a single SCA JavaScript component</td>
-      </tr>
-
-      <tr>
-        <td><a href="webapp/helloworldjsonrpc/readme.html" target="_blank">helloworldjsonrpc</a></td>
-
-        <td>A sample showing how to expose an SCA component as a JSON-RPC service</td>
-      </tr>
-
-      <tr>
-        <td>
-          <a href="standalone/helloworldRMIService/readme.html" target="_blank">helloworldRMIService</a> and
-          <a href="standalone/helloworldRMIReference/readme.html" target="_blank">helloworldRMIreference</a>
-        </td>
-
-        <td>The service and reference parts of a helloworld sample using RMI.</td>
-      </tr>
-
-      <tr>
-        <td><a href="standalone/helloworldRuby/readme.html" target="_blank">helloworldRuby</a></td>
-
-        <td>A helloworld
-        sample using a single SCA Ruby component</td>
-      </tr>
-
-      <tr>
-        <td>
-           <a href="webapp/helloworldws/readme.html" target="_blank">helloworldws </a>
-            and
-           <a href="standalone/helloworldwsclient/readme.html" target="_blank"> helloworldwsclient</a>
-        </td>
-        <td>The client and service parts of a helloworld sample using Web services.</td>
-      </tr>
-
-      <tr>
-        <td>
-           <a href="webapp/helloworldws-async/readme.html" target="_blank">helloworldws-async </a>
-            and
-           <a href="standalone/helloworldwsclient-async/readme.html" target="_blank"> helloworldwsclient-async</a>
-        </td>
-        <td>The client and service parts of a helloworld sample using asynchronous Web services.</td>
-      </tr>
-
-      <tr>
-        <td><a href="standalone/inner.composite/readme.html">inner.composite</a></td>
-
-        <td>A sample showing asynchronous calls within composites.</td>
-      </tr>
-
-      <tr>
-        <td><a href="standalone/simplecallback/readme.html">simplecallback</a></td>
-
-        <td>A sample showing simple asynchronous callbacks.</td>
-      </tr>
-
-      <tr>
-        <td><a href="standalone/supplychain/readme.html">supplychain</a></td>
-
-        <td>A sample application demonstrating asynchronous callbacks.</td>
-      </tr>
-
-      <tr>
-        <td><a href="webapp/webapp/readme.html" target="_blank">webapp</a></td>
-
-        <td>A sample Web application showing how to include a Tuscany runtime in a webapp.</td>
-      </tr>
-
-      <tr>
-        <td><a href="applications/bigbank/readme.html" target="_blank">Big
-        Bank</a></td>
-
-        <td>Sample application
-        using SCA, SDO's and DAS.</td>
-      </tr>
-    </tbody>
-  </table>
-<br><h4></h4><p><br></p><hr style="width: 100%; height: 4px;"><p>Thank you for your interest in Apache Tuscany,<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <strong><em>-The
-                  Apache Tuscany Development Team</em></strong></p></body></html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
+
+<html>
+<head>
+  <meta name="generator" content=
+  "HTML Tidy for Windows (vers 1st July 2004), see www.w3.org">
+  <meta http-equiv="Content-Type" content=
+  "text/html; charset=us-ascii">
+  <meta http-equiv="Content-Style-Type" content="text/css">
+
+  <title>Tuscany SCA Samples</title>
+  <link rel="stylesheet" href="css/base.css" type="text/css">
+</head>
+
+<body>
+  <!-- LINK rel="stylesheet" href="ait.css" type="text/css" -->
+  <!-- maven --><!-- end maven -->
+
+  <h3>Apache Tuscany SCA Samples</h3>
+
+  <h4>License</h4>
+
+  <p>Please read the Apache Source Foundation License:&nbsp;
+  <a href="LICENSE.txt" target="_blank">LICENSE.txt</a> and
+  the&nbsp;<a href="http://incubator.apache.org/" target=
+  "_blank">ASF incubator</a> notice file: <a href="NOTICE.txt"
+  target="_blank">NOTICE.txt</a> .</p>
+
+  <h4>Tuscany</h4>
+
+  <p>More information on Apache Tuscany can be found on the
+  <a href="http://incubator.apache.org/tuscany/" target=
+  "_blank">Tuscany Website</a>. &nbsp;For help, review the <a href=
+  "http://incubator.apache.org/tuscany/faq.html" target=
+  "_blank">Tuscany FAQ page</a>, or subscribe and append to the
+  <a href="http://incubator.apache.org/tuscany/mail-lists.html"
+  target="_blank">mailing lists</a>. &nbsp;Issues can be submitted
+  and tracked through <a href=
+  "http://incubator.apache.org/tuscany/issue-tracking.html" target=
+  "_blank">Tuscany Jiras</a>.</p>
+
+  <p>To get involved please look at the &nbsp;<span style=
+  "text-decoration: underline;">Community</span> and <span style=
+  "text-decoration: underline;">Development</span> sections on the
+  <a href="http://incubator.apache.org/tuscany/" target=
+  "_blank">Tuscany Website</a>.</p>
+
+  <h4>What's new</h4>
+
+  <h2 id="head-12207a0c39dddea686fa800f216311aa837aed45">
+  &nbsp;<small><small>Java SCA 1.0-incubator-M2
+  release:</small></small></h2>
+
+  <p>* SCA 0.95 specification compliance (Assembly, Java Client and
+  Implementation):</p>
+
+  <ul>
+    <li>Recursive composite model (implementation.composite and
+    include)</li>
+
+    <li>Support for component properties (simple types only)</li>
+
+    <li>Asynchronous oneway and request with callback</li>
+
+    <li>Java interface and WSDL 1.1 portType</li>
+  </ul>
+
+  <p>* Improved core for flexibility and extensibility</p>
+
+  <ul>
+    <li>Refactored to provide the default implementation of the SPI
+    contracts</li>
+
+    <li>Packaging/deployment</li>
+
+    <li>Scope management</li>
+
+    <li>IoC</li>
+
+    <li>Autowire</li>
+
+    <li>Improved classloader isolation</li>
+
+    <li>Maven-based artifact repository</li>
+
+    <li>A Data Binding Framework</li>
+  </ul>
+
+  <p>* Improved Extension model and SPI</p>
+
+  <p>* Tuscany Standalone runtime launcher</p>
+
+  <p>* Tomcat integration to host Tuscany web applications</p>
+
+  <p>* Tuscany War Plugin to build web applications</p>
+
+  <p>* New and improved bindings:</p>
+
+  <ul>
+    <li>Axis, upgraded to version 1.1</li>
+
+    <li class="gap">Celtix</li>
+
+    <li class="gap">RMI Service Binding that helps in hosting
+    component services as RMI servers without having to modify the
+    service interfaces (for example to include java.rmi.Remote
+    signatures) Reference Binding that helps SCA clients to
+    seamlessly access RMI servers.</li>
+
+    <li class="gap">Jsonrpc</li>
+  </ul>
+
+  <p>* Component implementation:</p>
+
+  <ul>
+    <li>Javascript<br>
+    Script container that enables running of components implemented
+    in <a class="nonexistent" href=
+    "http://wiki.apache.org/ws/JavaScript">JavaScript</a>. Supports
+    component services, properties and references.</li>
+
+    <li class="gap">Spring</li>
+
+    <li class="gap">Ruby
+
+      <ul>
+        <li style="list-style-type: none;">Script container that
+        enables running of components implemented in Ruby. Supports
+        component services, properties and references.</li>
+      </ul>
+    </li>
+  </ul>
+
+  <p>* DataBindings:</p>
+
+  <ul>
+    <li>AXIOM</li>
+
+    <li class="gap">SDO<br></li>
+  </ul>
+
+  <p>* More samples</p>
+
+  <ul>
+    <li>Sample that demonstrates RMI Service and RMI Reference from
+    a standalone Tuscany runtime</li>
+
+    <li>A combo sample - Calculator-Combo that demonstrates the
+    assembly of different technologies using component
+    implementations in Java, <a class="nonexistent" href=
+    "http://wiki.apache.org/ws/JavaScript">JavaScript</a>, Ruby and
+    binding of service references to <a class="nonexistent" href=
+    "http://wiki.apache.org/ws/WebService">WebService</a> and RMI
+    Service endpoints. Also included is a simple demontration of
+    property configuration and composite component
+    implementation</li>
+  </ul>
+
+  <h4>Prerequisites</h4>
+
+  <p>Obtain the following prerequisites and install according to
+  their documentation.</p>
+
+  <ul>
+    <li><a href="http://java.sun.com/javase/downloads/index.jsp"
+    target="_blank">JDK 5.0</a></li>
+
+    <li><a href="http://maven.apache.org/download.html" target=
+    "_blank">Maven 2.0.4</a></li>
+
+    <li><a href="http://tomcat.apache.org/download-55.cgi" target=
+    "_blank">Apache Tomcat 5.xx</a> latest version binary core
+    distribution for samples requiring a web server
+    environment..&nbsp;</li>
+  </ul>
+
+  <h4>Running Samples</h4>
+
+  <p>Each sample has it's own readme.html file that gives specific
+  information for building, setup, and running the sample.
+  &nbsp;Note that each standalone sample has you unpack a separate
+  Tuscany standalone runtime environment. &nbsp;An alternative
+  approach can be to create this just once and reuse.</p>
+
+  <h4>Sample Summary</h4><br>
+
+  <table style="text-align: left; width: 100%;" border="1"
+  cellpadding="2" cellspacing="2">
+    <tbody>
+      <tr>
+        <td><a href="standalone/calculator/readme.html" target=
+        "_blank">calculator</a></td>
+
+        <td>A simple calculator sample demonstrating wiring
+        together SCA components</td>
+      </tr>
+
+      <tr>
+        <td><a href="standalone/calculator-combo/readme.html"
+        target="_blank">calculator-combo</a> with <a href=
+        "webapp/calculatorws/readme.html" target=
+        "_blank">calculatorws</a> and <a href=
+        "standalone/calculatorRMIService/readme.html" target=
+        "_blank">calculatorRMIService</a></td>
+
+        <td>A Calculator sample combining Java, JavaScript, Ruby,
+        RMI and Web services</td>
+      </tr>
+
+      <tr>
+        <td><a href="standalone/greeterwsclient-oneway/readme.html"
+        target="_blank">greeterwsclient-oneway</a> and <a href=
+        "webapp/greeterws-oneway/readme.html" target=
+        "_blank">greeterws-oneway</a></td>
+
+        <td>A sample Greeter OneWay Web Service.</td>
+      </tr>
+
+      <tr>
+        <td><a href="standalone/helloworldJavaScript/readme.html"
+        target="_blank">helloworldJavaScript</a></td>
+
+        <td>A helloworld sample using a single SCA JavaScript
+        component</td>
+      </tr>
+
+      <tr>
+        <td><a href="webapp/helloworldjsonrpc/readme.html" target=
+        "_blank">helloworldjsonrpc</a></td>
+
+        <td>A sample showing how to expose an SCA component as a
+        JSON-RPC service</td>
+      </tr>
+
+      <tr>
+        <td><a href="standalone/helloworldRMIService/readme.html"
+        target="_blank">helloworldRMIService</a> and <a href=
+        "standalone/helloworldRMIReference/readme.html" target=
+        "_blank">helloworldRMIreference</a></td>
+
+        <td>The service and reference parts of a helloworld sample
+        using RMI.</td>
+      </tr>
+
+      <tr>
+        <td><a href="standalone/helloworldRuby/readme.html" target=
+        "_blank">helloworldRuby</a></td>
+
+        <td>A helloworld sample using a single SCA Ruby
+        component</td>
+      </tr>
+
+      <tr>
+        <td><a href="webapp/helloworldws/readme.html" target=
+        "_blank">helloworldws</a> and <a href=
+        "standalone/helloworldwsclient/readme.html" target=
+        "_blank">helloworldwsclient</a></td>
+
+        <td>The client and service parts of a helloworld sample
+        using Web services.</td>
+      </tr>
+
+      <tr>
+        <td><a href="webapp/helloworldws-async/readme.html" target=
+        "_blank">helloworldws-async</a> and <a href=
+        "standalone/helloworldwsclient-async/readme.html" target=
+        "_blank">helloworldwsclient-async</a></td>
+
+        <td>The client and service parts of a helloworld sample
+        using asynchronous Web services.</td>
+      </tr>
+
+      <tr>
+        <td><a href=
+        "standalone/inner.composite/readme.html">inner.composite</a></td>
+
+        <td>A sample showing asynchronous calls within
+        composites.</td>
+      </tr>
+
+      <tr>
+        <td><a href=
+        "standalone/simplecallback/readme.html">simplecallback</a></td>
+
+        <td>A sample showing simple asynchronous callbacks.</td>
+      </tr>
+
+      <tr>
+        <td><a href=
+        "standalone/supplychain/readme.html">supplychain</a></td>
+
+        <td>A sample application demonstrating asynchronous
+        callbacks.</td>
+      </tr>
+
+      <tr>
+        <td><a href="webapp/webapp/readme.html" target=
+        "_blank">webapp</a></td>
+
+        <td>A sample Web application showing how to include a
+        Tuscany runtime in a webapp.</td>
+      </tr>
+
+      <tr>
+        <td><a href="applications/bigbank/readme.html" target=
+        "_blank">Big Bank</a></td>
+
+        <td>Sample application using SCA, SDO's and DAS.</td>
+      </tr>
+    </tbody>
+  </table><br>
+
+  <p><br></p>
+  <hr style="width: 100%; height: 4px;">
+
+  <p>Thank you for your interest in Apache Tuscany,<br>
+  &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <strong><em>-The Apache
+  Tuscany Development Team</em></strong></p>
+</body>
+</html>



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