[Neo4j] Spring Data Neo4J vs. Tinker Pop's Frames/BluePrints?

2011-09-02 Thread Michel Domenjoud
Hi everybody, What are Neo4J forecasts about Tinker Pop's Frames and Blueprints frameworks, now there is Spring Data Graph framework? I saw that Neo4J guys are working on both projects, so do you have any preference for using one framework rather than the other? Michel.

[Neo4j] [Spring Data Graph] Some questions/suggestions about cross-store persistence

2011-09-02 Thread Michel Domenjoud
want to have that happen. The problem with detaching and copying is that you get quickly into all the annoyances of fetch-depths, fetch-groups etc. again, that's a path I don't want to walk, it leads to hell :) Michael Am 23.08.2011 um 12:55 schrieb Michel Domenjoud: - Masquer le texte des

[Neo4j] [Spring Data Graph] Precisions about Detached Entities and SDG under the hood

2011-08-23 Thread Michel Domenjoud
Hello, I'm currently testing some of Spring Data Graph features, and I have a few questions about some usages. Could someone explain to me how the following example works? I run the following unit test: @Test public void testUpdatingEntitiesNotInTransaction(){ Movie m = new Movie();

Re: [Neo4j] User Digest, Vol 53, Issue 95

2011-08-23 Thread Michel Domenjoud
methods which are transactional and do the interaction with the graph. Detached entities should just be used to (if at all) to persist user input (form data) from the UI. Am 23.08.2011 um 10:56 schrieb Michel Domenjoud: Hello, I'm currently testing some of Spring Data Graph features

Re: [Neo4j] [Spring Data Graph] Precisions about Detached Entities and SDG under the hood

2011-08-23 Thread Michel Domenjoud
get quickly into all the annoyances of fetch-depths, fetch-groups etc. again, that's a path I don't want to walk, it leads to hell :) Michael Am 23.08.2011 um 12:55 schrieb Michel Domenjoud: Michael, Thanks for your quick answer. This leads me to two new points: - You said