Hi, I start to prototype a XML and Java model to configure SCA nodes to replace "implementation.node". To facilitate the discussion, I checked in a few java interfaces and XML files under [1].
Basically, we need to provide the following information for a node: * The SCA domain URI * The QName or URI of the node as the id * A list of SCA contributions used by the node * The deployment composite * Base URIs for bindings used by the node Please find the xml example at [2]. Some of the things to be further discussed are added as comments. Thoughts? Thanks, Raymond [1] http://svn.apache.org/viewvc?rev=773135&view=rev [2] https://svn.apache.org/repos/asf/tuscany/java/sca/modules/implementation-node/src/test/resources/org/apache/tuscany/sca/node/configuration/node1.xml
