You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ed...@apache.org on 2006/02/28 10:30:31 UTC

svn commit: r381604 [2/2] - /incubator/tuscany/site/src/site/xdoc/

Added: incubator/tuscany/site/src/site/xdoc/news.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/site/src/site/xdoc/news.xml?rev=381604&view=auto
==============================================================================
--- incubator/tuscany/site/src/site/xdoc/news.xml (added)
+++ incubator/tuscany/site/src/site/xdoc/news.xml Tue Feb 28 01:30:27 2006
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright (c) 2005 The Apache Software Foundation or its licensors, as applicable.
+
+  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.
+ -->
+<document url="news.xml">
+
+	<properties>
+
+		<author email="mike_edwards@uk.ibm.com">Mike Edwards</author>
+
+		<title>Apache Tuscany - News</title>
+	</properties>	
+	
+	<body>
+
+	<section name="Tuscany News" />
+	
+	<p>
+	  This page contains latest Tuscany News.
+	</p>
+	<p>
+	  (12th January 2005) We're in the process of building the Tuscany site - new material is appearing
+	  every day.  Watch this space!
+	</p>
+
+	</body>
+
+
+</document>
\ No newline at end of file

Propchange: incubator/tuscany/site/src/site/xdoc/news.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/site/src/site/xdoc/news.xml
------------------------------------------------------------------------------
    svn:keywords = Rev,Date

Added: incubator/tuscany/site/src/site/xdoc/reference.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/site/src/site/xdoc/reference.xml?rev=381604&view=auto
==============================================================================
--- incubator/tuscany/site/src/site/xdoc/reference.xml (added)
+++ incubator/tuscany/site/src/site/xdoc/reference.xml Tue Feb 28 01:30:27 2006
@@ -0,0 +1,104 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright (c) 2005 The Apache Software Foundation or its licensors, as applicable.
+
+  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.
+ -->
+<document url="reference.xml">
+	<properties>
+		<author email="mike_edwards@uk.ibm.com">Mike Edwards</author>
+		<title>Apache Tuscany - Reference</title>
+	</properties>
+	<body>
+
+		<section name="Reference Material">
+		<h2>Specifications</h2>
+			<table style="text-align: left; width: 100%;" border="1"
+				cellpadding="2" cellspacing="2">
+				<tbody>
+					<tr>
+						<td>
+							<span style="font-weight: bold;">
+								Title
+							</span>
+						</td>
+						<td>
+							<span style="font-weight: bold;">
+								Description
+							</span>
+						</td>
+					</tr>
+					<tr>
+						<td>
+							<a href="http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sca/SCA_AssemblyModel_V09.pdf">
+								SCA Assembly Specification V0.9
+							</a>
+						</td>
+						<td>
+							The core Service Component Architecture Assembly specification
+						</td>
+					</tr>
+					<tr>
+						<td>
+							<a href="http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sca/SCA_ClientAndImplementationModelforJava_V09.pdf">
+								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>
+						<td>
+							<a href="http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sca/SCA_ClientAndImplementationModel_Cpp_V09.pdf">
+								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>
+						<td>
+							<a href="http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sdo/SDO_Specification_Java_V2.01.pdf">
+								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>
+						<td>
+							<a href="http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sdo/SDO_Specification_CPP_V2.01.pdf">
+								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>					
+
+
+				</tbody>
+			</table>
+
+		</section>
+	</body>
+</document>
\ No newline at end of file

Propchange: incubator/tuscany/site/src/site/xdoc/reference.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/site/src/site/xdoc/reference.xml
------------------------------------------------------------------------------
    svn:keywords = Rev,Date

Added: incubator/tuscany/site/src/site/xdoc/releasescpp.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/site/src/site/xdoc/releasescpp.xml?rev=381604&view=auto
==============================================================================
--- incubator/tuscany/site/src/site/xdoc/releasescpp.xml (added)
+++ incubator/tuscany/site/src/site/xdoc/releasescpp.xml Tue Feb 28 01:30:27 2006
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright (c) 2005 The Apache Software Foundation or its licensors, as applicable.
+
+  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.
+ -->
+<document url="index.xml">
+	<properties>
+		<author email="mike_edwards@uk.ibm.com">Mike Edwards</author>
+
+		<title>Apache Tuscany SCA and SDO Runtimes for C++ - Releases</title>
+	</properties>
+	<body>
+		<section name="Tuscany SCA and SDO Runtimes for C++ Releases">
+			<p>
+				There are no releases of the SCA and SDO Runtimes for C++ at present.
+			</p>
+		</section>
+	</body>
+</document>
\ No newline at end of file

