users@jersey.java.net

Re: [Jersey] Problem using jersey

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Wed, 19 Aug 2009 09:21:19 +0200

On Aug 18, 2009, at 10:18 PM, tarjei wrote:

> On 08/18/2009 08:19 PM, Matej Romih wrote:
>> Hello!
>>
>> I have written a rest service using jersey. Now i want to parse (on
>> client side) json response back to original POJO (from which json was
>> generated).
>>
>> Is there any convenient way to do so?
> Have you looked at the Jersey client api?
>

White paper:

http://www.sun.com/offers/details/Java_Jersey_Client.xml


JavaDoc:

https://jersey.dev.java.net/nonav/apidocs/1.1.1-ea/jersey/com/sun/jersey/api/client/package-summary.html


Many of the samples include unit tests that use the client API:

http://download.java.net/maven/2/com/sun/jersey/samples/jersey-samples/1.1.1-ea/jersey-samples-1.1.1-ea-project.zip

Paul.