I never had much luck with the java REST binding. It's slow and works in strange ways. I wrote my own simpler client to just use cypher over REST to the transactional endpoint. You may find it a nice alternative if you like using Cypher.
https://github.com/pdtyreus/neotrac4j On Tuesday, May 13, 2014 8:07:46 AM UTC-7, Sotiris Beis wrote: > > Hi, > I am trying to get more familiar with the java-rest-binding ( > https://github.com/neo4j/java-rest-binding). My main question is what > operations of the GraphDatabaseService supports. For example I read > here<http://stackoverflow.com/questions/16058644/unsupportedoperationexception-when-retreiving-all-nodes-with-globalgraphoperatio> > tha > GlobalGraphOperation are not supported, but the > tests<https://github.com/neo4j/java-rest-binding/blob/2.0-labels-and-indexes/src/test/java/org/neo4j/rest/graphdb/RestTestBase.java> > use > them. I have the final release (2.0.1). In adittion to this I would like to > know if there is a significant defference between GraphDatabaseService > gds = new RestGraphDatabase("http://localhost:7474/db/data"); and RestAPI > restAPI = new RestAPIFacade("http://localhost:7474/db/data",username); or > it's the same way to connect to the neo4j server. > > Thanks in advance, > Sotiris > > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
