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

EclipseLink/FAQ/SDO

< EclipseLink‎ | FAQ
Revision as of 10:17, 22 November 2007 by James.sutherland.oracle.com (Talk | contribs) (New page: The Service Data Object (SDO) service allows developers to generate dynamic and static SDO models from an XSD and use these within their application. In addition to the XML binding capabil...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The Service Data Object (SDO) service allows developers to generate dynamic and static SDO models from an XSD and use these within their application. In addition to the XML binding capabilities defined in the specification additional flexibility is provided by the Object-XML service. This approach provides a solution for applications requiring less coupling to the data structures being accessed and modified. Support for wrapping a Java object (i.e. JPA entity) within a DataObject will be provided to enable the usage of existing domain models with SDO.

Back to the top