From 200a40b332420f94992eb39a6d0ea1cf1490ffc4 Mon Sep 17 00:00:00 2001 From: coreyg Date: Fri, 21 Nov 2014 09:30:19 +0000 Subject: Adding tuscany's website to their svn repo for svnpubsub git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1640879 13f79535-47bb-0310-9956-ffa450edef68 --- site/trunk/site-publish/sdo-java-documents.html | 162 ++++++++++++++++++++++++ 1 file changed, 162 insertions(+) create mode 100644 site/trunk/site-publish/sdo-java-documents.html (limited to 'site/trunk/site-publish/sdo-java-documents.html') diff --git a/site/trunk/site-publish/sdo-java-documents.html b/site/trunk/site-publish/sdo-java-documents.html new file mode 100644 index 0000000000..2d2313e82d --- /dev/null +++ b/site/trunk/site-publish/sdo-java-documents.html @@ -0,0 +1,162 @@ + + + + + + + + SDO Java Documents + + + + + + + +
+  Apache Tuscany > Home > SDO Java > SDO Java Documents + +
+ + + + + + +
+
+ +
+ +
+ Added by kelvin goodson, last edited by haleh mahbod on Apr 18, 2007 +  (view change) + +
+ +
+
+
Apache Tuscany SDO Java User Guide
+

This page is work in progress. Thanks for your contribution

+ + + +


+
+ +

Getting Started

+

As an SDO user, you have (at least) three ways of establishing a Tuscany SDO runtime environment on your machine. In decreasing order of likelihood, you can either

+
    +
  • download a binary distribution of a Tuscany Java SDO milestone release, and follow the instructions in the release archive
  • +
  • Or you can download a Tuscany source distribution, and follow the instruction in the release archive to recreate the corresponding binary release
  • +
  • or you can build from the svn repository source code, giving you the flexibility to base your runtime on the most recent code, or a particular level of your choice.
  • +
+ + +

If you are going to take either of the latter two approaches you will need to establish a development environment.

+ +

For examples of how to use SDO, you can look at the documents or at the samples. If you have downloaded the source distribution, the sample code will be part of that distribution. If however you have downloaded a binary distribution, you'll need to go and download the sample source code as a separate archive.

+ +

Other sources of inspiration might come from the use of SDO within the Tuscany DAS and SCA code. When you come across issues, please look at and/or post to the Tuscany mailing lists.

+ + + +

Specification

+ +

The SDO Specification 2.1 for Java describes the data programming interface for Java language.

+ +

Sample Walkthrough

+ +

The following articles published by Tuscany committers, Kelvin Goodson and Geoffrey Winn, in Java Developer Journal provide a quick view of SDO concepts accompanied by a sample code for a real scenario.

+ + + + +
+ + +
+
+ + + \ No newline at end of file -- cgit v1.2.3