Re: [Neo4j] Domain objects and php rest api

2011-03-14 Thread Jacob Hansson
Hi Donald! I'm not completely certain of what you mean by domain objects. If you mean simply creating nodes and relationships and performing various operations on them, the neo4j rest api should provide you with functionality to do that. If you mean higher level domain modelling, like you would do

[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