Markus KARG wrote:
> Julian,
>
> great to have your support. I'm planning to publish first stuff in my winter
> break (have to tidy up my source first...). Stay tuned. :-) Just waiting for
> the Jersey Heads to tell me whether it shall be part of Jersey or not.
>
> BTW, can you give me a short abstract of the idea of JSR-283? I have no real
> idea what a "Content Repository API" is... Is that something like a common
> interface ("driver") to any kind of document management system?
>
> Thanks
> Markus
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.
BR, Julian
(*) Apache Jackrabbit is the reference implementation of JCR 1.0 (JSR-170).