Re: Guice Persist support for Neo4j

2016-09-18 Thread Mark Angrish
Thanks Stephan, I will check it out :) On Friday, 16 September 2016 16:58:57 UTC+10, scl wrote: > > I was using guice-persist in an environment with multiple databases and > ran into some limitations (see the guice bug tracker). > > Since there was not much effort from the official developers

Re: Guice Persist support for Neo4j

2016-09-16 Thread Stephan Classen
I was using guice-persist in an environment with multiple databases and ran into some limitations (see the guice bug tracker). Since there was not much effort from the official developers I decided to write my own persist extension. I supports out of the box: - All features of guice-persist

Re: Guice Persist support for Neo4j

2016-09-15 Thread Mark Angrish
Hi Thomas, Yeah I saw yours. I will look through it more carefully when i get the chance. I think there are a number of bugs in the core guice-persist framework that I'd like to iron out (it doesn't seem to update much so i might fork it) but other than that it's just straight up

Guice Persist support for Neo4j

2016-09-13 Thread Thomas Broyer
Hi, A few years ago, I did a similar thing at https://github.com/tbroyer/guice-persist-neo4j Feel free to borrow some code, but IIRC it didn't do more than yours. -- You received this message because you are subscribed to the Google Groups "google-guice" group. To unsubscribe from this group

Guice Persist support for Neo4j

2016-09-13 Thread Mark Angrish
Hi everyone, I'm a developer on the Neo4j Object Graph Mapper (OGM) and Spring Data Neo4j (SDN) projects and I've just dropped an initial release to integrate Neo4j with Guice. You can find the release