Re: [Neo] neo4j and JCR

2008-08-19 Thread Peter Neubauer
Well, I think that taking a stepwise approach would be good enough for the time being, just to see how much e.g. Jackrabbit would benefit from Neo4j. So, IMHO, the SPI implementation would be a good start without straingin teh resources available for this too much. As more peers are getting

Re: [Neo] neo4j and JCR

2008-08-19 Thread Anders Nawroth
Hi! straingin teh resources available for this too much. As more peers are I'm actually thinking about doing my master thesis in this area. But maybe other areas are more well-suited for a thesis, I don't know. Anyhow, I'll start working on my thesis in october and would like to find a

[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.