Propchange: incubator/tuscany/site/src/site/xdoc/releasescpp.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/site/src/site/xdoc/releasescpp.xml
------------------------------------------------------------------------------
    svn:keywords = Rev,Date

Added: incubator/tuscany/site/src/site/xdoc/releasesdasjava.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/site/src/site/xdoc/releasesdasjava.xml?rev=381604&view=auto
==============================================================================
--- incubator/tuscany/site/src/site/xdoc/releasesdasjava.xml (added)
+++ incubator/tuscany/site/src/site/xdoc/releasesdasjava.xml Tue Feb 28 01:30:27 2006
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright (c) 2005 The Apache Software Foundation or its licensors, as applicable.
+
+  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.
+ -->
+<document url="index.xml">
+	<properties>
+		<author email="mike_edwards@uk.ibm.com">Mike Edwards</author>
+
+		<title>Apache Tuscany Data Access Service for Java - Releases</title>
+	</properties>
+	<body>
+		<section name="Tuscany Data Access Service for Java Releases">
+			<p>
+				There are no releases of the Data Access Service for Java at present.
+			</p>
+		</section>
+	</body>
+</document>
\ No newline at end of file

Propchange: incubator/tuscany/site/src/site/xdoc/releasesdasjava.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/site/src/site/xdoc/releasesdasjava.xml
------------------------------------------------------------------------------
    svn:keywords = Rev,Date

Added: incubator/tuscany/site/src/site/xdoc/releasesscajava.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/site/src/site/xdoc/releasesscajava.xml?rev=381604&view=auto
==============================================================================
--- incubator/tuscany/site/src/site/xdoc/releasesscajava.xml (added)
+++ incubator/tuscany/site/src/site/xdoc/releasesscajava.xml Tue Feb 28 01:30:27 2006
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright (c) 2005 The Apache Software Foundation or its licensors, as applicable.
+
+  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.
+ -->
+<document url="index.xml">
+	<properties>
+		<author email="mike_edwards@uk.ibm.com">Mike Edwards</author>
+
+		<title>Apache Tuscany SCA Runtime for Java - Releases</title>
+	</properties>
+	<body>
+		<section name="Tuscany SCA Runtime for Java Releases">
+			<p>
+				There are no releases of the SCA Runtime for Java at present.
+			</p>
+		</section>
+	</body>
+</document>
\ No newline at end of file

Propchange: incubator/tuscany/site/src/site/xdoc/releasesscajava.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/site/src/site/xdoc/releasesscajava.xml
------------------------------------------------------------------------------
    svn:keywords = Rev,Date

Added: incubator/tuscany/site/src/site/xdoc/releasessdojava.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/site/src/site/xdoc/releasessdojava.xml?rev=381604&view=auto
==============================================================================
--- incubator/tuscany/site/src/site/xdoc/releasessdojava.xml (added)
+++ incubator/tuscany/site/src/site/xdoc/releasessdojava.xml Tue Feb 28 01:30:27 2006
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright (c) 2005 The Apache Software Foundation or its licensors, as applicable.
+
+  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.
+ -->
+<document url="index.xml">
+	<properties>
+		<author email="mike_edwards@uk.ibm.com">Mike Edwards</author>
+
+		<title>Apache Tuscany SDO 2.0 Runtime for Java - Releases</title>
+	</properties>
+	<body>
+		<section name="Tuscany SDO 2.0 Runtime for Java Releases">
+			<p>
+				There are no releases of the SDO 2.0 Runtime for Java at present.
+			</p>
+		</section>
+	</body>
+</document>
\ No newline at end of file

Propchange: incubator/tuscany/site/src/site/xdoc/releasessdojava.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/site/src/site/xdoc/releasessdojava.xml
------------------------------------------------------------------------------
    svn:keywords = Rev,Date

Added: incubator/tuscany/site/src/site/xdoc/requirements.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/site/src/site/xdoc/requirements.xml?rev=381604&view=auto
==============================================================================
--- incubator/tuscany/site/src/site/xdoc/requirements.xml (added)
+++ incubator/tuscany/site/src/site/xdoc/requirements.xml Tue Feb 28 01:30:27 2006
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright (c) 2005 The Apache Software Foundation or its licensors, as applicable.
+
+  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.
+ -->
+<document url="requirements.xml">
+
+	<properties>
+
+		<author email="mike_edwards@uk.ibm.com">Mike Edwards</author>
+
+		<title>Tuscany Requirements</title>
+	</properties>	
+	
+	<body>
+
+	<section name="Apache Tuscany Requirements" />
+		<p>
+			Tuscany requirements are handled via a 
+			<a href="http://issues.apache.org/jira/browse/TUScany">
+				JIRA issues list
+			</a>.
+		</p>
+		
+	</body>
+
+
+</document>
\ No newline at end of file

Propchange: incubator/tuscany/site/src/site/xdoc/requirements.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/site/src/site/xdoc/requirements.xml
------------------------------------------------------------------------------
    svn:keywords = Rev,Date

Added: incubator/tuscany/site/src/site/xdoc/roadmap.html
URL: http://svn.apache.org/viewcvs/incubator/tuscany/site/src/site/xdoc/roadmap.html?rev=381604&view=auto
==============================================================================
--- incubator/tuscany/site/src/site/xdoc/roadmap.html (added)
+++ incubator/tuscany/site/src/site/xdoc/roadmap.html Tue Feb 28 01:30:27 2006
@@ -0,0 +1,159 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+    <head>
+        <title>Tuscany Work Items</title>
+    </head>
+    <body>
+        <h1>Tuscany Java Runtime Work Items</h1>
+        <h2>I. Incremental Changes </h2>
+        <p>These changes represent basic code cleanup and need to be done prior to the major work
+            detailed below. Most of these tasks can be done in parallel.</p>
+        <h3>1. Exception Handling Cleanup</h3>
+        <p>Exception handling needs to follow the style outlined in the exception handling guide.
+            The following packages need to be updated.</p>
+        <table>
+            <tr>
+                <td>Package</td>
+                <td>Owner</td>
+                <td>Completion Date</td>
+            </tr>
+            <tr>
+                <td>o.a.t.common</td>
+                <td>Sebastien</td>
+                <td>9 Dec</td>
+            </tr>
+            <tr>
+                <td>o.a.t.binding.axis</td>
+                <td>Raymond</td>
+                <td>9 Dec</td>
+            </tr>
+            <tr>
+                <td>o.a.t.core.addressing</td>
+                <td>Sebastien</td>
+                <td>9 Dec</td>
+            </tr>
+            <tr>
+                <td>o.a.t.core.extensions</td>
+                <td>Sebastien</td>
+                <td>9 Dec</td>
+            </tr>
+            <tr>
+                <td>o.a.t.core.invocation</td>
+                <td>Sebastien</td>
+                <td>9 Dec</td>
+            </tr>
+            <tr>
+                <td>o.a.t.core.message</td>   
+                <td>Sebastien</td>
+                <td>9 Dec</td>
+            </tr>
+            <tr>
+                <td>o.a.t.core.pipeline</td>
+                <td>Sebastien</td>
+                <td>9 Dec</td>
+            </tr>
+            <tr>
+                <td>o.a.t.core.runtime</td>
+                <td>Jim</td>
+                <td>9 Dec</td>
+            </tr>
+            <tr>
+                <td>o.a.t.container.java.assembly</td>
+                <td>Sebastien</td>
+                <td>9 Dec</td>
+            </tr>
+            <tr>
+                <td>o.a.t.container.java.builder</td>
+                <td>Jim</td>
+                <td>9 Dec</td>
+            </tr>
+            <tr>
+                <td>o.a.t.container.java.config</td>
+                <td>Jim</td>
+                <td>9 Dec</td>
+            </tr>
+            <tr>
+                <td>o.a.t.container.java.handler</td>
+                <td>Sebastien</td>
+                <td>9 Dec</td>
+            </tr>
+            <tr>
+                <td>o.a.t.container.java.injection</td>
+                <td>Jim</td>
+                <td>9 Dec</td>
+            </tr>
+            <tr>
+                <td>o.a.t.container.java.runtime</td>
+                <td>Jim</td>
+                <td>9 Dec</td>
+            </tr>
+        </table>
+        <h3>2. JavaDoc proposal</h3>
+        <p>While cleaning up exceptions, owners should also bring code into conformance with the
+            following Javadoc guildelines: </p>
+        <ul>
+            <li>All public interfaces and methods on those interfaces</li>
+            <li>All public classes and methods that represent cross-project contracts</li>
+            <li>All public classes and methods</li>
+            <li>All other classes and methods</li>
+        </ul>
+        <h3>3. Contract cleanup</h3>
+        <p>While cleaning up Javadoc, the following needs to be done:</p>
+        <ul>
+            <li>Turn public classes that represent cross-project contracts into interfaces</li>
+            <li>Make public classes that do not need to be protected or default</li>
+        </ul>
+        <h3>3. Unclogging proposal</h3>
+        <p>Jeremy to write up best practices and guidelines based on his design. The owners of
+            exception cleanup should implement for their respective packages.</p>
+        <h3>4. Architecture documents</h3>
+        <p>Jim to convert powerpoint slides and add text around existing architecture documents. Due
+            12 December.</p>
+        <h2>II. Significant Core Runtime Changes </h2>
+        <p>The following list represents the order in which signficant refactorings and new
+            functionality will be added to the core runtime.</p>
+        <h3>1. Subsystem design</h3>
+        <h4>a. Recursive Injection Container. Jim with some help from Sebastien</h4>
+        <h4>b. Susbsystem and Module Component topology/packaging design. Sebastien with some help
+            from Jim</h4>
+        <p>This will beed to done in conjunction with the recursive injection container.</p>
+        <h4>c. Refactoring of TuscanyModuleComponentContainerImp to support recursive injection
+            container. Jim and Sebastien.</h4>
+        <h4>d. Refactoring of Tomcat code to support subsystems. Sebastien.</h4>
+        <h3>2. Proxy Redesign</h3>
+        <h4>a. Subsystem "proxies". Sebastien with some help from Jim</h4>
+        <h4>b. Module proxies refactoring. Sebastien</h4>
+        <h3>3. Entry Point and External Service redesign. Raymond</h3>
+        <p>This will be staged after the Subsystem design work.</p>
+        <p/>
+        <h3>4. SDO 2 Support</h3>
+        <h4>a. Regenerate models</h4>
+        <h4>b. Remove all outstanding EMF dependencies</h4>
+        <h4>c. Remove old code that duplactes SDO 2 functions</h4>
+        <h4>d. Figure out a way to support POJO property values and support for collections such as
+            Map and List</h4>
+        <h4>e. SDO2 configuration mechanism for the runtime</h4>
+        <h4>f. Port tooling to SDO 2 and integrate with the runtime</h4>
+        <h4>g. SDO2 and web services authoring integration (annotated POJOs)</h4>
+        <h3>5. Policy Support</h3>
+        <p>Some of this could be done in parrallel with SDO2 integration</p>
+        <h4>a. Support for transactions via the Geronimo trasnaction manager</h4>
+        <h3>6. First class support of WSDL and XSD for component interfaces</h3>
+        <h3>7. Additional component and binding types</h3>
+        <h4>a.Spring as a module type </h4>
+        <h4>b.XSLT as component type </h4>
+        <h4>c. ActiveMQ JMS binding</h4>
+        <h4>d. Raw XML/HTTP</h4>
+        <h4>e. Scripting language component</h4>
+        <h3>8. Pluggable data binding framework</h3>
+        <p>Once the SDO 2 implementation has been integrated, we should investigate how to plug in
+            different binding technologies such as JAXB.</p>
+        <h2>III. Web Services Work</h2>
+        <p>This may be done in parallel with other work</p>
+        <h3>a. Better AxisServlet configuration></h3>
+        <h3>b. Streamling serialization/deserialization</h3>
+        <h3>c. Pluggable databinding as above</h3>
+        <h3>d. WS-I basic profile</h3>
+        <h3>e. RPC Encoded</h3> 
+    </body>
+</html>

