Package org.apache.tuscany.samples.sdo.specCodeSnippets

Provides examples containing code snippets located throughout the SDO Specification.

See:
          Description

Class Summary
AccessDataObjectPropertiesByName Demonstrates accessing a created DataObject's properties by name.
AccessDataObjectUsingValidXPath Demonstrates accessing a created DataObject's properties using the SDO XPath like syntax.
CreateDataObjectFromXmlString Demonstrates creating a DataObject from a String of XML.
CreateDataObjectFromXsdAndXmlFiles Demonstrates defining Types by using a predefined xsd resource, and populating a DataObject by using a previously created xml file.
DynamicCustomerTypeSample Demonstrates creating and using Types dynamically.
ObtainingDataGraphFromXml Demonstrates a variety of methods available to obtain the root DataObject contained within an xml representation of a DataGraph.
PrintPropertiesOfDataObject Demonstrates iterating through, and inspecting properites of a DataObject.
UsingXPath Demonstrates accessing a created DataObject's properties using SDO's XPath like syntax.
 

Package org.apache.tuscany.samples.sdo.specCodeSnippets Description

Provides examples containing code snippets located throughout the SDO Specification. In general these samples attempt to use the code and comments contained within the specification but allow a certain degree of flexibility to extend or improve upon the code snippets where desirable. The user is encouraged to modify and execute these code examples.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see the SDO Java Overview section of the Tuscany website.



Copyright © 2007 Apache Software Foundation. All Rights Reserved.