• Title/Summary/Keyword: XML EJB

Search Result 24, Processing Time 0.022 seconds

Designing XML Repository System based on EJB Components (EJB 컴포넌트 기반으로 한 XML Repository시스템 설계)

  • 정상혁;이정수;주경수
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2002.04b
    • /
    • pp.97-99
    • /
    • 2002
  • 웹 정보의 교환과 공유를 위해 XML 문서의 필요성이 증가함에 따라 XML 문서의 저장과 검색에 대한 많은 연구들이 현재 진행되고 있다 본 논문에서는 XML 문서를 효과적으로 저장, 검색하는 XML Repository 시스템을 설계한다. XML Repository 시스템은 XML 문서를 관계형 데이터베이스에 저장하고, 관계형 데이터베이스에서 검색하여 XML 문서로 생성할 수 있다. 또한 XML 응용 시스템과 관계형 데이터베이스 시스템 사이에 원활한 연계를 위해서, XML DTD를 관계형 데이터베이스 스키마로의 변환이 가능하다. 본 논문에서는 EJB 컴포넌트를 이용하여 XML 문서를 저장, 검색, 변환 할 수 있는 XML Repository 시스템을 설계하고자 한다.

  • PDF

Designing and Implementing EJB Component for Transform XML Documents based on Object Model (객체 모델 기반 XML 문서 변환을 위한 EJB 컴포넌트 설계 및 구현)

  • 김용수;임종선;주경수
    • Journal of Korea Multimedia Society
    • /
    • v.5 no.4
    • /
    • pp.468-476
    • /
    • 2002
  • 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 a EJB component for transforming RDB instances to XML documents. Accordly users can build XML applications based on relational database just by assembling this component. Consequently they can reduce time and cost for developing their XML applications.

  • PDF

A Design and Implementation of XML Repository System based on EJB Components (EJB 컴포넌트 기반의 XML 저장관리시스템 설계 및 구현)

  • 이정수;정상혁;주경수
    • Journal of Internet Computing and Services
    • /
    • v.3 no.3
    • /
    • pp.75-85
    • /
    • 2002
  • 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.

  • PDF

A Design and Implementation of XML Repository System based on EJB Components (EJB 컴포넌트 기반의 XML 저장관리시스템 설계 및 구현)

  • Jung, Sang-Hyuk;Lee, Jung-Soo;Joo, Kyung-Soo
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2002.04a
    • /
    • pp.15-18
    • /
    • 2002
  • 웹 정보의 교환과 공유를 위해 XML 문서의 필요성이 증가함에 따라 XML 문서의 저장과 검색에 대한 많은 연구들이 현재 진행되고 있다. 본 논문에서는 XML 문서를 효과적으로 저장, 검색하는 XML 저장 관리 시스템을 설계하였으며, 이를 EJB 컴포넌트를 이용하여 XML 문서를 저장, 검색, 변환 할 수 있는 XML 저장 관리 시스템을 구현하였다.

  • PDF

Storage of XML Documents Using EJB (EJB를 이용한 XML문서 저장)

  • Heo, Youl;Hong, Eui-Kyeong
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2001.10a
    • /
    • pp.157-159
    • /
    • 2001
  • 웹의 표준으로 자리잡고 있는 XML(eXtensible Markup language)은 정보교환을 위한 정보한 포멧으로 대두되고 있으며, 현재 EC/EDI, 전자 도서관, 전자 상거래 등 다양한 분야에서 XML이 사용되고 있다. 따라서 XML 문서를 데이터베이스에 효율적으로 저장하고 검색하기 위한 많은 연구들이 진행되고 있다. XML 문서를 저장하고 검색하고자 하는 시스템은 다양한 시스템의 변화에 효율적으로 적응하고 재사용과 확장성이 용이한 컴포넌트 기반의 소프트웨어로 변환되어야 한다. 본 논문에서는 복잡한 시스템의 개발 기간을 단축하고 소프트웨어 품질과 재사용성을 높이는 객체지향 및 컴포넌트 표준으로 알려진 EJB(Enterprise JavaBeans)를 이용해 XML 문서를 저장하는 방법을 제시 하였다.

  • PDF

Developing EJB Component for Storing XML Documents in DataBase lensed on Object Model (객체 모델을 기반으로 한, XML 문서의 관계형 데이터베이스로의 저장을 위한 EJB 컴포넌트 개할)

  • 김용수;주경수
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2002.04b
    • /
    • pp.13-16
    • /
    • 2002
  • 최근 소프트웨어 개발비용의 절감과 신뢰성 있는 소프트웨어의 개발을 위하여 컴포넌트 기반의 소프트웨어 개발에 대한 연구가 활발하게 진행되고 있다. 컴포넌트 기반의 소프트웨어 개발시 중요한 문제 중 하나는, 전체 시스템 아키텍처에서 어떠한 컴포넌트가 필요하며 아울러 어디에 적합할 것인가를 결정하는 것이다. 본 논문에서는 XML 문서를 관계형 데이터베이스에 원활한 저장을 위해서 객체 모델을 기반으로 한, XML 문서의 관계형 데이터베이스에 저장을 위한 컴포넌트를 개발하여, 이를 EJB로 구현하였다. 이에 따라 사용자들은 관계형 데이터베이스 기반의 XML 응용 시스템을 개발하고자 할 때, 컴포넌트들을 단순 . 조립함으로써, 시간단축 및 비용절감을 기대할 수 있다.

  • PDF

