1) AJAX parsing
AJAX解析
2) Ajax parsor
Ajax页面解析
3) On Ajax Technology
浅析Ajax技术
5) AJAX technology
Ajax技术
1.
Ajax technology applied in J2EE framework;
Ajax技术在J2EE框架中的应用
2.
OPC and AJAX Technology to Read and Web Release data of RSView32
OPC与AJAX技术在RSView32数据读取和Web发布中的应用
3.
0 application in automatic monitoring system for dam safety, and solutions by Ajax technology are given combing with information management system development, which has a very important reference value in real-time information publication system.
0在大坝安全自动监测系统中的应用进行了分析,并结合信息管理系统的开发给出了基于Ajax技术的具体解决方案,对开发即时信息发布系统具有十分重要的参考价值。
6) AJAX framework
AJAX框架
1.
Study and Application of Ajax Framework Based on Page-Difference Model;
基于页面差异模式的Ajax框架研究及应用
2.
In order to meet the demands of enterprise web information system,use the resource of network and client sufficiently,extend the interaction between browser client and server,and improve user experience,the paper presents Magix Framework which is a novel enterprise AJAX framework.
为满足企业级Web信息系统的要求,充分利用网络资源和客户端资源,扩展浏览器客户端与服务端交互的方案,改善用户体验,提出一个创新性的企业级AJAX框架Magix Framework。
3.
After investigating some kinds of already existed Ajax framework, a new Ajax framework based on page-difference model was proposed and built on DotNet.
在研究了现有Ajax框架的基础上,提出了基于页面差异模式实现Ajax框架的模型,并在。
补充资料:Ajax
Ajax不是一个技术,它实际上是几种技术,每种技术都有其独特这处,合在一起就成了一个功能强大的新技术。Ajax包括:
XHTML和CSS
使用文档对象模型(DocumentObjectModel)作动态显示和交互
使用XML和XSLT做数据交互和操作
使用XMLHttpRequest进行异步数据接收
使用JavaScript将它们绑定在一起
传统的web应用模型工作起来就象这样:大部分界面上的用户动作触发一个连接到Web服务器的HTTP请求。服务器完成一些处理---接收数据,处理计算,再访问其它的数据库系统,最后返回一个HTML页面到客户端。这是一个老套的模式,自采用超文本作为web使用以来,一直都这样用,但看过《TheElementsofUserExperience》的读者一定知道,是什么限制了Web界面没有桌面软件那么好用。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条