IMHO yes we do. Sure maybe cloud computing is trending towards what
you're saying but we're a long way away from there yet, and thats just
one use case. Given that we will need a way to define a non-default
domain URI somewhere its going to be possible anyway.

So going back to the original question where do we want to specify the
domain URI? I think in the NodeFactory newInstance, are there any
other suggestions?

   ...ant

On Mon, Jun 8, 2009 at 4:40 PM, Raymond Feng<[email protected]> wrote:
> It's technically possible. But do we really want to allow one JVM to
> participate multiple SCA domains? IMO, the SCA domain defines the boundary
> of management for SCA composite applications. With the trend of cloud
> computing, JVMs are even less partitioned into multiple applications these
> days to simplify the management, recycling and isolation.
>
> Thanks,
> Raymond
> --------------------------------------------------
> From: "ant elder" <[email protected]>
> Sent: Monday, June 08, 2009 5:12 AM
> To: <[email protected]>
> Subject: Multiple domains with multiple nodes
>
>> Now that we've got working having multiple Nodes interacting together
>> in the one in-JVM "default" domain we're going to also need a way to
>> support multiple domains. I wondered about having the NodeFactory be
>> associated with a domain so you do something like:
>>
>> nodeFactory = NodeFactory.newInstance(domainURI);
>>
>> and then all nodes created from the factory belong to that domain.
>> Comments or alternative suggestions?
>>
>>  ...ant
>
>

Reply via email to