Propchange: incubator/tuscany/site/src/site/xdoc/roadmap.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/site/src/site/xdoc/roadmap.html
------------------------------------------------------------------------------
    svn:keywords = Rev,Date

Added: incubator/tuscany/site/src/site/xdoc/svn.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/site/src/site/xdoc/svn.xml?rev=381604&view=auto
==============================================================================
--- incubator/tuscany/site/src/site/xdoc/svn.xml (added)
+++ incubator/tuscany/site/src/site/xdoc/svn.xml Tue Feb 28 01:30:27 2006
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright (c) 2005 The Apache Software Foundation or its licensors, as applicable.
+
+  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.
+ -->
+<document url="getinvolved.xml">
+
+	<properties>
+		<author email="mike_edwards@uk.ibm.com">Mike Edwards</author>
+		<title>Apache Tuscany Subversion Repository</title>
+
+	</properties>
+
+	<body>
+		<section name="The Tuscany Subversion Repository">
+			<p>The Tuscany code is held in a Subversion repository.  Subversion is a code control
+			system similar in function to CVS.  Subversion is used as the code repository by many
+			Apache projects.  If you are not familiar with Subversion, see the 
+			section <a href="getinvolved.html#Using Subversion">"Using Subversion"</a>.
+			</p>
+			<p>The Tuscany Subversion repository is found at 
+			<a href="https://svn.apache.org/repos/asf/incubator/tuscany">
+			https://svn.apache.org/repos/asf/incubator/tuscany</a>. You can check out the
+			Tuscany code from the repository and build it on your own machine. 
+			</p>
+			<p>Inside the Tuscany repository, you will find two main directories containing code:
+			<ul>
+				<li>cpp - which holds the code for the C++ projects</li>
+				<li>java - which holds the code for the Java projects</li>
+			</ul>
+			</p>
+		</section>
+
+	</body>
+
+
+</document>
\ No newline at end of file

