A Design and Implementation of XML Repository System based on EJB Components

EJB 컴포넌트 기반의 XML 저장관리시스템 설계 및 구현

  • 이정수 (순천향대학교 일반대학원 전산학과) ;
  • 정상혁 (순천향대학교 일반대학원 전산학과) ;
  • 주경수 (순천향대학교 정보기술공학부)
  • Published : 2002.06.01

Abstract

Nowadays for reliable software and cost reduction there are many research works on software development based on component, One of the challenge in designing a component-based system is determining which components are required and where they fit in the overall system architecture. In this paper, we developed three EJB components, the first is for transforming XML DTD to relational database schema, the second is for storing XML document in relational database, and the third is for transforming XML document by retrieving relational database, By assembling these three components, we developed XML Repository system finally.

최근 소프트웨어 개발비용의 절감과 신뢰성 있는 소프트웨어의 개발을 위하여 컴포넌트 기반의 소프트웨어 개발에 대한 연구가 활발하게 진행되고 있다. 컴포넌트 기반의 소프트웨어 개발 시 중요한 문제 중 하나는, 전체 시스템 아키텍쳐에서 어떠한 컴포넌트가 필요하며 아울러 어디에 적합할 것인가를 결정하는 것이다. 본 논문에서는 XML DTD를 관계형 데이터베이스 스키마로의 변환하기 위한 컴포넌트와 XML 문서의 관계형 데이터베이스로의 저장을 위한 컴포넌트 그리고 데이터베이스를 검색하여 XML 문서로 변환키 위한 컴포넌트들을 구현하였고, 이들을 토대로 하여 XML 저장관리시스템을 개발하였다.

Keywords