[Neo4j] Neo4j REST API and JAXB
Peter Neubauer
peter.neubauer at neotechnology.com
Wed Dec 8 15:56:16 CET 2010
Christopher,
are you trying to build your own server, or are you using Neo4j Server?
The REST API is now part of the server component, we are right now
defining a mechanism to mount your own server extensions without
breaking the REST hypermedia of the existing API.
What are you trying to do?
Cheers,
/peter neubauer
GTalk: neubauer.peter
Skype peter.neubauer
Phone +46 704 106975
LinkedIn http://www.linkedin.com/in/neubauer
Twitter http://twitter.com/peterneubauer
http://www.neo4j.org - Your high performance graph database.
http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.
On Wed, Dec 8, 2010 at 3:52 PM, Christopher Schmidt
<fakod666 at googlemail.com> wrote:
> 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
> _______________________________________________
> Neo4j mailing list
> User at lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
More information about the User
mailing list