计算机工程与应用 ›› 2007, Vol. 43 ›› Issue (15): 95-97.

• 产品、研发、测试 • 上一篇    下一篇

一种松耦合高复用MVC模式的Web分页实现

何玲娟,蚁 龙,刘连臣   

  1. 清华大学 自动化系 国家CIMS工程技术研究中心,北京 100084
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2007-05-21 发布日期:2007-05-21
  • 通讯作者: 何玲娟

Loosely coupled and reusable MVC model Web paging design

HE Ling-juan,YI Long,LIU Lian-chen   

  1. National CIMS Engineering Research Center,Department of Automation,Tsinghua University,Beijing 100084,China
  • Received:1900-01-01 Revised:1900-01-01 Online:2007-05-21 Published:2007-05-21
  • Contact: HE Ling-juan

摘要: MVC设计模式下常见Web分页方案存在一些不足,针对降低耦合性和提高复用性提出了改进方案,并通过在数据层引入Hibernate框架,服务层引入Bridge桥接模式,表示层引入Struts框架对改进方案加以实现。

关键词: Web分页, MVC, J2EE技术

Abstract: The common problems in contemporary Web paging designs are discussed in the article.A MVC model web paging design,which is highly reusable and loosely coupled,is proposed.The implementation included Hibernate framework as model and Struts framework as view and Bridge pattern is applied as control.

Key words: Web paging, MVC, J2EE