Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Category:SDO"

m (New page: {| class="wikitable" |- | Image:Eclipselink sdo.png‎ | This page lists all sections in the ''EclipseLink User's Guide'' for '''SDO''' (Service Data Objects)...)
 
m
Line 1: Line 1:
 +
__NOTOC__
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 6: Line 7:
  
  
 +
 +
 +
== Developing EclipseLink Applications using SDO ==
 +
<table width="800" cellpadding="5">
 +
<tr valign="top">
 +
<td>
 +
<div style="padding:5px;border:1px solid #000000;width:200px;background:#cff8d9">
 +
==Step 1==
 +
Initialize.
 +
</div>
 +
*Define SDO Types and Properties from an XML Schema
 +
*
 +
</td>
 +
<td>
 +
<div style="padding:5px;border:1px solid #000000;width:200px;background:#cff8d9">
 +
==Step 2==
 +
Unmarshall the XML document.
 +
</div>
 +
 +
</td>
 +
<td>
 +
<div style="padding:5px;border:1px solid #000000;width:200px;background:#cff8d9">
 +
==Step 3==
 +
Modify the data objects.
 +
</div>
 +
*
 +
</td>
 +
<td>
 +
<div style="padding:5px;border:1px solid #000000;width:200px;background:#cff8d9">
 +
==Step 4==
 +
Marshall the data objects.
 +
</div>
 +
*
 +
</td>
 +
</tr>
 +
</table>
  
  
 
[[Category:Architecture]]
 
[[Category:Architecture]]

Revision as of 13:30, 25 February 2008

Eclipselink sdo.png This page lists all sections in the EclipseLink User's Guide for SDO (Service Data Objects) projects.



Developing EclipseLink Applications using SDO

Step 1

Initialize.

  • Define SDO Types and Properties from an XML Schema

Step 2

Unmarshall the XML document.

Step 3

Modify the data objects.

Step 4

Marshall the data objects.

Back to the top