Raymond Feng wrote:
What's the use case to have one JVM joining multiple SCA domains (even
theoretically it's possible)? I agree with Simon that one node should
only belong to one SCA domain but it seems that he also hinted that one
JVM can host more than one node.
We have APIs that allow this. Just write:
SCADomain scaDomain1 = SCADomain.newInstance("domain1.composite");
SCADomain scaDomain2 = SCADomain.newInstance("domain2.composite");
Regarding use cases, it can be useful for testing purposes.
Simon
Thanks,
Raymond
----- Original Message ----- From: "Simon Nash" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Friday, August 31, 2007 1:20 PM
Subject: Picture on the Tuscany website SCA Java page
The picture on http://incubator.apache.org/tuscany/sca-java.html doesn't
look quite right to me. It seems to show a node that is split between
two domains. I think an SCA node is part of exactly one domain. It's
possible for more than one domain to run in a single JVM, but from an
architectural perspective these domains would each instantiate a separate
node within the same JVM and would not be part of the same node.
Simon
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]