Hi Asiri, Asiri Rathnayake wrote: > Hi Devs, > > I managed to pave my way into jackrabbit-webdav module (I was able to put up > a simple WebDav server using jackrabbit-webdav) > > This was made difficult by the fact that i couldn't find any documentation > on jackrabbit-webdav (except for the javadoc on source). > > I know the felling..
> I would appreciate if you have any information on following issues, > > * Any other viable WebDav server libraries ? > > eXo has some webdav but initial look showed it to be even more connected to the JCR code than jackrabbit > * Any other source of documentation for jackrabbit-webdav (except for > javadocs, RFC 2518 and RFC 2068 ) ? > no idea > * Where are we going to put xwiki-webdav on the xwiki source tree ? > (xwiki-platform-web / xwiki-webdav is my guess) > > good question.. yes sounds a good idea > * I'm little uncertain about handling authentication in webdav interface, > any ideas ? ( it is not specified in > http://dev.xwiki.org/xwiki/bin/view/Design/WebDAVService ) > > similar as in the GWT code... Actually, if you are interested in the WebDAV project, your work will be easier than you think since there is already a prototype. I've just commited it in the sandbox so you can have a look at it. https://svn.xwiki.org/svnroot/sandbox/webdav/ However it should be fully recoded since it was only a experience to see the stakes. I think we can hugely simplify the code. It's only working for reading now (on Mac). Ludovic > Please provide any other valuable information / guidance that could help me. > > Thanks. > > - Asiri > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs > > -- Ludovic Dubost Blog: http://blog.ludovic.org/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

