Hi Jim and Peter, thanks for the info and the links, I'll have a look at them. As always happy for the great support around here ;)
Pablo On Thu, Oct 13, 2011 at 5:49 PM, Jim Webber <[email protected]> wrote: > 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 > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > -- Pablo Pareja Tobes My site http://about.me/pablopareja LinkedIn http://www.linkedin.com/in/pabloparejatobes Twitter http://www.twitter.com/pablopareja Creator of Bio4j --> http://www.bio4j.com http://www.ohnosequences.com _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

