This post originated from an RSS feed registered with Java Buzz
by Franco Martinig.
Original Post: Spring Data and MongoDB integration
Feed Title: Java Software Development Videos and Tutorials Directory
Feed URL: http://www.java-tv.com/feed/
Feed Description: Java-TV.com is a directory of videos, interviews and tutorials focused on software development activities with the Java programming language.
MongoDB is a document-oriented NoSQL database written in C++ that stores data in JSON-like (BSON) documents into dynamic schemas. MongoDB is emerging as one of the leaders in the document-oriented NoSQL space. Spring Data is one of the latest offerings from the Spring Source Community, and is focused on improving data access and persistence.
Leveraging the venerable power of the Spring Framework, Spring Data purports to deliver a “familiar and consistent” programming model underpinned by the Spring Services and its IOC container. This video explores Spring Data integration to MongoDB while ...