Just trying to make a simple client server paradigm using SCA, where the server 
will be up running in one JVM waiting for client to make request via JMS. The 
JMS binding example I ported over from 1.x starts up the client first and then 
invoke the service and all happen in one JVM (I want to start the service first 
in one JVM, and then launch the client later in another JVM). I guess I'm 
confused how SCA domain/node work in 2.x.  The calculator-distributed example 
in 1.x uses DomainManagerLauncher and NodeLauncher.  I was looking for 
something similar in 2.x (use DomainManagerLauncher to start the server and use 
NodeLauncher to start the client).

Thanks,
Ha

-----Original Message-----
From: Luciano Resende [mailto:[email protected]] 
Sent: Tuesday, February 16, 2010 1:34 PM
To: [email protected]
Subject: Re: Tuschany 2.x status?

On Tue, Feb 16, 2010 at 11:15 AM,  <[email protected]> wrote:
> I got the JMS binding example working but the client and the services both 
> run on the same JVM. How do I start the services (we'll treated this as a 
> server - up and running waiting for request from client) from one JVM and 
> start the client in another? Couldn't find an example on this. The closest 
> one is calculator-distributed in 1.x but doesn't work in 2.x because of 
> missing DomainManagerLauncherBootstrap.
> Could somebody point me to the right direction?
>
> Thanks,
>

You could probably find a similar scenario in one of the nodes itest
   https://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk/itest/nodes/

If those are not what you want, please give me more details and I
could try to do something in my sandbox tonight or tomorrow.

-- 
Luciano Resende
http://people.apache.org/~lresende
http://twitter.com/lresende1975
http://lresende.blogspot.com/

Reply via email to