Re: java to sdo back to java?

2006-04-30 Thread Frank Budinsky
Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote on 04/24/2006 11:13:38 AM: > For our May release we would like to demonstrate this path in the > BigBank scenario (we'll model the Account data with Java interfaces then > generate SDOs from these interfaces). Can we move the Java2SDO generator

Re: java to sdo back to java?

2006-04-24 Thread Jean-Sebastien Delfino
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. see above. thanks Thanks, Raymond ----- Original Message - From: "Paul Toms

Re: java to sdo back to java?

2006-04-21 Thread Frank Budinsky
blem is, since i don't have the XSDs, then > > if > > > the pojo changes and version rev's, then i'll also > > > have to update the xsd to stay in sync. > > > > > > > > > > > > > 3) If your java objects are also created from > > X

Re: java to sdo back to java?

2006-04-21 Thread Paul Tomsic
; then it's easy to > > > tranform the java object to SDO and vice versa > using > > > XML as the intermediate > > > format. > > > > see above. thanks > > > > > > > > Thanks, > > > Raymond > > >

Re: java to sdo back to java?

2006-04-21 Thread Frank Budinsky
t; > XML as the intermediate > > format. > > see above. thanks > > > > > Thanks, > > Raymond > > > > - Original Message - > > From: "Paul Tomsic" <[EMAIL PROTECTED]> > > To: > > Sent: Thursda

Re: java to sdo back to java?

2006-04-21 Thread Paul Tomsic
Ds, > then it's easy to > tranform the java object to SDO and vice versa using > XML as the intermediate > format. see above. thanks > > Thanks, > Raymond > > - Original Message - > From: "Paul Tomsic" <[EMAIL PROTECTED]> > To: &

Re: java to sdo back to java?

2006-04-20 Thread Raymond Feng
jects 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: Sent: Thursday, April 20, 2006 5:37 PM Subject

java to sdo back to java?

2006-04-20 Thread Paul Tomsic
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.