users@jersey.java.net

Re: [Jersey] Native JSON binding using JacksonJsonProvider

From: Tatu Saloranta <tsaloranta_at_gmail.com>
Date: Mon, 9 Mar 2009 11:08:34 -0700

On Mon, Mar 9, 2009 at 8:56 AM, Jakub Podlesak <Jakub.Podlesak_at_sun.com> wrote:
>
> Hi Tatu,
>
> Very nice. Which version of jackson do i need to use?

Thank you!
Version to use is 0.9.9. I had to add some support for (optional)
detection of supported types. Otherwise 0.9.8 would work too.

> Would you mind adding this provider to the jersey code base
> after some testing?

Not at all, I can do that. It does need testing, so maybe other users
can help with that. It might also be nice to allow configuration
through same mechanism as mapped json conventions?

-+ Tatu +-