diff --git a/spring-data-graph-parent/pom.xml b/spring-data-graph-parent/pom.xml index 3d4db8998..3162a2727 100644 --- a/spring-data-graph-parent/pom.xml +++ b/spring-data-graph-parent/pom.xml @@ -5,7 +5,6 @@ org.springframework.data spring-data-graph-parent Spring Data Graph Parent - http://www.springsource.org/spring-data/data-graph 1.1.0.BUILD-SNAPSHOT pom - + Cross-store persistence The Spring Data Graph project support cross-store persistence, which allows for parts of the data to be diff --git a/src/docbkx/reference/preface.xml b/src/docbkx/reference/preface.xml index 25238bfe8..2db55f800 100644 --- a/src/docbkx/reference/preface.xml +++ b/src/docbkx/reference/preface.xml @@ -105,6 +105,20 @@ and evaluated whenever a property is set, or when a previously detached entity is persisted to the graph. (see ) + + Unfortunately the setup of Spring Data Graph is more involved than we'd like. That is partly due to the maven setup + and dependencies, which can be alleviated by using different build systems like gradle or ant/ivy. The Spring configuration + itself boils down to two lines of <datagraph> namespace setup. (see ) + + + Spring Data Graph can also be used in a JPA environment to add graph features to your JPA entities. In the + the slightly different behavior and setup of a Graph-JPA interaction are described. + + + The provided samples, which are also publicly hosted on github are explained in + . + +