You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Raymond Feng <en...@gmail.com> on 2007/03/13 01:21:54 UTC

JSON databinding for Tuscany

Hi,

I prototyped a JSON databinding for Tuscany which supports the data 
transformation between JSON and XML. The code is based on Jettison 
(http://jettison.codehaus.org/) which is used by Axis2 and CXF too.

Do you see any value of this? Ant, is it going to help JSON-RPC or 
JavaScript?

Thanks,
Raymond 


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


Re: JSON databinding for Tuscany

Posted by Jean-Sebastien Delfino <js...@apache.org>.
Raymond Feng wrote:
> Hi,
>
> I prototyped a JSON databinding for Tuscany which supports the data 
> transformation between JSON and XML. The code is based on Jettison 
> (http://jettison.codehaus.org/) which is used by Axis2 and CXF too.
>
> Do you see any value of this? Ant, is it going to help JSON-RPC or 
> JavaScript?
>
> Thanks,
> Raymond
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>
>

This sounds cool, it would make things symmetric with the XML bindings 
we're using for WS (and which I'd like to use for REST style XML/HTTP as 
well as some point) but Ant can probably give a more educated view as 
he's been working with JSON-RPC for a while :)

Would I have to go through an XML transformation if I have a JAXB or SDO 
object in hand and want to produce JSON? or are you going to support SDO 
or JAX-B to JSON directly?

-- 
Jean-Sebastien


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org