作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2010, Vol. 36 ›› Issue (9): 70-72. doi: 10.3969/j.issn.1000-3428.2010.09.024

• 软件技术与数据库 • 上一篇    下一篇

MVC模式在数据中间件中的应用

张 俐   

  1. (江苏技术师范学院计算机科学与工程学院,常州 213001)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2010-05-05 发布日期:2010-05-05

Application of MVC Pattern in Data Middleware

ZHANG Li   

  1. (College of Computer Science & Engineering, Jiangsu Teachers College of Technology, Changzhou 213001)
  • Received:1900-01-01 Revised:1900-01-01 Online:2010-05-05 Published:2010-05-05

摘要: 应用软件再工程理论,通过MVC模式将数据表示、输入控制和数据处理分离,使数据中间件结构清晰并提高各部分的重用率。模型、视图和控制之间的松散耦合使整个中间件具备良好的稳定性、可伸缩性和可扩展性。将该方法应用到遗留系统数据中间件中,证明了MVC模式的实用性和有效性。

关键词: MVC模式, 数据中间件, 软件再工程

Abstract: With the application of software re-engineering, the data representation, input control and data handle which are separated by MVC pattern, make the structure of data middleware clearer and enhance the reuse of various parts. The loose coupling of model, view and control promote the favorable stability, flexible and expansible in data middleware. By re-engineering process of a legacy system middleware, the model is proved to be practicable and effective.

Key words: MVC pattern, data middleware, software re-engineering

中图分类号: