Supporting WebDAV-based Remote Workspaces for Eclipse IDE

이클립스 통합 개발 환경에서의 WebDAV 기반 원격작업공간 지원

  • 김성훈 (울산대학교 컴퓨터정보통신공학부) ;
  • 이홍창 (울산대학교 컴퓨터정보통신공학부) ;
  • 이명준 (울산대학교 컴퓨터정보통신공학부)
  • Published : 2008.08.30

Abstract

Eclipse is an open integrated environment for software development, rapidly emerging as the de facto standard for developing java applications. Also, it is easily extensible since new functions for the environment can be added through the installation of various plug-in modules. 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. In this paper, we describe the development of the DAVSpace plug-in which enables programmers to use remote workspaces offered by WebDAV servers as project workspaces for software development in Eclipse. Based on the WebDAV protocol, DAVSpace supports the management of resources on the remote workspaces associated with projects in Eclipse. Using DAVSpace, we can create a project in Eclipse on a designated remote workspace in addition to the default local workspace. Whenever an event for storing a resource is generated, DAVSpace stores the resource into both workspaces. Thanks to DAVSpace, developers can effectively proceed their projects regardless of where they are located.

이클립스는 소프트웨어 개발을 위한 개방형 통합 환경으로서, 자바 애플리케이션의 개발을 위한 사실상의 표준으로 매우 신속하게 그 자리를 잡아가고 있다. 또한 다양한 플러그인의 설치를 통하여 통합 환경을 위한 새로운 기능이 추가될 수 있어서 매우 확장성이 뛰어나다. WebDAV는 HTTP1.1을 확장한 프로토콜로서 웹상의 다양한 콘텐츠에 대한 비동기적인 협업저작을 지원하는 IETF 표준 프로토콜이다. 본 논문에서는 이클립스에서 소프트웨어 개발을 위한 프로젝트 작업공간으로서 WebDAV 서버가 제공하는 원격작업공간을 프로그래머가 사용할 수 있도록 지원하는 DAVSpace 플러그인의 개발에 대하여 기술한다. DAVSpace는 WebDAV 프로토콜을 사용하여 원격작업공간에 이클립스 프로젝트와 관련된 자원의 관리를 지원한다. DAVSpace의 사용을 통하여 지역작업 공간과 더불어 지정된 원격작업공간상에서 이클립스 프로젝트를 생성할 수 있다. 자원을 저장하기 위한 이벤트가 발생하는 경우 DAVSpace는 그 자원을 두 개의 작업공간에 중복하여 저장한다. 이러한 DAVSpace의 기능에 힘입어 개발자는 자신이 위치하고 있는 장소에 무관하게 개발 프로젝트를 효과적으로 진행할 수 있다.

Keywords