Sachin, Try the following URL for REST call: https://github.com/neo4j/neo4j/blob/2.1.7/community/server-examples/src/main/java/org/neo4j/examples/server/CreateSimpleGraph.java
If you are starting some project then I'll suggest to use cypher-jdbc. -Sukaant Chaudhary <http://in.linkedin.com/pub/sukaant-chaudhary/33/ba8/479> On Fri, Mar 20, 2015 at 8:44 PM, Sachin Mehrotra <[email protected]> wrote: > Hi Sukaant, > > I was able to run this. But when i tried to use Neo4j in server mode by > using rest interface using spring-data for rest framework. Things not > working. I tried many combinations but not having success. > Can you point me to some example where all the dependency given for using > rest framework. > > Thanks > Sachin Mehrotra > > On Friday, 20 March 2015 19:47:08 UTC+5:30, Sukaant Chaudhary wrote: >> >> Sachin, >> Try this code, this may help you. >> http://spring.io/guides/gs/accessing-data-neo4j/ >> >> -Sukaant Chaudhary >> <http://in.linkedin.com/pub/sukaant-chaudhary/33/ba8/479> >> >> On Fri, Mar 20, 2015 at 5:29 PM, Sachin Mehrotra <[email protected]> >> wrote: >> >>> Hi All, >>> >>> >>> I am creating a project that needs to use Spring Data for Neo4j >>> using spring-data-neo4j-res. I am trying this from last 2 days but every >>> time i face dependency issues. >>> Currently my code complied completely but when run it failed. >>> >>> Can any one gives me complete set of dependency to setup the project >>> using spring-data-neo4j-res.I am using Neo4j 2.1.7 >>> >>> >>> Thanks >>> Sachin Mehrotra >>> >>> -- >>> 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. >>> >> >> -- > 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. > -- 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.
