neo4j-contrib / java-rest-binding

Java Bindings for the Neo4J Server REST API, providing an implementation of GraphDatabaseService
Other
120 stars 72 forks source link

Old Traverser Wrapper for this REST binding #7

Open FaKod opened 12 years ago

FaKod commented 12 years ago

Here is my initial implementation of RestOldTraverserWrapper. It provides some

public static org.neo4j.graphdb.Traverser traverse(...)

implementations to support the old style Traverser. The only not implemented is the one with ReturnEval and StopEval. Instead I've added some methods to support server side pruning or filtering in a script language.

I assume that you'll write some tests, because my tests are running with neo4j-scala :-)

hope this helps...