IMPLEMENTATION OF ODM BASED ON MVC FRAMEWORK

Xiao Yu,Weng Huiyu
DOI: https://doi.org/10.3969/j.issn.1000-386X.2006.03.018
2006-01-01
Abstract:MVC pattern is now a very popular model for Web application development.This paper will solve this problem by the concept of ODM(Object/Display Mapping)and developing the WebComponent module.The WebComponent module is based on the ODM,and can reuse the Web controls,reduce the workload and make the JSP codes simplest.Use this module,we can obtain a deeper separate between the display layer and the data layer,optimize the MVC pattern and implement a looser coupling in the web application software development.
What problem does this paper attempt to address?