|
计算机系统应用 2009
Application of MVC Pattern to Remote Control Laboratory Based onAjax Technology
|
Abstract:
针对传统的同步交互模式,远程用户难以实时获取远程实验室中设备运行状态的问题,利用AJAX (Asynchronous JavaScript and XML)技术定时发送查询请求,实现了远程设备运行状态的实时显示。为了方便代码的维护和调试,引入了MVC(Model-View-Control)设计模式。实际使用表明,引入AJAX技术,能有效的减小服务器的响应时间和网络流量。