基于web的電話會議的系統(tǒng)的設(shè)計與實現(xiàn)(含開題+任務(wù)書+測試報告).rar
基于web的電話會議的系統(tǒng)的設(shè)計與實現(xiàn)(含開題+任務(wù)書+測試報告),基于web的電話會議的系統(tǒng)的設(shè)計與實現(xiàn)(含開題+任務(wù)書+測試報告)1.3萬字42頁含開題+任務(wù)書+測試報告摘 要傳統(tǒng)的會議召開方式都要求與會者必須面對面坐在一起進行。但實際當中,由于地域或時間等因素的限制很難做到所有與會者在同一時間、同一地點、同時出席某一會議。交互式電話會議的出現(xiàn),從企業(yè)管理層需要出發(fā),打破了傳統(tǒng)會議...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會員 劉麗 發(fā)布
基于WEB的電話會議的系統(tǒng)的設(shè)計與實現(xiàn)(含開題+任務(wù)書+測試報告)
1.3萬字 42頁
含開題+任務(wù)書+測試報告
摘 要
傳統(tǒng)的會議召開方式都要求與會者必須面對面坐在一起進行。但實際當中,由于地域或時間等因素的限制很難做到所有與會者在同一時間、同一地點、同時出席某一會議。交互式電話會議的出現(xiàn),從企業(yè)管理層需要出發(fā),打破了傳統(tǒng)會議在空間和時間上的局限性,有效地解決了總部與分支機構(gòu)在會議過程中面臨的各種問題。
B/S是目前常見的平臺模式,論文指出了它的特點。確定了基于WEB的MVC模式為系統(tǒng)的設(shè)計模式,根據(jù)系統(tǒng)的技術(shù)實現(xiàn),論述了J2EE技術(shù)和AJAX技術(shù),并基于UML技術(shù)對系統(tǒng)需求,系統(tǒng)功能和系統(tǒng)架構(gòu)進行了建模分析。
MVC設(shè)計模式分離了數(shù)據(jù)的控制層和數(shù)據(jù)的表現(xiàn)層,在實現(xiàn)多層WEB應(yīng)用系統(tǒng)中具有明顯的優(yōu)勢。論文論述了基于MVC模式的電話會議系統(tǒng)的系統(tǒng)設(shè)計和實現(xiàn)過程,主要包括系統(tǒng)體系結(jié)構(gòu)設(shè)計,系統(tǒng)功能設(shè)計,數(shù)據(jù)庫設(shè)計,系統(tǒng)界面的設(shè)計以及其中的關(guān)鍵技術(shù)的實現(xiàn)。論文最后對系統(tǒng)實現(xiàn)過程進行了總結(jié)。
關(guān)鍵詞: 交互式電話,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 系統(tǒng)的平臺體系總體分析 3
2.1 系統(tǒng)平臺模式的分析 3
2.2 系統(tǒng)基于INTERNET的解決方案的分析 4
2.3 系統(tǒng)框架原型分析 5
2.4 系統(tǒng)的語音應(yīng)用 6
2.5 現(xiàn)有WEB界面的問題分析 6
2.6 小結(jié) 7
3 基于UML的可視化建模系統(tǒng)分析 8
3.1 系統(tǒng)需求獲取 8
3.2 系統(tǒng)流程分析 9
3.3 系統(tǒng)設(shè)計模式和框架的選用 10
3.4 系統(tǒng)的分析建模 11
3.5 小結(jié) 15
4 電話會議系統(tǒng)WEB的設(shè)計與實現(xiàn) 16
4.1 系統(tǒng)研發(fā)的原則 16
4.2 系統(tǒng)功能和體系結(jié)構(gòu)設(shè)計 17
4.3 數(shù)據(jù)庫總體設(shè)計 18
4.3.1 數(shù)據(jù)庫設(shè)計基本規(guī)范 19
4.3.2 數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計 19
4.3.3 數(shù)據(jù)庫的安全性設(shè)計 21
4.4 用戶界面設(shè)計與關(guān)鍵技術(shù)的實現(xiàn) 22
4.5 監(jiān)控模塊關(guān)鍵技術(shù)的實現(xiàn) 26
4.6 系統(tǒng)運行的界面 29
4.7 小結(jié) 31
結(jié) 論 32
致 謝 34
參考文獻 35
插圖索引
圖 2.1 B/S架構(gòu)圖 3
圖 2.2 基于INTERNET的解決方案 4
圖 2.3 J2EE典型四層結(jié)構(gòu) 5
圖 3.1 管理端簡單流程圖 9
圖 3.2 用戶端簡單流程圖 9
圖 3.3 監(jiān)控端簡單流程圖 10
圖 3.4 J2EE標準的四層結(jié)構(gòu)輕量級表現(xiàn)形式 10
圖 3.5 系統(tǒng)總體的模式架構(gòu)圖 11
圖 3.6 管理端用例圖 12
圖 3.7 用戶端用例圖 12
圖 3.8 監(jiān)控端用例圖 13
圖 3.9 管理端時序圖 13
圖 3.10 用戶端時序圖 14
圖 3.11 監(jiān)控端時序圖 14
圖 4.1 客戶端與管理端的體系結(jié)構(gòu) 17
圖 4.2 監(jiān)控端體系結(jié)構(gòu) 18
圖 4.3 數(shù)據(jù)庫表結(jié)構(gòu) 20
圖 4.4 數(shù)據(jù)庫表結(jié)構(gòu) 20
圖 4.5數(shù)據(jù)庫表結(jié)構(gòu) 21
圖 4.6 用戶界面設(shè)計的迭代過程 22
圖 4.7 用戶端頁面設(shè)計框架 24
圖 4.8 管理端頁面設(shè)計框架 25
圖 4.9 監(jiān)控端頁面設(shè)計框架 25
圖 4.10 用戶端登陸面 29
圖 4.11 客戶端主頁面 30
圖 4.12 監(jiān)控端主頁 30
參考文獻
[11]孫衛(wèi)琴.基于MVC的java web設(shè)計與開發(fā)[M].北京:電子工業(yè)出版社
[12](美)Todd Cook(閻雋).JSP從入門到精通.北京:電子工業(yè)出版社
[13]孫衛(wèi)琴.TOMCAT與Java Web開發(fā)技術(shù)詳解[M].電子工業(yè)出版社.
[14]徐英卓.基于B/S的教學(xué)資源庫模型的研究(J)電化教育研究.
[15]魏善沛.電子商務(wù)網(wǎng)站開發(fā)與實現(xiàn)[M].高等教育出版社.
[16]陳峰,薛士權(quán).通用關(guān)系數(shù)據(jù)庫訪問層的設(shè)計與實現(xiàn)[J].計算機工程與應(yīng)基于J2EE的一種多層
1.3萬字 42頁
含開題+任務(wù)書+測試報告
摘 要
傳統(tǒng)的會議召開方式都要求與會者必須面對面坐在一起進行。但實際當中,由于地域或時間等因素的限制很難做到所有與會者在同一時間、同一地點、同時出席某一會議。交互式電話會議的出現(xiàn),從企業(yè)管理層需要出發(fā),打破了傳統(tǒng)會議在空間和時間上的局限性,有效地解決了總部與分支機構(gòu)在會議過程中面臨的各種問題。
B/S是目前常見的平臺模式,論文指出了它的特點。確定了基于WEB的MVC模式為系統(tǒng)的設(shè)計模式,根據(jù)系統(tǒng)的技術(shù)實現(xiàn),論述了J2EE技術(shù)和AJAX技術(shù),并基于UML技術(shù)對系統(tǒng)需求,系統(tǒng)功能和系統(tǒng)架構(gòu)進行了建模分析。
MVC設(shè)計模式分離了數(shù)據(jù)的控制層和數(shù)據(jù)的表現(xiàn)層,在實現(xiàn)多層WEB應(yīng)用系統(tǒng)中具有明顯的優(yōu)勢。論文論述了基于MVC模式的電話會議系統(tǒng)的系統(tǒng)設(shè)計和實現(xiàn)過程,主要包括系統(tǒng)體系結(jié)構(gòu)設(shè)計,系統(tǒng)功能設(shè)計,數(shù)據(jù)庫設(shè)計,系統(tǒng)界面的設(shè)計以及其中的關(guān)鍵技術(shù)的實現(xiàn)。論文最后對系統(tǒng)實現(xiàn)過程進行了總結(jié)。
關(guān)鍵詞: 交互式電話,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 系統(tǒng)的平臺體系總體分析 3
2.1 系統(tǒng)平臺模式的分析 3
2.2 系統(tǒng)基于INTERNET的解決方案的分析 4
2.3 系統(tǒng)框架原型分析 5
2.4 系統(tǒng)的語音應(yīng)用 6
2.5 現(xiàn)有WEB界面的問題分析 6
2.6 小結(jié) 7
3 基于UML的可視化建模系統(tǒng)分析 8
3.1 系統(tǒng)需求獲取 8
3.2 系統(tǒng)流程分析 9
3.3 系統(tǒng)設(shè)計模式和框架的選用 10
3.4 系統(tǒng)的分析建模 11
3.5 小結(jié) 15
4 電話會議系統(tǒng)WEB的設(shè)計與實現(xiàn) 16
4.1 系統(tǒng)研發(fā)的原則 16
4.2 系統(tǒng)功能和體系結(jié)構(gòu)設(shè)計 17
4.3 數(shù)據(jù)庫總體設(shè)計 18
4.3.1 數(shù)據(jù)庫設(shè)計基本規(guī)范 19
4.3.2 數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計 19
4.3.3 數(shù)據(jù)庫的安全性設(shè)計 21
4.4 用戶界面設(shè)計與關(guān)鍵技術(shù)的實現(xiàn) 22
4.5 監(jiān)控模塊關(guān)鍵技術(shù)的實現(xiàn) 26
4.6 系統(tǒng)運行的界面 29
4.7 小結(jié) 31
結(jié) 論 32
致 謝 34
參考文獻 35
插圖索引
圖 2.1 B/S架構(gòu)圖 3
圖 2.2 基于INTERNET的解決方案 4
圖 2.3 J2EE典型四層結(jié)構(gòu) 5
圖 3.1 管理端簡單流程圖 9
圖 3.2 用戶端簡單流程圖 9
圖 3.3 監(jiān)控端簡單流程圖 10
圖 3.4 J2EE標準的四層結(jié)構(gòu)輕量級表現(xiàn)形式 10
圖 3.5 系統(tǒng)總體的模式架構(gòu)圖 11
圖 3.6 管理端用例圖 12
圖 3.7 用戶端用例圖 12
圖 3.8 監(jiān)控端用例圖 13
圖 3.9 管理端時序圖 13
圖 3.10 用戶端時序圖 14
圖 3.11 監(jiān)控端時序圖 14
圖 4.1 客戶端與管理端的體系結(jié)構(gòu) 17
圖 4.2 監(jiān)控端體系結(jié)構(gòu) 18
圖 4.3 數(shù)據(jù)庫表結(jié)構(gòu) 20
圖 4.4 數(shù)據(jù)庫表結(jié)構(gòu) 20
圖 4.5數(shù)據(jù)庫表結(jié)構(gòu) 21
圖 4.6 用戶界面設(shè)計的迭代過程 22
圖 4.7 用戶端頁面設(shè)計框架 24
圖 4.8 管理端頁面設(shè)計框架 25
圖 4.9 監(jiān)控端頁面設(shè)計框架 25
圖 4.10 用戶端登陸面 29
圖 4.11 客戶端主頁面 30
圖 4.12 監(jiān)控端主頁 30
參考文獻
[11]孫衛(wèi)琴.基于MVC的java web設(shè)計與開發(fā)[M].北京:電子工業(yè)出版社
[12](美)Todd Cook(閻雋).JSP從入門到精通.北京:電子工業(yè)出版社
[13]孫衛(wèi)琴.TOMCAT與Java Web開發(fā)技術(shù)詳解[M].電子工業(yè)出版社.
[14]徐英卓.基于B/S的教學(xué)資源庫模型的研究(J)電化教育研究.
[15]魏善沛.電子商務(wù)網(wǎng)站開發(fā)與實現(xiàn)[M].高等教育出版社.
[16]陳峰,薛士權(quán).通用關(guān)系數(shù)據(jù)庫訪問層的設(shè)計與實現(xiàn)[J].計算機工程與應(yīng)基于J2EE的一種多層