Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/Examples/SDO"

 
(18 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
Note: Any examples listed without links are place-holders. If there is an example you would like to see please add it to the list.
 
Note: Any examples listed without links are place-holders. If there is an example you would like to see please add it to the list.
  
== EclipseLink SDO Examples ==
+
== Getting Started ==
  
* [[EclipseLink/Examples/SDO/StaticAPI | Using Static DataObjects to Manipulate XML]]
+
* [[EclipseLink/Examples/SDO/BasicAPI | Using the SDO API]]
* [[EclipseLink/Examples/SDO/DynamicAPI | Using Dynamic DataObjects to Manipulate XML]]
+
* [[EclipseLink/Examples/SDO/MetadataXMLSchema | Convert an XML Schema to SDO Metadata]]
 +
* [[EclipseLink/Examples/SDO/CustomizingXSD | Customizing your XSD for SDO Usage]]
  
 +
=== Using Dynamic Data Object ===
  
[[Category:SDO]]
+
* [[EclipseLink/Examples/SDO/DynamicAPI | Using Dynamic DataObjects]]
 +
* [[EclipseLink/Examples/SDO/DynamicAPIXML | Using Dynamic DataObjects to Manipulate XML]]
 +
 
 +
=== Using Static Data Objects ===
 +
 
 +
* [[EclipseLink/Examples/SDO/Compiler | Running the SDO Compiler - Generating Type Safe DataObjects]]
 +
* [[EclipseLink/Examples/SDO/StaticAPI | Using Type Safe DataObjects to Manipulate XML]]
 +
 
 +
== Data Access Service ==
 +
 
 +
These examples focus on the usage of SDO with alternative value stores.
 +
 
 +
* [[EclipseLink/Examples/SDO/JAXB | Converting POJOs to/from SDO DataObjects using the POJO/SDO Bridge]]
 +
* [[EclipseLink/Examples/SDO/JPA | Accessing Relational Data as SDO DataObjects using JPA]]
 +
 
 +
[[Category:EclipseLink/Example| SDO Examples]]

Latest revision as of 12:52, 24 June 2010

The following examples are provided to assist developers with their adoption and usage of EclipseLink's SDO functionality.

Note: Any examples listed without links are place-holders. If there is an example you would like to see please add it to the list.

Getting Started

Using Dynamic Data Object

Using Static Data Objects

Data Access Service

These examples focus on the usage of SDO with alternative value stores.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.