Design and Implementation of CMS using MVC Framework

MVC 프레임워크 기반의 CMS 설계 및 구현

  • Published : 2003.11.01

Abstract

Web services can be invoked statically using a WSDL service interface and service implementation documents, or dynamically by retrieving the service type definitions and the service implementation via UDDI. But until now, couldn't do both at the same time. The Model View Controller pattern(MVC) supports both dynamic and static Web services. The MVC paradigm is a way of breaking an application, or even just a piece of an application's interface, into three parts: the model, the view, and the controller. Object-oriented methodologies have been applied to developing internet applications for increase reuse and expandability. I supposed a effective multimedia CMS(Contents Management Systems) using MVC.

웹 서비스는 WSDL 서비스 인터페이스와 서비스 구현 문서를 이용하여 정적으로 호출되거나 서비스타입 정의와 UDDI를 통한 서비스 구현을 검색함으로서 동적으로 호출될 수 있다. 지금까지는 동시에 두 가지를 수행 할 수 없었다. 본 논문에서는 Model View Controller(MVC) 프레임워크를 사용한 정적/동적 웹 서비스를 지원하는 효율적인 멀티미디어 CMS(Contents Management Systems)를 설계하고 구현하였다.

Keywords