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-user-guide.html | 171 +++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 site/trunk/site-publish/sdo-java-user-guide.html (limited to 'site/trunk/site-publish/sdo-java-user-guide.html') diff --git a/site/trunk/site-publish/sdo-java-user-guide.html b/site/trunk/site-publish/sdo-java-user-guide.html new file mode 100644 index 0000000000..2c23e921fb --- /dev/null +++ b/site/trunk/site-publish/sdo-java-user-guide.html @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + Apache Tuscany : SDO Java User Guide + + + + + + + + + + + + + + + +
+ + + + +   + +
+ + +
+
+ + + + + + + + + +
+  Apache Tuscany > Home > SDO Overview > SDO Java > SDO Java User Guide + + User List | Dev List | Issue Tracker   +
+ + + + + + + +
+ + +
+ +
+
+ + +
+ + + +
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.

+ +

Example Walk-through

+ +

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.

+ + + +

Also, the detailed documentation about the Samples is available at Sample Program Contents

+ +

Service Data Object Specification 2.1

+ +

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

+
+
+
+ + +
+ + + + + + website stats + + + + + + -- cgit v1.2.3