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"

m (added to sdo category)
Line 5: Line 5:
 
== EclipseLink SDO Examples ==
 
== EclipseLink SDO Examples ==
  
* [[EclipseLink/Examples/SDO/SdoClassGen | Generating Java Source from an XML Schema]]
+
* [[EclipseLink/Examples/SDO/DynamicAPI | Using Dynamic DataObjects to Manipulate XML]]
* [[EclipseLink/Examples/SDO/SdoStatic | Using Static Data Objects to Manipulate XML]]
+
* [[EclipseLink/Examples/SDO/SdoDynamic | Using Dynamic Data Objects to Manipulate XML]]
+
  
  
 
[[Category:SDO]]
 
[[Category:SDO]]

Revision as of 15:27, 19 September 2008

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.

EclipseLink SDO Examples

Back to the top