On Thu, Jun 26, 2008 at 8:17 AM, haleh mahbod <[EMAIL PROTECTED]> wrote:
> Can we have a composite that contains a C++ component running on SCA C++ > and a Java component running on SCA Java? I think this used to work at some > point. Just confirming. > > > On 6/25/08, Malte Marquarding <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > Is there a timeline for the java runtime hosting a c++ component? We are > > currently evaluating tuscany and need to access c++ components as these > are > > needed for specialized algorithms. > > > > > > Cheers, > > Malte. > > > > > > > At this point, Tuscany has both Java and C++ for 1). But the java > > > runtime doesn't support C++ component, and not C++ runtime supports > Java > > > component either. So we have to use different runtimes to host the C++ > > > and Java components at this point, but it's potentially possible that > > > the Java runtime will be capable of hosting C++ component. > > > > > > We can't have a composite that mixes C++ and Java implementations. We could have two composites, one with a C++ component and the other with a Java component, in and SCA domain and then have the C++ runtime run the C++ composite and the Java runtime run the Java composite. The automatic domain support we have doesn't currently integrate with the C++ runtime but this solution could be created manually I expect. Simon
