Re: [Neo4j] JAXRS Server Extensions

2011-06-10 Thread Jim Webber
And here is the announcement that you are looking for: http://feedproxy.google.com/~r/Neo4jBlog/~3/Q80BYTE2rnw/kiruna-stol-14-milestone-4.html Jim On 10 Jun 2011, at 07:58, Kiss, Miklós wrote: > Great! > > I'm looking forward to test the new version. >> Hi Miklós, >> >> Batch updates through

Re: [Neo4j] JAXRS Server Extensions

2011-06-09 Thread Kiss, Miklós
Great! I'm looking forward to test the new version. > Hi Miklós, > > Batch updates through the REST API will be supported from 1.4 M4 which should > be released today - so no need to roll your own. > > Jim > ___ > Neo4j mailing list > User@lists.neo4j.o

Re: [Neo4j] JAXRS Server Extensions

2011-06-09 Thread Jim Webber
Hi Miklós, Batch updates through the REST API will be supported from 1.4 M4 which should be released today - so no need to roll your own. Jim ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

[Neo4j] JAXRS Server Extensions

2011-06-08 Thread Kiss, Miklós
Hello, I'm experimenting with my own server extensions to speed up batch querying and batch update of the graph. Part of my extensions are working as expected giving me significant performance boost on large queries. Now I'm trying to implement batch update of multiple nodes. I was thinking to