This is going a bit slow as i've more pressing things to do so taking it a bit at a time, in line below...
...ant On Tue, Apr 14, 2009 at 6:22 PM, Raymond Feng <[email protected]> wrote: node = NodeFactory.newInstance().createNode(config); // Create a > standalone node > > SCAClient client = SCAClienfFactory.newInstance(); // The SCAClient > can be implemented by NodeImpl as well HelloworldService service = client.getService(HelloworldService.class, > "HelloworldComponent", "urn:someDomainUri"); > Do we really want SCAClient to be implemented by NodeImpl? You can pass in a domain uri on the SCAClient getService call but a Node is tied to a single domain, so how about, at least for now, having a separate SCAClient impl, and we could revisit later on when we've made a bit more progress. ...ant
