users@jersey.java.net

Re: [Jersey] fastinfoset and gzip

From: Tatu Saloranta <tsaloranta_at_gmail.com>
Date: Thu, 21 Jan 2010 12:38:53 -0800

On Thu, Jan 21, 2010 at 4:00 AM, Paul Sandoz <Paul.Sandoz_at_sun.com> wrote:
> Hi Florian,
> Is there any additional output logged? for example:
>   A message body writer for Java type...
> The GZIP filter is generic so it should not really matter what the content
> to be GZIP'ed is.

I have a related question: would it be easy to add support for
alternate compression codecs?
Results I have seen with LZF (used by H2 DB, added to Voldemort) are
very encouraging, and I would be interested in making that work with
Jersey too. But have not had time to see how easy it would be to do.

-+ Tatu +-