[Neo4j] How to use Java API to talk to Neo4J Server

2012-01-08 Thread David Smith
My main question here is how do I talk to a standalone Neo4J Server using the Java API, can anyone provide a java example? Can the java api talk to an already running standalone Neo4J Server? I have played with EmbeddedGraphDatabase. If I have a web app (Grails/Groovy - Java), which method of

Re: [Neo4j] How to use Java API to talk to Neo4J Server

2012-01-08 Thread Michael Hunger
You might look into the java-rest-binding which provides the neo4j-core-api to the remote server. https://github.com/neo4j/java-rest-binding As for examples, I'm currently working on a template repository for heroku templates that uses this rest-binding with the playframework (my first