This post originated from an RSS feed registered with Java Buzz
by Franco Martinig.
Original Post: Introduction to Spring Data Neo4j
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 Spring Data project makes it easier to build Spring-powered applications that use new data access technologies such as non-relational NOSQL databases, cloud based data services, for instance graph databases. This video is designed for enterprise developers that are working with Spring and need to understand how they would integrate a NOSQL graph database.
Spring Data Neo4j is an integration library for the open source NOSQL graph database Neo4j. It supports multiple, annotation based POJO to Graph Mapping strategies, a Neo4j Template API and extensive support for Spring Data Repositories. It ...