Webdav

A generic webdav server which interacts with a back end to access the resources. Extended by the CalDAV project to provide a CalDAV server for Bedework.

A functioning webdav server can be built by fully implementing the abstract WebdavNsIntf class.

.1. Using this project

Add the artifact(s) as a dependency to your project:

      <dependency>
        <groupId>org.bedework</groupId>
        <artifactId>bw-webdav</artifactId>
      </dependency>

1. Reports