[Neo4j] Neo4j REST API and JAXB
Christopher Schmidt
fakod666 at googlemail.com
Wed Dec 8 15:52:41 CET 2010
Hi all, is anyone using the REST interface and JAXB?
I have some problems with the traversal response of POST call to
"/node/3/traverse/path" which returns:
[ {
"start" : "http://localhost:9999/node/3",
"nodes" : [ "http://localhost:9999/node/3", "http://localhost:9999/node/1"
],
"length" : 1,
"relationships" : [ "http://localhost:9999/relationship/6" ],
"end" : "http://localhost:9999/node/1"
}, {
"start" : "http://localhost:9999/node/3",
"nodes" : [ "http://localhost:9999/node/3", "http://localhost:9999/node/2"
],
"length" : 1,
"relationships" : [ "http://localhost:9999/relationship/2" ],
"end" : "http://localhost:9999/node/2"
} ]
Does anyone know how to define the JAXB objects?
--
Christopher
twitter: @fakod
blog: http://blog.fakod.eu
More information about the User
mailing list