Kobla, You could look into spring data graph http://springsource.org/spring-data/neo4j docs: http://bit.ly/sdg-book
Which can operate against the remote rest server. It also contains a RestGraphDatabase implementation that provides lower level access from Java. For real low level you can always use REST client libraries like Jersey or Restlet. Cheers Michael Am 29.04.2011 um 14:46 schrieb Kobla Gbenyo: > Hello, > > Is there any framework (in Java or PHP) by which I can perform CRUD > operations (Create, Read, Update, Delete) on Neo4j REST Server? > > Thanks! > > -- > Kobla GBENYO, > S/C M. Jean MATHE, > 28 Rue de la Normandie, > 79 000 Niort. > > (+33) 6 26 07 93 41 / 6 62 26 64 47 > http://www.gbenyo-expo.fr > > > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

