Re: [Neo] Neo4j as a XA source

2008-08-15 Thread Jonas Bergvall
Thanks! I guess this is a good topic to put on the wiki. //Jonas -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Johan Svensson Skickat: den 14 augusti 2008 18:13 Till: Neo user discussions Ämne: Re: [Neo] Neo4j as a XA source On Thu, Aug 14, 2008 at

Re: [Neo] Neo4j as a XA source

2008-08-15 Thread Peter Neubauer
On Fri, Aug 15, 2008 at 8:54 AM, Jonas Bergvall [EMAIL PROTECTED] wrote: Thanks! I guess this is a good topic to put on the wiki. +1 ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo] Object binding using annotations?

2008-08-15 Thread Jonas Bergvall
As I happen to like annotations I wonder if there is anybody out there looking into e.g. using JPA annotations to do this, perhaps with some additional Neo specific annotations? I think Emil and I talked about this months ago offline. //Jonas -Ursprungligt meddelande- Från: [EMAIL

[Neo] neo4j and JCR

2008-08-15 Thread Anders Nawroth
hello! Have anybody looked into using neo4j as a JCR backend? Among many other uses, the Grails framework will be using a JCR-compliant backend in the next version (1.1). There is also a Spring JCR module and some tool support. The data structure of JCR seems to fit neo4j very well: The data

Re: [Neo] neo4j and JCR

2008-08-15 Thread Tobias Ivarsson
I have looked at it and concluded that: * It would be a good match (Neo as JCR backend) * There were no good mid-layer implementations that could be used to simplify the implementation. * Creating the mappings to do it would be too large a project for me to finish in the one week I had then.