On Thu, Feb 21, 2008 at 8:25 AM, Prashanth Rao <[EMAIL PROTECTED]> wrote:
> What are the approaches needed to integrate C++ component with say Java > component. > Is webservice binding the only way i can wire them together? > > Thanks > Prashanth > I think thats right, WS is the best way to do this today. Would be really good to write a C++ implementation extension for the Java SCA runtime so C++ components can be invoked directly. The hard part of that is how to convert btw Java and C++ types, one way to do that could be to use SDO and have a utility that converts between Java SDOs and C++ SDOs. That may not be too hard for someone who knows C++ but thats not me, any C++ guys out there who'd be interested in helping with this? ...ant
