yes thanks a lot.

2010/2/10 Luciano Resende <[email protected]>

> On Tue, Feb 9, 2010 at 4:26 PM, Antonio Mirarchi
> <[email protected]> wrote:
> > Hi, i have some questiona about the node configuration on tuscany 1.4, in
> > the example of calculator distribuited under directory
> > src/main/resource/cloud there are many file, one for every node of the
> > calculator, for example the nodeA has:
> >
> > <composite      xmlns="http://www.osoa.org/xmlns/sca/1.0";
> >                 xmlns:t="http://tuscany.apache.org/xmlns/sca/1.0";
> >                 targetNamespace="http://sample/cloud";
> >                 xmlns:s="http://sample";
> >                 name="NodeA">
> >
> >     <component name="NodeA">
> >         <t:implementation.node uri="nodeA" composite="s:CalculatorA"/>
> >         <service name="Node">
> >             <binding.sca uri="http://localhost:8100"/>
> >         </service>
> >     </component>
> >
> > </composite>
> >
> > it's possible to specify multiple binding for the node?
>
> Is this what you are looking for (from tutorials/store/domain) ?
>
> https://svn.apache.org/repos/asf/tuscany/sca-java-1.x/branches/sca-java-1.4/tutorials/store/domain/cloud/StoreNode.composite
>
>
>
> --
> Luciano Resende
> http://people.apache.org/~lresende
> http://lresende.blogspot.com/
>

Reply via email to