[Neo4j] Connecting to a standalone server (not embedded server)

2011-06-17 Thread Aniceto Pérez y Madrid
BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }I've been digging into documentation and it seems there is no Java wrapper to access it, only the REST API. Is that correct? Thanks ___ Neo4j mailing list User@lists.neo4j.org

Re: [Neo4j] Connecting to a standalone server (not embedded server)

2011-06-17 Thread Jim Webber
Hello Aniceto, Michael Hunger wrote a Java wrapper that uses the REST API under the covers: https://github.com/jexp/neo4j-java-rest-binding As Chris pointed out a couple of emails ago, although this API is similar to the embedded API, it goes over HTTP and so is far slower. Jim On 17 Jun

Re: [Neo4j] Connecting to a standalone server (not embedded server)

2011-06-17 Thread Aniceto Pérez y Madrid
BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }It seems there is a class named ORG.NEO4J.REST.GRAPHDB.RESTGRAPHDATABASE that implements GraphDatabaseService, but despite that package, javadocs are in the spring-data server, and probably the class be also part of

Re: [Neo4j] Connecting to a standalone server (not embedded server)

2011-06-17 Thread Jim Webber
Hi Aniceto, It happens that there is a similar class in SDG, but you should look at the version in Michael Hunger's repo: https://github.com/jexp/neo4j-java-rest-binding Jim ___ Neo4j mailing list User@lists.neo4j.org