A Layered WEB Framework Model

作者:Tian Dengshan*; Wen Jiwen; Liu Yin; Ma Ning; Wei Huiping
来源:International Conference on Information Technology and Scientific Management, 2010-12-20 to 2010-12-21.

摘要

The requirements of Web application keep changing all along. To reduce the time-costing, loose-couple the modules, and adapt to the changing requirement, layering approach is used when developing Web application. After introducing four framework technologies: Module-View-Control(MVC); Inversion of Control (IOC); Aspect Oriented Programming (AOP); Object-relational mapping (ORM), Web application layering model based on framework technology is proposed at last. This model can improve the testability, seal-ability and maintainability of whole application, enhance the code reusability as well. With this model, programmer can ignore system-level coding when developing Web application, thereby devote to the business logic developing, and the developing efficiency is greatly improved.