• Title/Summary/Keyword: WebDAV Client

Search Result 14, Processing Time 0.028 seconds

Development of A Linux WebDAV Client Supporting Effective Distributed Authoring (효과적인 분산저작을 지원하는 리눅스 WebDAV 클라이언트의 개발)

  • Shin Won-Joon;Ahn Geon-Tae;Jung Hye-Young;Lee Myung-Joon
    • The KIPS Transactions:PartC
    • /
    • v.13C no.4 s.107
    • /
    • pp.511-520
    • /
    • 2006
  • WebDAV is a protocol which supports web-based distributed authoring and versioning, providing a standard infrastructure for asynchronous collaboration on various contents through the Internet. Current WebDAV-enabled authoring applications that support WebDAV, such as Microsoft office, Photoshop, or Dreamweaver, work by integrating WebDAV capabilities into the application. While this approach provides solid support for collaborative authoring, it has a drawback that each of the applications needs to support WebDAV capabilities in its own way. We developed a WebDAV client named DAView running on Linux KDE, which enables WebDAV-unaware authoring tools to have effective remote authoring capabilities. DAView provides a GUI view of a WebDAV server, similar to existing WebDAV-enabled file managers such as DAVExplorer. Unique among WebDAV file managers, it also provides the ability to launch the authoring application associated to a WebDAV server resource, automatically managing the locks on the resource.

Development of a .NET-based Explorer Supporting WebDAV (웹데브를 지원하는 닷넷 기반의 탐색기 개발)

  • Jung, Hye-Young;Ahn, Geon-Tae;Park, Yang-Soo;Lee, Myung-Joon
    • The KIPS Transactions:PartC
    • /
    • v.11C no.5
    • /
    • pp.703-710
    • /
    • 2004
  • WebDAV is a protocol to support collaboration among one or more groups in geographically distant locations through the internet. WebDAV extends the web communication protocol HTTP/1.1 to provide a standard infrastructure for .supporting asynchronous collaboration for various contents across the internet. A WebDAV client uses HTTP requests to perform a renewal and update action to the resources in WebDAY servers. So, it is desirable that the client supports the ability of authoring and version management with a good concurrency control and property management. In this paper, to enhance usability, we developed a .NET-based WebDAV client with a user interface similar to the Windows Explorer. The developed WebDAV client supports easy launching of the authoring application and appropriate lock control for the server resources. In addition, through the functionality of process monitoring, it supports automatic update of the server resources when the modification of the resources are completed by the user. The WebDAY client is a .NET-based application written in the C# language, running on any platform supporting a .NET framework.

Development of a .NET­based WebDAV Client (닷넷 기반의 WebDAV Client의 개발)

  • 정혜영;송동호;윤병훈;안건태;이명준
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2003.10c
    • /
    • pp.43-45
    • /
    • 2003
  • 인터넷을 통하여 원거리에 위치한 다수의 그룹들간의 협업을 지원하기 위하려 WebDAV 명세가 발표되었다. WebDAV는 HTTP/1.1의 확장에 사용되는 웹 통신 프로토콜로서, 인터넷을 통하여 광범위하고 다양한 콘텐츠의 비동기적인 협업을 지원하기 위한 표준 하부구조를 제공한다. 이러한 명세를 지원하는 클라이언트의 기능은 WebDAV 명세를 지원하는 서버의 자원을 HTTP 요청을 통하여 자원의 속성과 동시성의 문제를 해결하면서 자원의 저작을 지원하는 것이다. 본 논문에서는 기존의 WebDAV 클라이언트의 문제점을 개선하면서 유용성을 높이기 위하여 윈도우 기반의 탐색기 형태로 클라이언트를 개발하였다. 사용자의 수작업에 의한 문서 저작 절차를 단순화하고 저작 응용프로그램의 모니터링을 통하여 문서 변경에 대한 능동적인 서버 갱신을 지원하고 있다. 또한 마이크로소프트의 닷넷 기반구조를 지원하는 운영체제하에서 본 응용 프로그램이 구동될 수 있는 장점이 있다.

  • PDF

Supporting Effective Open Workspaces Based on WebDAV (WebDAV 기반의 효과적인 공개 작업장 지원)

  • Park Hee-Jong;Kim Dong-Ho;Ahn Geon-Tae;Lee Myung-Joon
    • The KIPS Transactions:PartC
    • /
    • v.13C no.2 s.105
    • /
    • pp.249-258
    • /
    • 2006
  • WebDAV is an IETF standard protocol, which is an extended version of HTTP 1.1, supporting asynchronous collaborative authoring of various contents on the web. Recently, to precisely control access to the resources on a WebDAY server, the WebDAV Access Control Protocol was published. This protocol helps developers to implement advanced server functionalities in a convenient way by providing various control methods to the resources on the WebDAV server. Based on the WebDAV access control protocol, we developed Open Workspaces, which systematically support exchanging and sharing data for general visitors. An Open Workspace can be supplied as a Download-Only Open Workspace, an Upload-Only Open Workspace, or an Upload-Download Open Workspace. Any registered user can create these workspaces without bothering the system administrator. To support the Open Workspaces, we extended the Slide WebDAV server and the DAVExplorer WebDAV client, which are being used popularly.

