users@jersey.java.net

[Jersey] Re: Jersey JSON with MongoDB ObjectId

From: Tatu Saloranta <tsaloranta_at_gmail.com>
Date: Wed, 9 Feb 2011 09:19:02 -0800

On Tue, Feb 8, 2011 at 10:33 PM, Mike Key <mikey_at_zenbitz.com> wrote:

> Markus,
>
> Thanks! This is exactly what I needed and it worked like a charm.
>
> Tatu, thanks for the info. on bson4jackson as well, I am not using the
> native BSON from Mongo but rather mapping to Java Beans...although this may
> be where I go in the future now that I know such a thing exists.
>
>
No prob. And just so you know, BSON->POJOs is exactly what bson4jackson
does, and slightly faster than the default BSON java package; in case you
might want to have a look (and of course supports all other jackson
functionality, including configurability using jackson or jaxb annotations).

Good luck!

-+ Tatu +-