On Wed, May 13, 2009 at 12:19 AM, Simon Laws <[email protected]> wrote:
> Hi Luciano
>
> Nice work. About your last comment. "produce a HTTP binding model
> configured to use JSON-RPC wire format and operation selector.". How
> would that differ from what you have presented here? I.e.
>
>        <tuscany:binding.http uri="http://localhost:8085/EchoService";>
>           <tuscany:wireFormat.jsonrpc/>
>           <tuscany:operationSelector.jsonrpc/>
>        </tuscany:binding.http>
>
> Simon
>


This would allow users to continue to define binding.jsonrpc for
compatibility reasons, and internally we would map to the wire format
allowing us to maintain on codebase only.

       <tuscany:binding.jsonrpc uri="http://localhost:8085/EchoService"/>

-- 
Luciano Resende
Apache Tuscany, Apache PhotArk
http://people.apache.org/~lresende
http://lresende.blogspot.com/

Reply via email to