Simons,

What I mean by "How can we make an SCA C++ runtime interact with a Java
one?" is that I would like a service running in the C++ runtime can
reference a service running in the Java runtime, but without relying on
Web Services to achieve that. Therefore, I think that it could only be
achieved if there is some sort of communication among different runtimes
(something like a network of Tuscany runtimes)

Does anyone know if this is already doable nowadays?.

I hope it is clear now

Best regards,
Mario


-----Original Message-----
From: Simon Laws [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 08, 2007 11:28 AM
To: [email protected]
Subject: Re: Legacy C App embedded in Tuscany C++

On 3/8/07, Antollini, Mario <[EMAIL PROTECTED]> wrote:
>
> Kelvin,
>
> Thanks a lot for your feedback!
>
> As you said, these are still open questions to me. However, I am now
> trying to answer the "How can we make an SCA C++ runtime interact with
a
> Java one?" question.  Therefore, I am deep diving in Tuscany's
> architecture and reading through developer list's emails to get to
> understand if such interaction can be currently achieved.
>
> Any information/suggestions will be greatly appreciated.
>
> BTW, you suggested me to pull the questions out into a post on this
> list. What do you mean by that? You are talking about sending an email
> to the tuscany-dev list asking for those questions?
>
> Thanks and best regards,
> Mario
>
>
> -----Original Message-----
> From: kelvin goodson [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 07, 2007 7:48 AM
> To: [email protected]
> Subject: Re: Legacy C App embedded in Tuscany C++
>
>
> Mario,
>   thanks for that.  It's really great to see what people are doing
with
> Tuscany.  Are you still looking for answers to the questions you posed
> at
> the end of the document.  I'm not in a position to answer them,  but
it
> might be worth pulling them out into a post on this list.
>
> Regards, Kelvin.
>
>
> On 05/03/07, Antollini, Mario <[EMAIL PROTECTED]> wrote:
> >
> > Hello,
> >
> > I wrote a document that explains the way I exposed a legacy C
> > application (called Jabon)  as  a Tuscany Service Component. I think
> it
> > could be useful for the community.
> >
> > The link to the post is:
> >
>
http://cwiki.apache.org/confluence/display/TUSCANY/Building+an+Applicati
> > on
> >
> > Best regards,
> > Mario Antollini
> >
> >
---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> Hi Mario

It depends what you mean by make an "SCA C++ runtime interact with a
Java one". Today components in the C++ runtime and Java runtimes can
interact through remote interfaces using protocols like SOPA/HTTP.  This
means that the runtimes are running in separate processes, possibly on
separate machines. There is no support for running Java components
locally
in the C++ runtime or for running C++ components in the Java runtime.
What
sort of integration are you looking for?

Regards

Simon

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to