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/UserGuide/SDO/Introduction to SDO (ELUG)"

m (Dynamic Object Model)
m
Line 1: Line 1:
 +
Information pending
 +
<!--
 +
 
This section introduces concepts of Service Data Objects (SDO) and provides general information on it.
 
This section introduces concepts of Service Data Objects (SDO) and provides general information on it.
  
Line 62: Line 65:
  
 
EclipseLink is focussed on separating data from its messaging or persisted representations. Now with SDO support this data can be a POJO or a DataObject. This allows you to work with data in both Java EE and SCA environments.
 
EclipseLink is focussed on separating data from its messaging or persisted representations. Now with SDO support this data can be a POJO or a DataObject. This allows you to work with data in both Java EE and SCA environments.
 +
-->

Revision as of 14:45, 21 April 2009

Information pending

Back to the top