Build a Spring-Data Project With MongoDB in Under 5 Minutes Using Netbeans 7 and Maven
A (long) intro to using Spring-Data and MongoDB:
Spring-Data is a rapidly moving project and has support for many technologies such as non-relational databases, map-reduce frameworks, and cloud based data services as well as providing support for relational databases. Today I’m going to focus on their support for MongoDB.
It’s unfortunate how much setup and boilerplate code is needed by a Java application just to insert and fetch a record.
Original title and link: Build a Spring-Data Project With MongoDB in Under 5 Minutes Using Netbeans 7 and Maven (©myNoSQL)