Hi,
This is an interesting question.
1) What's your java object? Is it a JavaBean (or even further, generated
from XSD)?
2) I think there were discussions on this mailing list to generate SDO from
JavaBeans (approaches like wrapping, proxy or dynamic code generation).
3) If your java objects are also created from XSDs, then it's easy to
tranform the java object to SDO and vice versa using XML as the intermediate
format.
Thanks,
Raymond
----- Original Message -----
From: "Paul Tomsic" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, April 20, 2006 5:37 PM
Subject: java to sdo back to java?
is it possible to take an existing java object, and
turn it into SDO (dataobject), maybe serialize it,
persist it, whatever, then convert it back to it's
original java object?
if so, could someone point me to an example or
something ?
thanks in advance.