Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Help with Java OO MongoDB Wrapper
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Help with Java OO MongoDB Wrapper

concerto49concerto49 Member
edited May 2013 in Help

Anyone interested in collaboration on an object oriented mapper for mongodb in Java?

Long story short, the Java driver for mongodb is great however it doesn't map POJO natively. Tried the suggested ones, but are problematic in usage and slow.

This will be open source and released on github.

Comments

  • jcalebjcaleb Member

    me!

  • @jcaleb do you know of any way to serialize to bson besides bson4jackson and mongodb driver?

    The DBObject class in the mongodb driver is... hm.

  • jcalebjcaleb Member

    I am not experienced with MongoDB so much. Just played with it in Grails. But I'm willing to research and work on it on long term project

  • @jcaleb not sure how to convert to bson effectively but. I know how to convert to json. And yes, jackson is SLOW.

    Learning Mongo shell right now. Will start on this soon probably.

Sign In or Register to comment.