Property Enlargement of JDBC 3-tier Model Using CORBA Under Distributed Object Environments

분산객체환경에서의 JDBC 3-tier 모델의 성능확대와 CORBA의 이용

  • 이진용 (인제대학교 정보컴퓨터학부) ;
  • 전순미 (인제대학교 정보컴푸터학부)
  • Published : 1998.09.01

Abstract

The property of connectivity between DBMS and application system developed in java is very important under the distributed object environments with heterogeneous systems. In these days, mostly used JDBC 3-tier model, which supports the connectivity, has two problems: the one is the restricted connectivity needed for the Java applet as application programs and the other is the additional efforts to design and implemtnt in linking any application program with the middleware from being deficit of standard protocol. In order to solve these problems, we have worked on Enlarging the properties of JDBC 3 tier model by applying CORBA distributed object environments. Thus, the enlarged 3-tier model has an ORB-JDBC sub protocol for the client sub-protocol and a middleware whose property is supported by CORBA.

이질적인 시스템으로 구축된 분산 객체 환경에서 자바로 개발된 응용 시스템과 데이터베이스 관리 시스템의 연동성은 매우 중요하다. 연동을 지원하는 기존의 JDBC 제공 모델 중에서 분산환경에서 가장 많이 쓰이는 구조가 JDBC 3-tier 모델인데 이 모델은 자바애플릿 응용시스템의 적용에서 제한적인 보안 구조를 가진 연동관계의 형성을 요구한다는 것과 또한 클라이언트에서 미들웨어로 접속하는 규약의 종류에 따라서 매번 응용프로그램에서 별도의 설계 및 구현을 해야하는 부분이 부담으로 나타나는 문제점을 안고 있다. 본 논문에서는 이 문제들을 해결하기 위해서 CORBA 분산객체 환경을 이용하였으며 기존의 FDBC 모델을 지원하는 ORB-JDBC 하위 규약과 미들웨어를 설계하고 구현하여 기존모델의 성능을 확대 시켰다. 즉, 새로 확대된 모델은 연동을 위해서 구현된 어떠한 자바 응용 프로그램에서도 시스템에 대한 보안 규제가 극복되며 또한 데이터베이스 관리시스템과의 연동관계에서 간단하게 응용프로그램만을 작성하는 것으로 연동의 작업이 이루어지게 되어 클라이언트의 제작비용과 시간을 줄여준다. 동시에 CORBA가 제공하는 DBMS 서버들 사이의 부하분배를 지원하는 SRLSMD도 있음을 모의실험을 통해서 확인한다.

Keywords