On Wed, Jan 6, 2010 at 01:47, ChadDavis <[email protected]> wrote: > I see two things in the jackrabbit-spi2dav component. I'm on 2.0. > What is the difference between these?
They use different granularities of WebDAV to implement the JCR (or better SPI operations). spi2dav uses single GET/PUT/etc. requests for each property, which is following the WebDAV spec, but can be a bit slow. davex uses batch operations that can read or write multiple resources (= nodes and properties) at once. Regards, Alex -- Alexander Klimetschek [email protected]
