A technique for creating remote objects by local semantics

로컬 의미에 의한 원격객체 설계 기법

  • Published : 2003.10.01

Abstract

This paper presents a technique that allows objects written with local semantics to be made remote. It works by creating interfaces that have roughly the same method signatures as the local interfaces but are remote. These generated interfaces form a layer between the application server interfaces and the RMI runtime. This technique results in the coding of tediously repeated try/catch blocks for the RMI remote interface.

본 논문에서는 로컬 의미만으로 원격객체 생성을 할 수 있는 기법을 제안하고자 한다. 즉, 로컬 인터페이스와 같은 메소드 시크니쳐의 형태를 가진 원격 인터페이스를 생성함으로써, 애플리케이션 서버 인터페이스와 RMI runtime 사이의 레이어를 인터페이스 형태로 생성시켜준다. 본 논문에서 제안하는 RMI 지역 기법을 도입하면, RMI application의 코딩작업을 간소화할 수 있게 된다.

Keywords