Is it possible to use the WrappingNeoServerBootstrapper with spring-data-neo4j?
When using an embedded database without spring-data-neo4j, one can use a
That should be no problem. The config below is not tested, but should work and give you an idea how to set it up.
Transactions are handled the same way as the Neo4j-REST API does it. One per request. The underlying neo4j-rest-graphdb library also supports the REST-Batch API but that is not yet leveraged in SDN.
Update:
Please also add the dependency for the webadmin static files to your project, something like this:
org.neo4j.app
neo4j-server
1.5
jar
static-web