BrucePercy wrote:
Does anybody have any information or experience on writing your own SPI
implementation?
I've looked at the sandbox examples, but it's not clear how to plug in your
own implementation.
the best example is probably jackrabbit-spi2jcr. it is complete and straight
forward because it obviously maps well ;)
for bootstrap code see:
http://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-jcr2spi/src/test/java/org/apache/jackrabbit/jcr2spi/JCR2SPI2JCRRepositoryStub.java
regards
marcel