XML Gateway Design and Implementation for Legacy Databases

Legacy 데이터베이스를 위한 XML Gateway 설계 및 구현

  • 김정희 (제주대학교 대학원 컴퓨터전공) ;
  • 김휴찬 (제주한라대학 정보통신계) ;
  • 곽호영 (제주대학교 통신ㆍ컴퓨터공학부)
  • Published : 2002.05.01

Abstract

Method of designing and implementing the XML Gateway is proposed for supporting the data movement between the Legacy databases. XML technologies, Oracle XML Utility, and JDeveloper are used for this purpose. The data in Legacy database are extracted by XSQL pages, parsed, transformed by XSL, and finally saved by XMLHttprequest object of XSQL servlet. With the help of the implemented system, an assigned operator does not have to handle the database with the SQL*Plus tools. In addition, the data movement is easily carried out by using the familiar Web interface offered by system.

본 논문에서는 Legacy 데이터베이스 사이의 데이터 이동을 지원하는 XML Gateway를 설계하고 구현하는 방법을 제안한다. 이를 위해 XML 기술, Oracle XML Utility, 그리고 JDeveloper를 사용한다. 그리고 데이터를 추출하기 위해 XSQL 페이지를 사용하고, 이를 파싱하고 XSL 변환을 거친 후 XSQL 서블릿의 XMLHttpRequest 객체를 사용하여 저장한다. 구현된 시스템을 사용함으로써 업무담당자는 SQL*Plus 도구를 이용하여 작업을 처리하지 않아도 되며 시스템이 제공하는 익숙한 Web 환경 인터페이스를 사용하여 데이터 이동을 편리하게 처리할 수 있게 되었다.

Keywords