Propchange: incubator/tuscany/site/src/site/xdoc/svn.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/site/src/site/xdoc/svn.xml
------------------------------------------------------------------------------
    svn:keywords = Rev,Date

Added: incubator/tuscany/site/src/site/xdoc/userguidecpp.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/site/src/site/xdoc/userguidecpp.xml?rev=381604&view=auto
==============================================================================
--- incubator/tuscany/site/src/site/xdoc/userguidecpp.xml (added)
+++ incubator/tuscany/site/src/site/xdoc/userguidecpp.xml Tue Feb 28 01:30:27 2006
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright (c) 2005 The Apache Software Foundation or its licensors, as applicable.
+
+  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.
+ -->
+<document url="faq.xml">
+	<properties>
+		<author email="mike_edwards@uk.ibm.com">Mike Edwards</author>
+		<title>Apache Tuscany - User Guide for C++</title>
+	</properties>
+	<body>
+	<section name="Tuscany User Guide for C++">
+		<ol>
+			<li><a href="#Introduction">Introduction</a></li>
+			<li><a href="#Installing">Installing and Configuring Tuscany</a></li>
+			<li><a href="#First">Your First Tuscany Application</a></li>
+			<li><a href="#Troubleshooting">Troubleshooting</a></li>
+		</ol>
+	</section>
+	<a name="Introduction"></a>
+	<section name="Introduction">
+		<p>Apache Tuscany is built upon two core technologies, SCA and SDO.</p>
+		<b>What is SCA?</b>
+		<p>
+			Service Component Architecture (SCA) is a specification which describes a model for 
+			building applications and systems using a Service Oriented Architecture (SOA).  
+			If you'd like to learn more about SCA you can read the 
+			<a href="http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sca/SCA_White_Paper1_09.pdf">white paper</a>.
+		</p>
+
+		<b>What is SDO?</b>
+		<p>
+			Service Data Objects (SDO) is an architecture and API which provides uniform access #
+			to and manipulation of data from heterogeneous data sources, such as relational databases, 
+			XML, and Web services. You can read the 
+			<a href="http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sdo/SDO_Specification_CPP_V2.01.pdf">
+			SDO Specification for C++</a> to learn more about SDO.
+		</p>
+	</section>
+	<a name="Installing"></a>
+	<section name="Installing and Configuring Tuscany">
+		You can refer to the <a href="installcpp.html">Tuscany Installation Instructions for C++ Projects</a> for more information on 
+		how to install and configure the Tuscany C++ projects.
+	</section>
+	<a name="First"></a>
+	<section name="Your First Tuscany Application">
+		TODO
+	</section>
+	<a name="Troubleshooting"></a>
+	<section name="Troubleshooting">
+		TODO
+	</section>
+
+	</body>
+</document>
\ No newline at end of file