Design of a WebDAV Client for Linux (리눅스 기반의 WebDAV 클라이언트의 설계)

  • 황의윤;안건태;정혜영;김진홍;이명준
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2004.04a
    • /
    • pp.814-816
    • /
    • 2004
  • WebDAV(Web-based Distributed Authoring and Versioning)는 웹상의 공동 저작활동을 지원하기 위한 IETF 표준으로서, 멀리 떨어져 있는 사용자들 간에 인터넷상에서 파일을 공동 편집하고 관리할 수 있도록 해주는 일련의 HTTP 확장이다. 이것은 웹 상에서 가상의 작업공간을 구성함으로써, 원격 그룹들 간에 새로운 방식으로 공동작업을 가능하게 한다. WebDAV 클라이언트는 이러한 명세를 지원하는 WebDAV 서버와 HTTP 요청을 통하여 서버 자원에 대한 변경 및 수정 작업을 수행하게 된다. 따라서 클라이언트는 뛰어난 동시성 제어와 속성 관리를 통하여 자원의 저작과 버전관리의 기능을 제공하는 것이 바람직하다. 본 논문에서는 기존의 몇 가지 WebDAV 클라이언트를 분석하여 리눅스 기반의 오픈소스 WebDAV 클라이언트를 설계하였다. 이것은 사용자의 수작업에 의한 문서 저작 절차를 단순화하고 저작 응용프로그램의 모니터링을 통하여 문서 변경에 대한 능동적인 서버 갱신을 지원하도록 설계하였다.

  • PDF

A PDA WebDAV Client Based on .NET Compact Framework (.NET Compact Framework 기반의 PDA WebDAV 클라이언트)

  • Park Jin-Ho;Kim Dong-Ho;Lee Hong-Chang;Lee Myung-Joon
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2006.06d
    • /
    • pp.82-84
    • /
    • 2006
  • WebDAV는 IETF 표준으로서 웹상에서 분산 저작을 지원하도록 HTTP를 확장한 프로토콜이다. WebDAV 클라이언트는 WebDAV 프로토콜을 이용하여 WebDAV 서버자원을 관리하는 도구이다. 현재 WebDAV 기반의 자원 관리가 널리 사용되면서 무선 네트워크 환경에서 동작하는 클라이언트의 필요성이 증대되고 있다. 본 논문에서는 무선 네트워크를 지원하는 PDA에서 동작하는 WebDAV 클라이언트의 구현에 대하여 기술한다. 개발된 클라이언트는 간결한 사용자 인터페이스를 제공하며 WebDAV의 기본 메소드를 지원한다. 사용자는 인터페이스와 기본 메소드를 이용하여 WebDAV 서버에 자원을 등록하고, 서버 자원에 대한 열람, 검색, 이동 및 삭제를 할 수 있으며, 서버 자원을 내려 받을 수 있다. 본 클라이언트는 PDA에서 동작하기 위해서 .NET Compact Framework를 기반으로 구현 하였으며 관련 에뮬레이터를 이용하여 실험하였고 이를 실제 PDA장치인 'HP iPAQ hx2700'에 이식하여 검증하였다.

  • PDF

DAView : a WebDAV Client for Linux (DAView : 리눅스 WebDAV 클라이언트)

  • 황의윤;신원준;안건태;정혜영;이명준
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2004.10c
    • /
    • pp.100-102
    • /
    • 2004
  • WebDAV (Web-based Distributed Authoring and Versioning, RFC 2518)는 웹 통신 프로토콜인 HTTP/1.1의 확장으로 인터넷을 통하여 다수의 그룹간의 다양한 콘텐츠의 비동기적인 협업을 지원하기 위한 표준 하부구조를 제공한다. WebDAV 클라이언트는 이러한 명세를 지원하는 WebBAV 서버와 HTTP 요청을 통하여 서버자원에 대한 변경 및 수정 작업을 수행하게 된다. 따라서, 클라이언트는 리소스 종류에 따른 저작 응용프로그램의 자동 구동과 속성 관리를 통하여 자원의 저작과 버전관리의 기능을 제공하는 것이 바람직하다. 본 논문에서는 기존의 WebDAV 클라이언트가 가지는 저자 응용프로그램의 구동과 속성 관리에 대한 문제점을 개선한 리눅스 기반의 WebDAV 클라이언트를 개발하였다. 개발된 클라이언트는 서버의 자원에 대한 저작 응용 프로그램의 실행과 적절한 잠금 제어를 지원한다. 또한, 프로세스 감시를 통하여 사용자에 의한 자원의 변경이 완료되었을 때 서버 자원에 대한 자동 갱신을 지원한다.

  • PDF