Implementation and Analysis of a XML Product Catalog based on the EJB (EJB기반 XML 상품 카탈로그의 구현 및 분석)

  • Kim, Gyeong-Rae;Ha, Sang-Ho
    • The KIPS Transactions:PartD
    • /
    • v.9D no.4
    • /
    • pp.697-702
    • /
    • 2002
  • In the Internet based information technology community, the exchange of product information is more activated in e-commerce of B2C and B2B. We have suggested a XML based unified product description model with which all kinds of product informations can be represented. This model also has a feature to avoid duplication of the product information. In this paper, we will implement this model using Java Beans and EJB (Enterprise Java Beans) of the Java component technology, and then test this system over several products on the web. finally, we will analyze the effect due to the removal of the information duplication.

Developing EJB Component for Retrieval XML Documents based on Object Model (객체 모델을 기반으로 한, XML 문서 검색을 위한 EJB 컴포넌트 개발)

  • Kim, Yong-Soo;Joo, Kyung-Soo
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2002.04a
    • /
    • pp.55-58
    • /
    • 2002
  • 최근 소프트웨어 개발비용의 절감과 신뢰성 있는 소프트웨어의 개발을 위하여 컴포넌트 기반의 소프트웨어 개발에 대한 연구가 활발하게 진행되고 있다. 컴포넌트를 기반으로 한 소프트웨어 개발의 핵심은 컴포넌트의 품질이며, 컴포넌트의 품질을 결정짓는 가장 중요한 특성 중의 하나가 컴포넌트의 맞춤 용이성이다. 본 논문에서는 객체 모델을 기반으로 하여 관계형 데이터베이스의 데이터를 XML 문서로 변환을 위한 EJB 컴포넌트를 구현하였다. 이에 따라 사용자들은 관계형 데이터베이스 기반의 XML 응용 시스템을 개발하고자 할 때 본 검색 컴포넌트를 단순 조립함으로써, 시간단축 및 비용절감을 기대할 수 있다.

  • PDF

Design and Implementation of EJB based QoS Management System framework for Differentiated Services (차등 서비스를 위한 EJB 기반 QoS 관리 시스템 프레임워크의 설계 및 구현)

  • Cha Si ho;Lee Jong eon;Ahn Byung ho;Cho Kuk hyun
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.30 no.4B
    • /
    • pp.192-201
    • /
    • 2005
  • DiffServ supports aggregated traffic classes to provide various QoS to different classes of traffics. However, current DiffServ specifications do not have a complete QoS management framework. It is possible to lead to serious QoS violations without a QoS management support. From this reasoning, a QoS management system that can manage differentiated QoS provisioning is required. This paper proposes and implements a policy-based QoS management platform for differentiated services networks, which specifies QoS policies to guarantee dynamic QoS requirements. The implementation of the proposed platform is built on W framework and uses XML to represent and validate high-level QoS policies. High-level QoS policies are represented as valid XML documents and are mapped into Em beans of the EJB-based policy server of the platform. The policy distribution and the QoS monitoring are processed using SNMP.

A Study of Extension of the EJB Deployment Descriptor File with XSchema) (XSchema를 이용한 EJB 배치설명파일의 확장 방안 연구)

  • 공재원;심우곤;백인섭
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2001.10a
    • /
    • pp.400-402
    • /
    • 2001
  • 컴포넌트는 소프트웨어 재사용의 핵심 기술로 인식되고 있으며, 현재 많은 수의 컴포넌트가 개발되고 사용되고 있다[9]. 많은 수의 컴포넌트들 중에서 특정 도메인에 이미 적절하다고 판단된 컴포넌트를 검색해서 사용하는 과정이 필수적이며[6], 이를 위해서 컴포넌트에 대한 정확한 명세서가 뒷받침 되어야 한다. 본 논문에서 다루고 있는 컴포넌트 모델의 하나인 썬(Sun)社의 EJB ver1.1 은 배치설명파일(Deployment Descriptor)을 XML로 기술하고 있으며, DTD로 Validation 체크를 하고 있다. 그러나 DTD 는 표현할 수 있는 데이터 타입에서 한계를 가지며 하나의 XML은 여러 개의 DTD 파일을 가질수 없기 때문에 확장성에서도 취약함을 나타낸다. 이를 해결하기 위해서 XSchema 로 변환하였다. 또한 현재 EJB 의 배치설명파일에서는 컴포넌트의 결합 및 의존성에 대한 표현이 부족하기 때문에 이를 보완하기 위해서 컴포넌트 Contract 에 대한 속성들을 기반으로 하여 새로운 태그를 지정해보도록한다.

  • PDF