> Essentially, if you would define a generic Java API to a document
> system
> supporting WebDAV and all it's extensions, you would likely come up
> with an API very similar to JCR. You may want to have a look at Apache
> Jackrabbit's (*) WebDAV servlet.
As I pointed out before, the idea of my contribution is providing "building
bricks" to make it easy to build a WebDAV-based RESTful WebService, because
this is a lot of work using "pure" JAX-RS. I do not intend to create a
concurrent API to JCR.