A novel web application frame developed by MVC

  • Authors:
  • Luo GuangChun;WangYanhua Lu;Xianliang Hanhong

  • Affiliations:
  • Information Center of UEST of China, ChengDu, China;Information Center of UEST of China, ChengDu, China;Information Center of UEST of China, ChengDu, China

  • Venue:
  • ACM SIGSOFT Software Engineering Notes
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

The MVC (Model/View/Controller) design pattern was developed in Smalltalk-80 and widely used in software design. This paper introduces a novel Web application frame based on MVC. This frame separates the transaction logic from the presentation format. It also improves the system maintain-ability, scalability and performance by using the module data-base, template database, messaging object and buffer queue.