Hi, On Tue, Oct 20, 2009 at 4:42 PM, KÖLL Claus <[email protected]> wrote: > If we drop the RMI layer how would you connect to the Repository ?
Using the spi2dav component together with jcr2spi. This gives you JCR API access to a remote repository just like the JCR-RMI layer does. At Day we've been increasingly using the spi2dav layer, and except for being a bit more complicated to set up (see my other post on how to address that issue) it's already quite usable as a replacement for JCR-RMI. BR, Jukka Zitting
