Asiri Rathnayake wrote: > Hi Vincent, > > > On Wed, Jul 30, 2008 at 11:28 PM, Vincent Massol <[EMAIL PROTECTED]> wrote: > > >> On Jul 30, 2008, at 7:37 PM, Asiri Rathnayake wrote: >> >> [snip] >> >> >>>> I think we should start having our plugin app in Jira and have >>>> these as >>>> independent bug.. >>>> I let you handle this with Vincent. >>>> >> A committer should first review the code, verify its production ready, >> that it follows xwiki best practices in term of coding standards, test >> frameworks used, etc. >> (as described on dev.xwiki.org). >> >> At the same time we need to decide what structure the webdav feature >> will have. Is it only a xwiki plugin? Is it more? >> > > > It's another way of exposing an xwiki repository ... > > > It is more a new servlet than a plugin. A plugin would be to allow browsing external webdav directories using the xwiki api. This is different. It's like the GWT API. A new view of the xwiki repository.
>> Does it need >> modification to the core/platform? >> >> It can be kept separate. It will just need additions to web.xml to be installed. The only possible modification, is linked to compatibility issues with the Windows WebDAV client. We need the root of the web server (the web server yes.. not the webapp) to respond to a webdav OPTIONS request. This could have some interactions with platform web. But this is only in the case we put the xwiki as the root webapp. Otherwise we can just provide a phony webapp to respond to this root request. Ludovic > Nope. None! > > This is my view of xwiki-webdav, we better ask someone other than myself to > comment on this :) > > Thanks. > > - Asiri > > > >> Once we decide where it could go in the main svn we should start a >> vote to add it there. >> >> From that point forward we can create related jira project, release a >> first version, add the pages on xwiki.org, etc. >> >> Thanks >> -Vincent >> >> >>> Great! looking forward to it. I'll be so happy to move xwiki-webdav >>> out of >>> sandbox... :P >>> >>> Thanks. >>> >>> - Asiri >>> >> _______________________________________________ >> devs mailing list >> [email protected] >> http://lists.xwiki.org/mailman/listinfo/devs >> >> > _______________________________________________ > 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

