Hello, I would like to know if a conversion between java and c++ SDO objects has been considered; with a special attention to Static Type conversion?
I am trying to integrate tuscany in my current existing C++ application using java DAS (since the c++ DAS is not yet complete) to access my data. In this context I MUST use static type because my system is already providing me with Data Store Objects which I need to reuse. For doing this I would like to use multiple inheritance of the Data Store Objects with SDO Data Objects. Can I use the serialized DataObjects in XML created by the java DAS-SDO Static Typed for generating C++ DataObjects Static Typed? Is there any development that is currently addressing this? Thanx, Alessandra
