users@jersey.java.net

Re: [Jersey] Client API Query Parameters

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Fri, 17 Oct 2008 09:02:38 +0200

On Oct 16, 2008, at 7:29 PM, Julio Faerman wrote:

> Hi,
>
> About query params in the client API, i read in Paul's blog entry ( http://blogs.sun.com/sandoz/entry/services_are_clients_too
> ) :
>
> " It is possible to add further path segments (or query parameters,
> using the uri method, but i need to improve this)."
>
> Is there currently such improvements or i should use the .uri()
> method?
>

No yet, so you need to use the URI method, which is a bit ugly. The
plan is to duplicate some of the functionality of URI builder on
WebResource to build another WebResource.


> I also would like to thank Paul and others, for keeping a nice work
> in jersey and helping a lot here in the user's list.
>

Thanks!
Paul.