preview

What Is The MVC Architectural Pattern In Architecture Design

Better Essays

Abstract—High quality of web application plays a great rule in the success of a company, this can only achieve with help of authenticated web engineering methods and procedures. The choice of a good web application architecture during web application design phase helps to achieve high quality in web application and handle dynamic customer requirements. Model View Controller (MVC) architectural pattern is the core architectural pattern among different architectural patterns which helps to design and develop user interactive applications. In this paper, we explain how to improve web application quality attributes by introducing the MVC architectural pattern in architectural design process. Our inclusion will help both small and large scale web applications to …show more content…

Sections III presents software quality attributes and analyze how MVC architecture pattern improve quality of web application. At the end Section IV presents the conclusion and future research work.
II. MVC architectural pattern
MVC [2] architectural pattern [3] is the core architectural design pattern among the different user interactive architectural pattern. A brief introduction of MVC architectural pattern is defined in below section.
MVC architectural pattern is most extensively used by software architect designer, programmer and GUI developer while developing the user interactive applications. The MVC architectural pattern contains three types of architectural units or components: Model, View and Controller which actually separate the complete application logic to three logical units: business/entity (model), presentation (view) and control (controller). The model component contains business logic and application data, the view use to retrieve and show application data from/to user and the controller handle the user request/response through view and handle interaction between view and

Get Access