On Wed, 2007-09-05 at 18:05 +0300, Eugeny N Dzhurinsky wrote: > On Wed, Sep 05, 2007 at 10:42:13AM -0400, Darren Hartford wrote: > > If you don't want Jackrabbit, I would recommend getting on the > Jakarta > > Slide list instead for WebDAV. > > I don't want JackRabbit at this stage, but since new version of > software will > use JackRabbit - I don't see why i need to employ Slide. > > > Otherwise, yes the WebDAV servlet would be where you would need to > > extend.
If you need a generic webdav servlet to connect to some backend which is not jackrabbit specific, then there's also the webdav servlet that comes with tomcat. Is uses jndi to read / write to the filesystem, but it's quite easy to replace this with calls to whichever backend you have. -- -Tor
