Sliding into WebDAV
Apache\'s Jakarta project offers all kinds of great open source resources to Java developers. One of Jakarta\'s less well-known but extremely useful subprojects is Slide. Slide is composed of a number of different modules, all tied to
Tutorial Details:
WebDAV
WebDAV stands for \"Web-based Distributed Authoring and Versioning.\" WebDAV is a set of extensions to the HTTP protocol that allows users to collaboratively edit and manage files on remote servers. While the protocol extensions themselves are simple and easy to use, the power that they add to an HTTP server is incredible. In effect, WebDAV makes an HTTP server an advanced remote file system. While protocols such as FTP have provided similar capabilities for years, WebDAV\'s features go beyond those that are in the standard FTP protocol, and therefore allow developers to use WebDAV to create more powerful applications.
While the implementations of various WebDAV servers offer different levels of protocol support, the following features are generally available and are what set WebDAV apart from protocols such as FTP:
Read
Tutorial at: Click here to view the tutorial
Rate Tutorial: Sliding into
WebDAV
View Tutorial: Sliding into
WebDAV
Related
Tutorials:
|