翻訳と辞書
Words near each other
・ WebCite
・ WebCL
・ Webcoherence
・ Webcomic
・ Webcomics Nation
・ WebConfig
・ Webconverger
・ Webcor Builders
・ WebCrawler
・ WebCRM
・ Webcron
・ Webcrossing
・ WebCrow
・ WebCT
・ WebCT Vista
WebDAV
・ WebDFS
・ WebDialogs
・ Webdings
・ WebDNA
・ Webdreams
・ WebDrive
・ Webdriver Torso
・ WEBE
・ Webel Informatics Limited
・ Webel Mediatronics Limited
・ Webensenu
・ Webequie Airport
・ Webequie First Nation
・ Weber


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

WebDAV : ウィキペディア英語版
WebDAV

Web Distributed Authoring and Versioning (WebDAV) is an extension of the Hypertext Transfer Protocol (HTTP) that allows clients to perform remote Web content authoring operations. A working group of the Internet Engineering Task Force (IETF) defined WebDAV in RFC 4918.
The WebDAV protocol provides a framework for users to create, change and move documents on a server, typically a web server or web share. The most important features of the WebDAV protocol include the maintenance of properties about an author or modification date, namespace management, collections, and overwrite protection. Maintenance of properties includes such things as the creation, removal, and querying of file information. Namespace management deals with the ability to copy and move web pages within a server’s namespace. Collections deal with the creation, removal, and listing of various resources. Lastly, overwrite protection handles aspects related to locking of files.
The WebDAV working group concluded its work in March 2007, after the Internet Engineering Steering Group (IESG) accepted an incremental update to RFC 2518. Other extensions left unfinished at that time, such as the BIND method, have been finished by their individual authors, independent of the formal working group.
Many modern operating systems provide built-in client-side support for WebDAV.
== History ==
WebDAV began in 1996 when Jim Whitehead, a PhD graduate from UC Irvine, worked with the World Wide Web Consortium (W3C) to host two meetings to discuss the problem of distributed authoring on the World Wide Web with interested people.〔(【引用サイトリンク】title= Proposed agenda for San Mateo Meeting )〕〔(【引用サイトリンク】title= Brief mtg. summary )
Tim Berners-Lee's original vision of the Web involved a medium for both reading and writing. In fact, Berners-Lee's first web browser, called WorldWideWeb, could both view and edit web pages; but, as the Web grew, it became a read-only medium for most users. Whitehead and other like-minded people wanted to transcend that limitation.〔

The W3C meeting decided to form an IETF working group, because the new effort would lead to extensions to HTTP, which the IETF had started to standardize.
As work began on the protocol, it became clear that handling both distributed authoring and versioning together would involve too much work and that the tasks would have to be separated. The WebDAV group focused on distributed authoring, and left versioning for the future. (The Delta-V extension added versioning later — see the Extensions section below.)
The protocol consists of a set of new methods and headers for use in HTTP. The added methods include:
* PROPFIND — used to retrieve properties, stored as XML, from a web resource. It is also overloaded to allow one to retrieve the collection structure (also known as directory hierarchy) of a remote system.
* PROPPATCH — used to change and delete multiple properties on a resource in a single atomic act
* MKCOL — used to create collections (a.k.a. a directory)
* COPY — used to copy a resource from one URI to another
* MOVE — used to move a resource from one URI to another
* LOCK — used to put a lock on a resource. WebDAV supports both shared and exclusive locks.
* UNLOCK — used to remove a lock from a resource

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「WebDAV」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.