On Sat, May 9, 2009 at 1:07 AM, Raymond Feng <[email protected]> wrote:
> 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
>

Thanks for kicking this off Raymond.

Should we perhaps defined base URIs as...

<binding name="sca:binding.ws">
    <baseURI>http://localhost:8080/ws</baseURI>
    <baseURI>https://localhost:8081/ws</baseURI>
</binding>

Simon

Reply via email to