AJAX在网络多媒体课件制作系统中的应用研究.docVIP

  • 3
  • 0
  • 约4.64千字
  • 约 8页
  • 2018-03-10 发布于北京
  • 举报

AJAX在网络多媒体课件制作系统中的应用研究.doc

AJAX在网络多媒体课件制作系统中的应用研究   摘 要:随着多媒体技术的迅猛发展,越来越多的高校正在加快多媒体课件资源的建设,基于B/S模式的网络多媒体课件系统很容易部署,具有传播范围广、易于操作等优点,被广泛应用到各高校中,但传统的B/S架构都是以同步请求/响应模式作为基础的,无法实现更加高端的用户体验。以AJXA技术为例,以异步请求/响应模式实现在网络多媒体课件制作系统中的应用设计,并对系统实现过程中的关键技术要点做了重点解析。   关键词:B/S模式; AJAX; Javascirpt;DOM;xml;XMLHttpRequest   中图分类号:G434,TP393 文献标识码:A 文章编号:1004373X(2008)1611903      Application Research of AJAX in Network Multimedia Courseware System   CAO Genyi   (Anhui Vocational Institute of Industrial Economy,Hefei,230051,China)      Abstract:With the rapid development of multimedia technology,more and more colleges and universities are speeding up the construction of multimedia courseware resources,it is easy to deploy based on the B/S mode network multimedia courseware system.It has been widely applied to all colleges and universities with its wide range of communication,easy operation and other advantages,but the traditional B/S structure is based on synchronous request/response mode,which can not be achieved to more highend user experience.In this paper,the author takes AJXA technology as an example to realize the application and design of the network multimedia courseware making system with asynchronous request/response mode,and pay special attention to analyze the key technical points in the process of achievement   Keywords:B/S mode;AJAX;Javascirpt;DOM;xml;XMLHttpRequest      随着计算机网络技术的飞速发展,如今Web技术已经成为商务和信息的中心,许多新方法和新技术也都粉墨登场。B/S结构已成为大量多媒体技术应用的首选平台,越来越多的高校也开始采用B/S架构来搭建课件系统,而AJAX的出现无疑是为当今的因特网添加了一道亮丽的风景线,让用户的体验变的更加丰富多彩。AJXA技术主要以Javascirpt,xmlhttprequest,DOM和XML为核心,来实现Web异步交互功能的应用,在Web应用研究开发中得到越来越多的关注。      1 AJAX定义      AJAX是通过现有的几种成熟技术的特性,相互结合构成一个功能强大的新技术。AJAX包括:   XHTML和CSS实现基本内容的显示;   使用文档对象模型Document Object Model来实现动态显示和交互;   使用XML和XSLT来实现数据交换和操作;   使用XMLHttpRequest或XMLHttp来实现异步数据查询;   使用JavaScript将以上技术结合在一起。      2 AJAX的工作流程      传统的Web应用程序,一般都是采取请求→刷新→显示模式,这就是同步请求/响应模式,就是每当用户通过单击按钮和链接向服务器发送一个请求时,都由服务器接收请求并处理,处理完毕后服务器将信息发送至浏览器进行显示。而在服务器处理的时间段里浏览器处于等待状态,显示为空白和无响应状态,用户所能做的事情只有等待。如图1

文档评论(0)

1亿VIP精品文档

相关文档