Hi guys, Right now I have a Java application that uses embedded neo4j server. I uses cypher to do queries and stuff.
Is it possible if I decide to have a separate Neo4J DB server and then my application connect to this DB server instead of the local db? From my understanding, we use cypher to access to the embedded server database and rest api to access the non-embedded server. Do I need to change my application to support this? I've read about java-rest-binding but not really sure what it is used for. It seems like I can use java-rest-binding to solve this issue. Regards and thanks -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
