hi Christine, i tried to use the client lib for call my rest service, following this http://cwiki.apache.org/CXF20DOC/simple-frontend.html but without success. do you think it should work?
i will take a look to XStream. thanks, Davide Christine-27 wrote: > > On Mon, 2009-02-16 at 02:21 -0800, Davide Mora wrote: >> Bill Crook wrote: >> > I've got my JSON endpoints up with CXF which is great. I now want to >> > write a java client that can hit the JSON endpoint and turn the JSON >> > response into the corresponding java objects. What is the best >> > approach for doing this? Does anyone have any experience with this? > > I guess there's a number of ways for doing that. I use XStream to > convert either xml or json into java objects. Works perfectly, mostly > out of the box. Works both for incoming and outgoing. > > But isn't there a CXF java client lib that does it for you? > > dagdag > Christine > > -- > dagdag is just a two-character rotation of byebye... > > > > -- View this message in context: http://www.nabble.com/JSON-client--tp13960345p22035717.html Sent from the cxf-user mailing list archive at Nabble.com.
