Tag Archives: MongoDB

Java ORM using mongoDB part 2

Previously I briefly introduced the mjorm mongo-java-ORM solution I found. This post will go more in-depth and give more specific examples of querying, creating, and removing records from your mongoDB instance. If you don’t already have mongoDB, you’ll need it … Continue reading

Posted in Data Store, Java, ORM, Programming | Tagged , , | 2 Comments

Java ORM using MongoDB

My previous blog post covered a little about MongoDB. It’s really simple to use on the command line and thanks to an open-source developer, it’s really simple to use in a java application.

Posted in Data Store, Java, ORM, Programming | Tagged , , , | 5 Comments