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

计算机工程 ›› 2009, Vol. 35 ›› Issue (12): 275-278. doi: 10.3969/j.issn.1000-3428.2009.12.096

• 开发研究与设计技术 • 上一篇    下一篇

基于Ajax技术的智能客户端流引擎

邵一川1,2,申德荣2,赵宏伟1,聂铁铮2   

  1. (1. 沈阳大学信息学院,沈阳 110044;2. 东北大学信息学院,沈阳 110004)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2009-06-20 发布日期:2009-06-20

Smart Client Flow Engine Based on Ajax

SHAO Yi-chuan1,2, SHEN De-rong2, ZHAO Hong-wei1, NIE Tie-zheng2   

  1. (1. School Department of Information, Shenyang University, Shenyang 110044;2. School of Information, Northeastern University, Shenyang 110004)
  • Received:1900-01-01 Revised:1900-01-01 Online:2009-06-20 Published:2009-06-20

摘要: 为解决传统Ajax引擎缺乏智能及服务器端负载过重问题,设计一种基于浏览器缓存机制及Ajax技术的智能客户端流引擎(SCFE)。它将业务逻辑与数据访问分开,将业务逻辑移交到客户端执行,同时在客户端缓存业务逻辑涉及的数据,形成智能客户端体系。理论和实践证明SCFE可以有效地减少服务器访问次数,减轻服务器负载,减少网络流量,使Web应用更加智能化。

关键词: Ajax引擎, 缓存, 智能客户端

Abstract: In order to solve the problems of lacking intelligence and server overload in the traditional Ajax engine, a new Ajax engine based on the browser caching mechanism named Smart Client Flow Engine(SCFE) is proposed. It separates business logic layer from data access layer and transfers business logic layer and the relevant data to the client catch to implement. Theory and practice prove that SCFE can reduce the frequency of accessing server effectively, solve the server overload problem, and make the Web applications more intelligent.

Key words: Ajax engine, cache, smart client

中图分类号: