dev@jersey.java.net

RE: [Jersey] JAX-RS based WebDAV support

From: Markus KARG <markus.karg_at_gmx.net>
Date: Sun, 7 Dec 2008 09:03:58 +0100

> 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.