The Design and Implementation of User Interface Builder to support Software Reuse System

소프트웨어 재사용 시스템을 지원하는 사용자 인터페이스 구축기의 설계 및 구현

  • 김상근 (중앙대학교 컴퓨터공학과) ;
  • 홍찬기 (관동대학교 전자계산학과) ;
  • 이경환 (중앙대학교 컴퓨터공학과)
  • Published : 1995.05.01

Abstract

Most UIMS(User Interface Management System) adopt dialogue model of user interface Implementation of UIMS influenced by adopted dialogue model of user interface strongly. While the Model-View-Controller framework has contributed to many aspects of user interface development in Smalltalk environment- user interfaces generated with MVC have highly coupled model, view, and controller classes. Such coupling impedes the reuse of software component. So In this paper, we suggest MVCD model to resolve a decline of reuse with MVC have highly coupled. User messages are not changed by Controller immediately, but sent to Dialogue object which maintains the syntatic structure of the interaction. Dialogue object invokes Model object to updates is value. Since Model objects have active values, the value change propagates to the linked Controllers. Finally, Controller object convert the new value and update the View object. User interface builder is implemented on X-window with OSF/Motif that is base on this user dialogue model.

대부분의 사용자 인터페이스 관리 시스템은 사용자 인터페이스의 대화 모델을 채 택하고 있다. 사용자 인터페이스 관리 시스템의 구현은 채택된 사용자 인터페이스의 대화 모델에 의해 강한 영향을 받는다. 모델-뷰-콘트롤러(Model-View-Controller : MVC) 프레임웨이 Smalltalk 환경에서 사용자 인터페이스 개발의 여러 측면에서 기여한 동안 사용자 인터페이스는 강하게 결합된 모델, 뷰, 콘트롤러 클래스를 가진 MVC를 이 용하여 생성되었다. 이러한 결합은 소프트웨어 부품의 재사용을 방해하였다. 따라서 본 논문에서는 MVC모델이 갖는 강한 결합력으로 인한 소프트웨어 재사용의 저하를 해 결하기 위해, 상호 작용의 구문적 관리를 하는 다이알로그 객체를 추가하여 사용자로 부터 생성된 메세지가 콘트롤러에 의해 바로 값이 변경되지 않고 다이알로그에 전달 되도록 MVCD모델을 제안하였다. 메세지를 전달받은 다이알로그 객체는 모델 객체의 값 을 변경하기 위해 모델 객체를 호출한다. 모델 객체는 active 값들을 가지고 있기 때 문에 값의 변경은 연결된 콘크롤러 객체에게 전달된다. 최종적으로 콘트롤러 객체는 새로운 값을 변경하고 뷰 객체를 수정한다. 이러한 사용자 대화 모델에 기반을 둔 사 용자 인터페이스 구축기를 X-윈도우상에서 OSF/Motif을 이용하여 개발하였다.

Keywords