|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SampleBase | |
---|---|
org.apache.tuscany.samples.sdo | Provides common constants and a command line java interface for executing samples. |
org.apache.tuscany.samples.sdo.advanced | Advanced Service Data Object (SDO) Sample Programs |
org.apache.tuscany.samples.sdo.basic | Simple Service Data Object (SDO) Sample Programs |
org.apache.tuscany.samples.sdo.intermediate | Intermediate Service Data Object (SDO) Sample Programs |
Uses of SampleBase in org.apache.tuscany.samples.sdo |
---|
Subclasses of SampleBase in org.apache.tuscany.samples.sdo | |
---|---|
class |
ExecuteSamples
A program to execute a sequence of SDO sample programs. |
Uses of SampleBase in org.apache.tuscany.samples.sdo.advanced |
---|
Subclasses of SampleBase in org.apache.tuscany.samples.sdo.advanced | |
---|---|
class |
MedicalScenario
This sample is based on a 2 part article by Kelvin Goodson and Geoffrey Winn. |
class |
MedicalScenarioWithChangeMonitoring
This sample is based on a 2 part article by Kelvin Goodson and Geoffrey Winn. |
class |
ObtainingDataGraphFromXml
This sample program demonstrates a variety of methods available to obtain the root DataObject contained within an xml representation of a DataGraph. |
class |
PrintDataGraph
This sample program traverses data graphs and builds up a text representation of the data graph. |
Uses of SampleBase in org.apache.tuscany.samples.sdo.basic |
---|
Subclasses of SampleBase in org.apache.tuscany.samples.sdo.basic | |
---|---|
class |
AccessDataObjectPropertiesByName
Demonstrates accessing a DataObject's Property values by name. |
class |
AccessingTheContentsOfASequence
Demonstrates accessing the sequence from a DataObject containing mixed content. |
class |
CreateCompany
This sample uses the scenario of building a description of a company to demonstrate primarily the setting of data using strings to name Properties. |
class |
CreatePurchaseOrder
Demonstrates creating a purchaseOrder DataObject from an existing XSD and then persisting to disk. |
class |
ReadPurchaseOrder
Reads purchase order DataObject from XML, based upon Fuhwei Lwo's paper Create and read an XML document based on XML Schema. |
Uses of SampleBase in org.apache.tuscany.samples.sdo.intermediate |
---|
Subclasses of SampleBase in org.apache.tuscany.samples.sdo.intermediate | |
---|---|
class |
AccessDataObjectUsingValidXPath
Demonstrates accessing a created DataObject's properties using the SDO XPath like syntax. |
class |
AccessingDataObjectsViaPropertyIndex
Demonstrates accessing the properties of a DataObject using integer property indices. |
class |
CreateCompanyTuscanyAPI
This sample is a variant of the CreateCompany sample where the graph of DataObjects is contained in an instance of DataGraph. |
class |
CreateDataObjectFromXmlString
Demonstrates creating a DataObject from a String of XML without an explicit model. |
class |
DynamicCustomerTypeSample
Demonstrates creating and using Types dynamically. |
class |
SerializingDeserializingADataObject
Demonstrates serializing and deserializing a DataObject to disk using java serialization. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |