Hi Gautam, If you're writing a Java application, then use the Java APIs. If you need several instances of the application to see the same data then use Neo4j HA. That way your application exposes your API (your service interface).
The Neo4j server does the same thing but it exposes *our* API (that is our REST interface). At this point there are no other protocols supported by the server. But since you're in Java already, the native APIs are a better choice. JIm _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

