Files
spring-data-neo4j/spring-data-neo4j-examples/cineasts/Readme.md
Johannes Mockenhaupt b86149785c Documentation updates.
* SDG->SDN renames.
* Couple of typos fixed.
* URL fixes.
* Update AspectJ section on Eclipse IDE integration.
2012-07-29 14:34:43 +02:00

955 B

Cineasts.net Logo Cineasts.net

This project is the demo/tutorial application for the Spring Data Neo4j library which provides convenient access to the Neo4j graph database.

This tutorial creates a complete web application built on top of Spring Data Neo4j.

It uses a domain that should be familiar to most - movies. So for cineasts.net we decided to add a social touch to the whole movie rating business, allowing friends to share their ratings and get recommendations for new friends and movies.

The tutorial is presented as a colloquial description of the steps necessary to create the application. It provides the configuration and code examples that are needed to understand what's happening.

The complete tutorial is contained in this projects github wiki.