Hi, I've recently started using Jackrabbit's JCR API. However, I'd like to start using Jackrabbit's webdav instead. Could you please recommend a tutorial which explains how to use it? I'm looking for something equivalent to this example (http://jackrabbit.apache.org/first-hops.html) in webdav. For example, I'd like to know how to - create a node and put a file on it - create a versionable node - get a file from a specific version - add a label to a specific version
I have found this article online (http://jukkaz.wordpress.com/2009/11/24/jackrabbit-over-http/). However it does not cover all cases I am in need of. In addition, I'd like to know in which cases we'd rather use Jackrabbit's SPI component. Thank you in advance, Hadas