Remote Versioning on the CoSpace Client for the CoSlide Collaborative System (CoSlide 협업시스템을 지원하는 CoSpace 클라이언트의 원격 버전 관리)

  • Park, Jong-Moon;Lee, Myung-Joon
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.14 no.1
    • /
    • pp.233-241
    • /
    • 2010
  • CoSlide is a collaborative system, extending the Jakarta Slide WebDAV server. The CoSlide server provides group workspaces for collaborators. CoSpace is a client which supports various collaborative authoring activities on the CoSlide server through the WebDAV protocol. CoSpace provides graphic user interfaces to support effective interaction among the collaborators, managing the shared resources for them. However, during collaboration, simultaneous modifications on the content of shared resources might cause conflicts among the content of the revisions made by the collaborators, leading to serious problems on project progress. In this paper, we describe an extension of the CoSpace client to solve the problem. The extended CoSpace client supports the remote version management facility through which the collaborators can manage the versions of the associated server resources in the distance. Also, to identify the changes of the text files such as program source codes, the extended client provides the facility for comparing two versions and displaying the differences in a visual manner. In addition, it provides the version management of a whole workspace and the removal of all the unnecessary versions of the designated resources.

Design of a PDA WebDAV Client Based on .NET Compact Framework (.NET Compact Framework 기반의 PDA WebDAV 클라이언트 설계)

  • Kim Dongho;Shin Wonjoon;Park Jinho;Lee Myungjoon
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2005.11a
    • /
    • pp.583-585
    • /
    • 2005
  • WebDAV 프로토콜은 웹상의 공동 저작활동을 지원하기 위한 IETF 표준으로써, 원거리에 있는 사용자들 간에 파일을 공동 편집하고 관리할 수 있도록 해주는 HTTP 프로토콜의 확장이다. 이것은 웹상에서 가상의 작업공간을 구성함으로써, 원격 사용자들 간에 새로운 방식으로 공동작업을 가능하게 한다. 무선 네트워크 기술과 무선 장치의 발달로 이동을 하면서 WebDAV 서버에 접속한 후 협업을 수행한다면 유선 환경보다 효율적인 협업을 할 수 있을 것이다. 본 논문에서는 .NET Compact Framework 환경에서 동작하는 PDA WebDAV 클라이언트를 설계하였다. 본 클라이언트는 무선 네트워크를 지원하는 환경에서 PDA를 이용하여 WebDAV 서버와 HTTP 요청을 통하여 서버 자원을 확인할 수 있다. 이러한 PDA WebDAV 클라이언트는 PDA 환경에 맞는 인터페이스를 가져야 하고, 또한 WebDAV 명세를 따라야 한다. PDA WebDAV 클라이언트는 공간의 제약을 받지 않는 PDA를 이용함으로써 자료의 효율적인 공유 및 교환을 통하여 능동적인 협업 환경을 구축 할 수 있다.

  • PDF

CoSace: A Windows WebDAV Client Supporting Effective Collaborative Works (CoSpace: 효과적인 협업 작업을 지원하는 윈도우즈 웹데브 클라이언트)

  • Lee, Hong-Chang;Park, Jin-Ho;Lee, Myung-Joon
    • Journal of the Korea Society of Computer and Information
    • /
    • v.14 no.2
    • /
    • pp.79-89
    • /
    • 2009
  • As an IETF standard protocol, WebDAV provides infrastructure for managing and authoring resources and supports asynchronous collaborative authoring on the Web. The CoSlide server is an extension of the Jakarta Slide WebDAV server, providing various workspaces and collaborative services through the WebDAV protocol. The CoSlide server supports workspaces for storing and sharing information of various users, and provides environment for effective collaborative authoring. Actual collaboration activities are performed through a collaboration client software which provides collaboration services along with the CoSlide server. In this paper, we describe the development of the CoSpace client which operates in association with the CoSlide server, presenting effective collaborative environment. The CoSpace client provides user interfaces for accessing and controlling the resources of each workspace on the CoSlide server. In particular, CoSpace provides the facility to launch an authoring application from its workspace view, automatic locking, and downloading the content to be edited, and resource movement using mouse drag & drop.