users@jersey.java.net

[Jersey] Re: Http cache

From: Pavel Bucek <pavel.bucek_at_oracle.com>
Date: Wed, 27 Jul 2011 02:10:43 +0200

Hello,

On 7/26/11 6:20 PM, Sandeep Tikoo wrote:
>
> Hi,
>
> We are currently using Jersey and want to integrate some caching
> mechanism on the client side for performance improvements. My
> understanding is that currently Jersy does not have a built in support
> for Http response caching. Jersy does allow for integrating with
> Apache Http Client which has support for HTTP/1.1 response caching.
>
> My question is if using Jersy-Apache Http Client is the recommend way
> to go if http caching on client side is required.
>
yes, we currently don't have anything better; I recommend using
jersey-apache-http-client4 integration (see
http://blogs.oracle.com/PavelBucek/entry/jersey_client_apache_http_client)

Regards,
Pavel
>
> Thanks in advance.
>
> Sandeep.
>