On Thu, Sep 4, 2008 at 7:53 AM, ant elder <[EMAIL PROTECTED]> wrote: > While implementing part of the webapp support in the JEE spec i've made a > JMS version of binding.sca, its still a bit rough around the edges but its > got to the stage where it does work. > One feature i think is cool is that by default it uses UDP multicast to > discover nodes, so you can just start up nodes and they automatically find > each other and become part of the domain. > > There is a sample showing using it in samples/helloworld-distributed, the > README explains how to run it. Try it out, I'd be interested in any > feedback and if anyone is interested in helping there is still lots to do. > One thing that would be useful is to configure it from a binding.jms in the > definitions file so you could then use custom domain names by including a > definitions.xml when starting a node. > ...ant >
Ping? I've been playing with this for a while now and i really like how easy it makes using distributed SCA domains so i'd like to make this a first class part of Tuscany. The type of things it needs are adding methods to the Node APIs to start up a node using a list of contributions and a domain name - programmatically and from the cmd line, the same for webapps so something like a new ServletListener and a way to configure the domain name used. Have a way to configure the network of brokers if auto discovery is wanted or static node IP addresses and if security is needed etc. And have more samples and demos showing how to use it. I'll start on this over the next days if anyone would like to help that would be great, this is interesting and has a lot of potential IMHO so i encourage anyone to get involved. ...ant
