Hi Pablo,

> What do you exactly mean by discoverability ? Always getting all in/out rels
> for a node?

Yup, exactly. By default the REST server projects the graph (naively) onto the 
Web (itself a graph).

> About writing an extension, has anyone already done this at some level?
> Is there any kind of docs about this?

Yes, and I just noticed Peter responded with those links :-)

> And lastly (I just realized I only asked more questions so far... )  is the
> REST-Server somehow prepared
> for these extensions? I mean, could I use the 'skeleton' of the Server and
> only change some parts in order
> to get all this?

With the managed and unmanaged extensions, you add your code into the server 
through APIs. The managed API gives you a very graph-centric view and manages 
creation of JSON and HTML representations on your behalf. The unmanaged API 
gives you a JAX-RS API plus direct access to the underlying database.

Jim
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to