MongoDB and Java
Updated: 2012-04-30 07:34:14
So you want a NoSQL database, and you have chosen MongoDB. Here is a tutorial on how easy MongoDB can be integrated with Java application and some advice on how to isolate your code from the database as much as possible, for encapsulation purposes.The APIMany aspects of the MongoDB API are not language specific, like the terms and the formats used for communicating with the persistence mechanism...