After reading the documentation, it seems that the following two remote repository architectures are possible:
1) SPI Server with RMI remoting Client side: MyApp + jcr2spi Server Side: spi2jcr ( RepositoryServiceImpl ) + spi-rmi 2) SPI / Webdav remoting Client side: MyApp + jcr2spi Server side: jcr-server + spi2jcr Questions: a) It seems, based upon discussions on this list, that the webdav version is considered as the preferred choice. Any comments? b) Does the RMI/SPI archicture suffer from the same performance issues as the jcr-rmi remoting?
