Author: rineholt
Date: Fri Jul 21 09:51:37 2006
New Revision: 424386
URL: http://svn.apache.org/viewvc?rev=424386&view=rev
Log:
ported documentation page
Added:
incubator/tuscany/sandbox/site/site-author/documentation.xml
incubator/tuscany/sandbox/site/site-publish/documentation.html
Added: incubator/tuscany/sandbox/site/site-author/documentation.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-author/documentation.xml?rev=424386&view=auto
==============================================================================
--- incubator/tuscany/sandbox/site/site-author/documentation.xml (added)
+++ incubator/tuscany/sandbox/site/site-author/documentation.xml Fri Jul 21
09:51:37 2006
@@ -0,0 +1,168 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+ <properties>
+ <title>Tuscany Documentation</title>
+ <bannertitle>Tuscany Documentation</bannertitle>
+ </properties>
+ <body>
+ <section name='Documentation'>
+ <p>
+ This page provides links to a set of documents that
help to explain various aspects of the
+ Tuscany project and the SOA programming model that it
provides (initially the SCA and SDO
+ specifications).
+ </p>
+ <h2>General Documentation</h2>
+ <table class="bodyTable">
+ <tr class="a">
+ <td>
+ <span
style="font-weight: bold;">
+ Title
+ </span>
+ </td>
+ <td>
+ <span
style="font-weight: bold;">
+ Description
+ </span>
+ </td>
+ </tr>
+ <tr class="b">
+ <td>
+
+ <a href='GettingStarted.htm' >'Tuscany Samples README
file</a>
+ <a
href="acceptance/readme.htm">
+
+ </a>
+ </td>
+ <td>
+ Explains how to setup
and run the Java examples.
+ </td>
+ </tr>
+ <tr class="a">
+ <td>
+ <a
href="http://svn.apache.org/repos/asf/incubator/tuscany/site/svnresources/extendingTuscany/ExtendingTuscany.pdf">
+ Extending
Tuscany
+ </a>
+ </td>
+ <td>
+ Describes how to
extend Tuscany by contributing a new implementation/binding type
+ </td>
+ </tr>
+
+ </table>
+
+ <h2>Papers that Explain the SOA Programming model</h2>
+ <table class="bodyTable">
+ <tr class="b">
+ <td>
+ <span
style="font-weight: bold;">
+ Title
+ </span>
+ </td>
+ <td>
+ <span
style="font-weight: bold;">
+ Description
+ </span>
+ </td>
+ </tr>
+ <tr class="a">
+ <td>
+ <a
href='http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sca/SCA_White_Paper1_09.pdf'
target='_blank'>SCA White Paper</a>
+ </td>
+ <td>
+ A white paper
describing Service Component Architecture.
+ </td>
+ </tr>
+ <tr class="b">
+ <td>
+ <a
href='http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sdo/Next-Gen-Data-Programming-Whitepaper.pdf'
target='_blank'>SDO White Paper</a>
+ </td>
+ <td>
+ A white paper that
explains the SDO programming model
+ </td>
+ </tr>
+ <tr class="a">
+ <td>
+ <a
href='http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sca/SCA_BuildingYourFirstApplication_V09.pdf'
target='_blank'>SCA: "Building your first application</a>
+ </td>
+ <td>
+ The simplified
"BigBank" application as a worked example.
+ </td>
+ </tr>
+ <tr class="b">
+ <td>
+ <a
href='RDB_DAS_white_paper_v-0.1.3.pdf' target='_blank'>DAS White Paper: The
Data Access Service</a>
+ </td>
+ <td>
+ How to access
relational data in terms of Service Data Objects (not yet on the website - to
be provided)
+ </td>
+ </tr>
+
+ </table>
+
+
+ <h2>Specifications</h2>
+ <table class="bodyTable">
+ <tr class="a">
+ <td>
+ <span
style="font-weight: bold;">
+ Title
+ </span>
+ </td>
+ <td>
+ <span
style="font-weight: bold;">
+ Description
+ </span>
+ </td>
+ </tr>
+ <tr class="b">
+ <td>
+ <a
href='http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sca/SCA_AssemblyModel_V09.pdf'
target='_blank'>SCA Assembly Specification V0.9</a>
+ </td>
+ <td>
+ The core Service
Component Architecture Assembly specification
+ </td>
+ </tr>
+ <tr class="a">
+ <td>
+ <a
href='http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sca/SCA_ClientAndImplementationModelforJava_V09.pdf'
target='_blank'>SCA Client and Implementation Model for Java Specification
V0.9</a>
+ </td>
+ <td>
+ The Service Component
Architecture Client and Implementation specification
+ for Java. Describes
how to write SCA components in Java and how to write
+ Clients to SCA
services in Java.
+ </td>
+ </tr>
+ <tr class="b">
+ <td>
+ <a
href='http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sca/SCA_ClientAndImplementationModel_Cpp_V09.pdf'
target='_blank'>SCA Client and Implementation Model for C++ Specification
V0.9</a>
+ </td>
+ <td>
+ The Service Component
Architecture Client and Implementation specification
+ for C++. Describes
how to write SCA components in C++ and how to write
+ Clients to SCA
services in C++.
+ </td>
+ </tr>
+ <tr class="a">
+ <td>
+ <a
href='http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sdo/SDO_Specification_Java_V2.01.pdf'
target='_blank'>SDO Specification for Java V2.01</a>
+ </td>
+ <td>
+ The Service Data
Objects specification for Java. Describes the data
+ programming interfaces
of SDO in the Java language.
+ </td>
+ </tr>
+ <tr class="b">
+ <td>
+ <a
href='http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sdo/SDO_Specification_CPP_V2.01.pdf'
target='_blank'>SDO Specification for C++ V2.01 </a>
+ </td>
+ <td>
+ The Service Data
Objects specification for C++. Describes the data
+ programming interfaces
of SDO in the C++ language.
+ </td>
+ </tr>
+
+ </table>
+ </section>
+
+ </body>
+</document>
Added: incubator/tuscany/sandbox/site/site-publish/documentation.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-publish/documentation.html?rev=424386&view=auto
==============================================================================
--- incubator/tuscany/sandbox/site/site-publish/documentation.html (added)
+++ incubator/tuscany/sandbox/site/site-publish/documentation.html Fri Jul 21
09:51:37 2006
@@ -0,0 +1,420 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
+
+<!--
+Copyright 1999-2004 The Apache Software Foundation
+Licensed 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.
+-->
+
+
+<!-- Content Stylesheet for Site -->
+
+
+<!-- start the processing -->
+<!-- ====================================================================== -->
+<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
+<!-- Main Page Section -->
+<!-- ====================================================================== -->
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+
+
+
+
+
+ <title>Tuscany - Tuscany Documentation</title>
+</head>
+
+<body bgcolor="#ffffff" text="#000000" link="#525D76">
+ <table border="0" width="100%" cellspacing="0">
+ <!-- TOP IMAGE -->
+ <tr>
+ <td align='LEFT'><td align="left">
+<a href="http://incubator.apache.org/tuscany/"><img
src="./images/tuscanylogo_candidate2.jpg" alt="Tuscany" border="0" height="32"
width="120"/></a>
+</td>
+</td>
+ <td align='LEFT'><td width="80%" align="left" valign="bottom"
bgcolor="#ffffff">
+ <font color="#625972" size="+3" face="arial,helvetica,sanserif">
+ <b><bannertitle>Tuscany Documentation</bannertitle></b>
+</font>
+</td>
+</td>
+ </tr>
+ </table>
+ <hr noshade="" size="1"/>
+ <table border="0" cellspacing="0">
+ <tr>
+ <td> <a href="./index.html">Home</a>
+</td>
+ <td> <a href="./sca_index.html">SCA</a>
+</td>
+ <td> <a href="./sdo_index.html">SDO</a>
+</td>
+ <td> <a href="./das_index.html">DAS</a>
+</td>
+ </tr>
+ </table>
+ <table border="0" width="100%" cellspacing="4">
+ <tr>
+ <!-- LEFT SIDE NAVIGATION -->
+ <td width="20%" valign="top" nowrap="true">
+
+ <!-- ============================================================ -->
+
+ <p><strong>General</strong></p>
+ <ul>
+ <li> <a href="./index.html">Home</a>
+</li>
+ <li> <a href="./license.html">License</a>
+</li>
+ <li> <a href="http://www.apache.org/">ASF</a>
+</li>
+ <li> <a href="./downloads.html">Downloads</a>
+</li>
+ <li> <a href="./javadoc.html">javadoc</a>
+</li>
+ </ul>
+ <p><strong>Community</strong></p>
+ <ul>
+ <li> <a href="./get-involved.html">Get Involved</a>
+</li>
+ <li> <a href="./mail-lists.html">Mailing Lists</a>
+</li>
+ <li> <a href="./documentation.html">Documentation</a>
+</li>
+ <li> <a href="./faq.html">FAQ</a>
+</li>
+ <li> <a
href="http://wiki.apache.org/ws/Tuscany">Wiki</a>
+</li>
+ </ul>
+ <p><strong>Development</strong></p>
+ <ul>
+ <li> <a href="./roadmap.html">Road Map / TODO</a>
+</li>
+ <li> <a href="./svn.html">Source Code</a>
+</li>
+ <li> <a
href="http://wiki.apache.org/geronimo/CodingStandards">Coding Standards</a>
+</li>
+ <li> <a href="./issuetracking.html">Issue Tracking</a>
+</li>
+ <li> <a href="./dependencies.html">Dependencies</a>
+</li>
+ </ul>
+ </td>
+ <td width="80%" align="left" valign="top">
+ <table border="0" cellspacing="0"
cellpadding="2" width="100%">
+ <tr><td bgcolor="#726982">
+ <font color="#ffffff" face="arial,helvetica,sanserif">
+ <a name="Documentation"><strong>Documentation</strong></a>
+ </font>
+ </td></tr>
+ <tr><td>
+ <blockquote>
+ <p>
+ This page provides links to a set of documents that
help to explain various aspects of the
+ Tuscany project and the SOA programming model that it
provides (initially the SCA and SDO
+ specifications).
+ </p>
+ <h2>General Documentation</h2>
+ <table>
+ <tr>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ <span
style="font-weight: bold;">
+ Title
+ </span>
+
+ </font>
+</td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ <span
style="font-weight: bold;">
+ Description
+ </span>
+
+ </font>
+</td>
+ </tr>
+ <tr>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+
+ <a href="GettingStarted.htm">'Tuscany Samples README
file</a>
+ <a
href="acceptance/readme.htm">
+
+ </a>
+
+ </font>
+</td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ Explains how to setup
and run the Java examples.
+
+ </font>
+</td>
+ </tr>
+ <tr>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ <a
href="http://svn.apache.org/repos/asf/incubator/tuscany/site/svnresources/extendingTuscany/ExtendingTuscany.pdf">
+ Extending
Tuscany
+ </a>
+
+ </font>
+</td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ Describes how to
extend Tuscany by contributing a new implementation/binding type
+
+ </font>
+</td>
+ </tr>
+ </table>
+ <h2>Papers that Explain the
SOA Programming model</h2>
+ <table>
+ <tr>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ <span
style="font-weight: bold;">
+ Title
+ </span>
+
+ </font>
+</td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ <span
style="font-weight: bold;">
+ Description
+ </span>
+
+ </font>
+</td>
+ </tr>
+ <tr>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ <a
href="http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sca/SCA_White_Paper1_09.pdf"
target="_blank">SCA White Paper</a>
+
+ </font>
+</td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ A white paper
describing Service Component Architecture.
+
+ </font>
+</td>
+ </tr>
+ <tr>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ <a
href="http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sdo/Next-Gen-Data-Programming-Whitepaper.pdf"
target="_blank">SDO White Paper</a>
+
+ </font>
+</td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ A white paper that
explains the SDO programming model
+
+ </font>
+</td>
+ </tr>
+ <tr>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ <a
href="http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sca/SCA_BuildingYourFirstApplication_V09.pdf"
target="_blank">SCA: "Building your first application</a>
+
+ </font>
+</td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ The simplified
"BigBank" application as a worked example.
+
+ </font>
+</td>
+ </tr>
+ <tr>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ <a
href="RDB_DAS_white_paper_v-0.1.3.pdf" target="_blank">DAS White Paper: The
Data Access Service</a>
+
+ </font>
+</td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ How to access
relational data in terms of Service Data Objects (not yet on the website - to
be provided)
+
+ </font>
+</td>
+ </tr>
+ </table>
+ <h2>Specifications</h2>
+ <table>
+ <tr>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ <span
style="font-weight: bold;">
+ Title
+ </span>
+
+ </font>
+</td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ <span
style="font-weight: bold;">
+ Description
+ </span>
+
+ </font>
+</td>
+ </tr>
+ <tr>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ <a
href="http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sca/SCA_AssemblyModel_V09.pdf"
target="_blank">SCA Assembly Specification V0.9</a>
+
+ </font>
+</td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ The core Service
Component Architecture Assembly specification
+
+ </font>
+</td>
+ </tr>
+ <tr>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ <a
href="http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sca/SCA_ClientAndImplementationModelforJava_V09.pdf"
target="_blank">SCA Client and Implementation Model for Java Specification
V0.9</a>
+
+ </font>
+</td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ The Service Component
Architecture Client and Implementation specification
+ for Java. Describes
how to write SCA components in Java and how to write
+ Clients to SCA
services in Java.
+
+ </font>
+</td>
+ </tr>
+ <tr>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ <a
href="http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sca/SCA_ClientAndImplementationModel_Cpp_V09.pdf"
target="_blank">SCA Client and Implementation Model for C++ Specification
V0.9</a>
+
+ </font>
+</td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ The Service Component
Architecture Client and Implementation specification
+ for C++. Describes
how to write SCA components in C++ and how to write
+ Clients to SCA
services in C++.
+
+ </font>
+</td>
+ </tr>
+ <tr>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ <a
href="http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sdo/SDO_Specification_Java_V2.01.pdf"
target="_blank">SDO Specification for Java V2.01</a>
+
+ </font>
+</td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ The Service Data
Objects specification for Java. Describes the data
+ programming interfaces
of SDO in the Java language.
+
+ </font>
+</td>
+ </tr>
+ <tr>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ <a
href="http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sdo/SDO_Specification_CPP_V2.01.pdf"
target="_blank">SDO Specification for C++ V2.01 </a>
+
+ </font>
+</td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ The Service Data
Objects specification for C++. Describes the data
+ programming interfaces
of SDO in the C++ language.
+
+ </font>
+</td>
+ </tr>
+ </table>
+ </blockquote>
+ </p>
+ </td></tr>
+ <tr><td><br/></td></tr>
+ </table>
+ </td>
+ </tr>
+ </table>
+ <hr noshade="" size="1"/>
+ <div align="center"><font color="#525D76" size="-1">
+ <em>Copyright © 2006, The Apache Software Foundation</em><br/>
+ Apache Tuscany is an effort undergoing incubation at The Apache
Software Foundation (ASF), sponsored by the Web Services PMC.
+ Incubation is required of all newly accepted projects until a further
review indicates that the infrastructure,
+ communications, and decision making process have stabilized in a
manner consistent with other successful ASF projects.
+ While incubation status is not necessarily a reflection of the
completeness or stability of the code,
+ it does indicate that the project has yet to be fully endorsed by the
ASF.
+ </font></div>
+</body>
+</html>
+<!-- end the processing -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]