[Neo4j] Domain objects and php rest api

2011-03-10 Thread darkrain2
How do I go about creating domain objects and accessing them via php rest apiMy understanding is that I would create a server plugin in java with my objects then make them available via php rest api...if this is the case, how do I go about doing this...also, I'm probably asking a stupid questio

[Neo4j] graph.mydomain.com/node/1

2011-02-01 Thread darkrain2
Hello, I've install Neo4J rest API and its working great, but i'm unsure about how to browse and update nodes under my domain...essentially my url would be http://graph.mydomain.com/24 (node 24) http://graph.mydomain.com/24/friends ( relationship friends). I would like to use Curl make to Api ca