This post originated from an RSS feed registered with Java Buzz
by Franco Martinig.
Original Post: Using Spring with Non Relational Databases
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.
The needs of many enterprises have stretched traditional RDBMS based solutions to the breaking point and as a result, a plethora of new non-relational storage options have appeared: key-value stores, column storages, document and graph databases.
This video presents how the Spring Framework is evolving to support NoSQL databases by bringing traditional Spring values such as portability, productivity and a unified POJO based programming model to this style of data access. During the presentation, the main features of Spring Data is presented by taking a tour of the various offerings ...