网学网为广大网友收集整理了,基于WEB的电话会议的系统的设计与实现,希望对大家有所帮助!
论文字数:13107,页数:42 有开题报告,任务书
摘 要
传统的会议召开方式都要求与会者必须面对面坐在一起进行。但实际当中,由于地域或时间等因素的限制很难做到所有与会者在同一时间、同一地点、同时出席某一会议。交互式电话会议的出现,从企业管理层需要出发,打破了传统会议在空间和时间上的局限性,有效地解决了总部与分支机构在会议过程中面临的各种问题。
B/S是目前常见的平台模式,论文指出了它的特点。确定了基于WEB的MVC模式为系统的设计模式,根据系统的技术实现,论述了J2EE技术和AJAX技术,并基于UML技术对系统需求,系统功能和系统架构进行了建模分析。
MVC设计模式分离了数据的控制层和数据的表现层,在实现多层WEB应用系统中具有明显的优势。论文论述了基于MVC模式的电话会议系统的系统设计和实现过程,主要包括系统体系结构设计,系统功能设计,数据库设计,系统界面的设计以及其中的关键技术的实现。论文最后对系统实现过程进行了总结。
关键词: 交互式电话,B/S,MVC,AJAX,UML
Designing and Implementing Telephone Conference System
Based on WEB
Abstract
Holding a traditional conference, the conferees have to come together and seat themselves face-to-face。But in reality, it is very difficult to make sure that all conferees attend a certain meeting at the same time and the same place because of the limitations of such factors as the region or time,etc.. The appearance of the interactive teleconference, with the view to meet the administration and
supervision authorities of enterprises, has broken the limitation on space and time of traditional meeting, and solved various kinds of problems that general headquarters and branch face in the course of meeting effectively。
B/S is a common design mode at present。Determining the MVC pattern which based on WEB is system design pattern。According to the technical realization,the paper discuss J2EE and AJAX technology,and makes modeling analysis of system demand,system function and system framework based on UML technology。
MVC design pattern separates control layer of data from representation layer,therefore has the advantage of implementation of multi-layer WEB applications。The paper also discuss the system design and the implement of the telephone conference system based on MVC pattern。Which mainly includes the design of system structure,system function,database,system interface and the implement of key technology。At last,the paper draws the conclusion of the system implement。
Keywords: Integrating Telephone,B/S,MVC,AJAX,UML
目 录
摘 要 I
Abstract II
目 录 III
插图索引 V
1 绪论 1
1.1 本课题的目的和意义 1
1.2 本课题的课题来源 2
2 系统的平台体系总体分析 3
2.1 系统平台模式的分析 3
2.2 系统基于Internet的解决方案的分析 4
2.3 系统框架原型分析 5
2.4 系统的语音应用 6
2.5 现有Web界面的问题分析 6
2.6 小结 7
3 基于UML的可视化建模系统分析 8
3.1 系统需求获取 8
3.2 系统流程分析 9
3.3 系统设计模式和框架的选用 10
3.4 系统的分析建模 11
3.5 小结 15
4 电话会议系统WEB的设计与实现 16
4.1 系统研发的原则 16
4.2 系统功能和体系结构设计 17
4.3 数据库总体设计 18
4.3.1 数据库设计基本规范 19
4.3.2 数据库逻辑结构设计 19
4.3.3 数据库的安全性设计 21
4.4 用户界面设计与关键技术的实现 22
4.5 监控模块关键技术的实现 26
4.6 系统运行的界面 29
4.7 小结 31
结 论 32
致 谢 34
参考文献 35