Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [eclipselink-users] Service Data Objects

The most common use case is within SCA applications where data needs to be passed between services that may be remote and may not even be written in Java. SDO allows data objects to be passed across these boundaries.

I believe in most cases Java developers will find that using EclipseLink MOXy gives them the Object-XML mapping capabilities they need (JAXB2 or native mappings in XML). I would consider SDO if I had requirements to pass data objects between services generically (no coupling to the data types).

Doug

-----Original Message-----
From: csergiu77 [mailto:csergiu77@xxxxxxxxx]
Sent: Saturday, January 17, 2009 9:25 AM
To: eclipselink-users@xxxxxxxxxxx
Subject: [eclipselink-users] Service Data Objects



I just discovered Service Data Objects in EclipseLink page.

I did not figured that on what kind of real scenario applications this can
be used.

Just point me plz a real use case if possible.

Thx
-- 
View this message in context: http://www.nabble.com/Service-Data-Objects-tp21516940p21516940.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.

_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users


Back to the top