Propchange: incubator/tuscany/site/src/site/xdoc/userguidecpp.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/site/src/site/xdoc/userguidecpp.xml
------------------------------------------------------------------------------
    svn:keywords = Rev,Date

Added: incubator/tuscany/site/src/site/xdoc/userguidejava.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/site/src/site/xdoc/userguidejava.xml?rev=381604&view=auto
==============================================================================
--- incubator/tuscany/site/src/site/xdoc/userguidejava.xml (added)
+++ incubator/tuscany/site/src/site/xdoc/userguidejava.xml Tue Feb 28 01:30:27 2006
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright (c) 2005 The Apache Software Foundation or its licensors, as applicable.
+
+  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.
+ -->
+<document url="faq.xml">
+	<properties>
+		<author email="mike_edwards@uk.ibm.com">Mike Edwards</author>
+		<title>Apache Tuscany - User Guide for Java</title>
+	</properties>
+	<body>
+	<section name="Tuscany User Guide for Java">
+		<ol>
+			<li><a href="#Introduction">Introduction</a></li>
+			<li><a href="#Installing">Installing and Configuring Tuscany</a></li>
+			<li><a href="#First">Your First Tuscany Application</a></li>
+			<li><a href="#Troubleshooting">Troubleshooting</a></li>
+		</ol>
+	</section>
+	<a name="Introduction"></a>
+	<section name="Introduction">
+		<p>Apache Tuscany is built upon two core technologies, SCA and SDO.</p>
+		<b>What is SCA?</b>
+		<p>
+			Service Component Architecture (SCA) is a specification which describes a model for 
+			building applications and systems using a Service Oriented Architecture (SOA).  
+			If you'd like to learn more about SCA you can read the 
+			<a href="http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sca/SCA_White_Paper1_09.pdf">white paper</a>.
+		</p>
+
+		<b>What is SDO?</b>
+		<p>
+			Service Data Objects (SDO) is an architecture and API which provides uniform access #
+			to and manipulation of data from heterogeneous data sources, such as relational databases, 
+			XML, and Web services. You can read the 
+			<a href="http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-sdo/SDO_Specification_Java_V2.01.pdf">
+			SDO Specification for Java</a> to learn more about SDO.
+		</p>
+	</section>
+	<a name="Installing"></a>
+	<section name="Installing and Configuring Tuscany">
+		You can refer to the <a href="installjava.html">Tuscany Installation Instructions for Java Projects</a> for more information on 
+		how to install and configure the Tuscany Java projects.
+	</section>
+	<a name="First"></a>
+	<section name="Your First Tuscany Application">
+		TODO
+	</section>
+	<a name="Troubleshooting"></a>
+	<section name="Troubleshooting">
+		TODO
+	</section>
+
+	</body>
+</document>
\ No newline at end of file

Propchange: incubator/tuscany/site/src/site/xdoc/userguidejava.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/site/src/site/xdoc/userguidejava.xml
------------------------------------------------------------------------------
    svn:keywords = Rev,Date

Added: incubator/tuscany/site/src/site/xdoc/wiki.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/site/src/site/xdoc/wiki.xml?rev=381604&view=auto
==============================================================================
--- incubator/tuscany/site/src/site/xdoc/wiki.xml (added)
+++ incubator/tuscany/site/src/site/xdoc/wiki.xml Tue Feb 28 01:30:27 2006
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright (c) 2005 The Apache Software Foundation or its licensors, as applicable.
+
+  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.
+ -->
+<document url="wiki.xml">
+
+	<properties>
+		<author email="mike_edwards@uk.ibm.com">Mike Edwards</author>
+
+		<title>Apache Tuscany - Wiki</title>
+	</properties>	
+	
+	<body>
+
+	<section name="Tuscany Wiki" />
+	
+	<p>
+	  Tuscany has a Wiki which you can find here:.
+	  	<a href="http://wiki.apache.org/ws/Tuscany">
+			http://wiki.apache.org/ws/Tuscany
+		</a>
+	</p>
+
+	</body>
+
+</document>
\ No newline at end of file

Propchange: incubator/tuscany/site/src/site/xdoc/wiki.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/site/src/site/xdoc/wiki.xml
------------------------------------------------------------------------------
    svn:keywords = Rev,Date