spring框架和ajax技術(shù)在電信管理系統(tǒng)的應(yīng)用.rar
spring框架和ajax技術(shù)在電信管理系統(tǒng)的應(yīng)用,spring框架和ajax技術(shù)在電信管理系統(tǒng)的應(yīng)用1.3萬字39頁包括開題報告和任務(wù)書摘要隨著中國電信運營企業(yè)改革的不斷深化及wto的加入,如何強(qiáng)化資源管理,提高市場競爭力已經(jīng)成為中國各電信運營商關(guān)注的關(guān)鍵問題。而資源存量管理作為電信運營支撐系統(tǒng)的基礎(chǔ)模塊,對系統(tǒng)的運行起著關(guān)鍵作用。spring 作為一個開源框架,是為...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會員 wumei 發(fā)布
Spring框架和Ajax技術(shù)在電信管理系統(tǒng)的應(yīng)用
1.3萬字 39頁
包括開題報告和任務(wù)書
摘要
隨著中國電信運營企業(yè)改革的不斷深化及WTO的加入,如何強(qiáng)化資源管理,提高市場競爭力已經(jīng)成為中國各電信運營商關(guān)注的關(guān)鍵問題。而資源存量管理作為電信運營支撐系統(tǒng)的基礎(chǔ)模塊,對系統(tǒng)的運行起著關(guān)鍵作用。
Spring 作為一個開源框架,是為了解決企業(yè)應(yīng)用程序開發(fā)復(fù)雜性而創(chuàng)建的。Ajax作為一種 Web 應(yīng)用程序開發(fā)的手段,其優(yōu)勢體現(xiàn)在系統(tǒng)的即時性與可用性。
本論文主要工作就在于從相關(guān)技術(shù)的角度出發(fā),介紹了Spring和Ajax,包括概念、理論、過程以及具體的實例,深入分析了如何將這些技術(shù)的一些優(yōu)點運用到一個實際系統(tǒng)中去。同時設(shè)計并實現(xiàn)了電信資源存量管理,該系統(tǒng)數(shù)據(jù)層利用Spring框架的優(yōu)點對數(shù)據(jù)庫查詢語句進(jìn)行封裝,表示層利用Ajax的優(yōu)點提高系統(tǒng)的即時性。
關(guān)鍵詞: Spring框架,Ajax,DWR,電信資源
Spring frameworks and Ajax in
Resources Management System
ABSTRACT
With China's telecom companies in the continuous deepening of reforms and the accession to the WTO, how to enhance the management of resources to enhance competition in the market has become China's telecommunications operators key issues of concern. Resources management of the system as a basic module for the smooth implementation of the project played a key role.
Spring can solve enterprise application development and the complexity of the development. Ajax as a Web application development tools, its advantages embodied in the system with the instant availability.
The main thesis is introducing Spring and Ajax, including concepts, theories, processes and specific examples, in-depth analysis of how these technologies can play a good role in an actual system. Design and realize Resources Management System with Spring and Ajax. Data layers using Spring framework of the merits of the database query for Packaging,UI improves the instant of using the advantages of Ajax.
Key words:Spring Framework, Ajax, DWR, Telecom Resources
目錄
1 緒論 1
1.1 選題背景 1
1.2 本課題的目的和意義 1
1.3 本課題的課題來源 2
1.4 設(shè)計(研究)現(xiàn)狀和發(fā)展趨勢 3
2 SPRING基礎(chǔ) 4
2.1 Spring簡介及優(yōu)勢 4
2.2 Spring框架基礎(chǔ) 5
3 AJAX與DWR技術(shù) 7
3.1 Ajax概述 7
3.2 Ajax相關(guān)技術(shù)介紹 7
3.3 DWR概述 9
3.4 DWR實現(xiàn)機(jī)制 10
4 資源存量管理需求分析 12
4.1 系統(tǒng)需求介紹 12
4.1.1 功能模塊劃分 12
4.1.2 頁面需求(以局所為例) 12
4.1.3 該模塊相關(guān)電信業(yè)務(wù)資源介紹 13
4.2 總體框架 14
4.2.1 層次劃分及相關(guān)技術(shù)、框架 14
4.2.2 業(yè)務(wù)特點 15
4.2.3 技術(shù)特點 15
5 資源存量管理設(shè)計與實現(xiàn) 16
5.1 系統(tǒng)開發(fā)環(huán)境 16
5.2 業(yè)務(wù)流程與數(shù)據(jù)庫分析設(shè)計 16
5.2.1 業(yè)務(wù)資源生成流程(以普通電話,小靈通為例) 16
5.2.2 組包設(shè)計原則 17
5.2.3 數(shù)據(jù)來源(以局所為例) 19
5.2.4 相關(guān)數(shù)據(jù)庫說明(以局所為例) 19
5.3 模塊功能開發(fā)與技術(shù)應(yīng)用 21
5.3.1 DWR在用戶界面層中利用 21
5.3.2 Spring框架在數(shù)據(jù)訪問層利用 24
5.3.3 Ajax的系統(tǒng)交互過程利用 26
5.4 系統(tǒng)演示(小靈通交換機(jī)的維護(hù)) 28
總結(jié) 33
致謝 34
參考文獻(xiàn) 35
參考文獻(xiàn)
[1] 魏海萍.J2EE設(shè)計開發(fā)編程指南[J].北京:電子工業(yè)出版社,2003.7, 1-460.
[2] 李磊、程立、周悅虹.Spring in action中文版[J].北京:人民郵電出版社,2006.03, 1-420.
[3] 夏昕.Spring專業(yè)開發(fā)指南 [M].北京:電子工業(yè)出版社,2006.12, 1-350.
[4] 楊仁和.Ajax設(shè)計模式[M].北京:電子工業(yè)出版社,2007.01, 280.
[5] 楊國瑞、張思博.基于Ajax得WEB應(yīng)用架構(gòu)設(shè)計[J].陜西:現(xiàn)代電子技術(shù)
1.3萬字 39頁
包括開題報告和任務(wù)書
摘要
隨著中國電信運營企業(yè)改革的不斷深化及WTO的加入,如何強(qiáng)化資源管理,提高市場競爭力已經(jīng)成為中國各電信運營商關(guān)注的關(guān)鍵問題。而資源存量管理作為電信運營支撐系統(tǒng)的基礎(chǔ)模塊,對系統(tǒng)的運行起著關(guān)鍵作用。
Spring 作為一個開源框架,是為了解決企業(yè)應(yīng)用程序開發(fā)復(fù)雜性而創(chuàng)建的。Ajax作為一種 Web 應(yīng)用程序開發(fā)的手段,其優(yōu)勢體現(xiàn)在系統(tǒng)的即時性與可用性。
本論文主要工作就在于從相關(guān)技術(shù)的角度出發(fā),介紹了Spring和Ajax,包括概念、理論、過程以及具體的實例,深入分析了如何將這些技術(shù)的一些優(yōu)點運用到一個實際系統(tǒng)中去。同時設(shè)計并實現(xiàn)了電信資源存量管理,該系統(tǒng)數(shù)據(jù)層利用Spring框架的優(yōu)點對數(shù)據(jù)庫查詢語句進(jìn)行封裝,表示層利用Ajax的優(yōu)點提高系統(tǒng)的即時性。
關(guān)鍵詞: Spring框架,Ajax,DWR,電信資源
Spring frameworks and Ajax in
Resources Management System
ABSTRACT
With China's telecom companies in the continuous deepening of reforms and the accession to the WTO, how to enhance the management of resources to enhance competition in the market has become China's telecommunications operators key issues of concern. Resources management of the system as a basic module for the smooth implementation of the project played a key role.
Spring can solve enterprise application development and the complexity of the development. Ajax as a Web application development tools, its advantages embodied in the system with the instant availability.
The main thesis is introducing Spring and Ajax, including concepts, theories, processes and specific examples, in-depth analysis of how these technologies can play a good role in an actual system. Design and realize Resources Management System with Spring and Ajax. Data layers using Spring framework of the merits of the database query for Packaging,UI improves the instant of using the advantages of Ajax.
Key words:Spring Framework, Ajax, DWR, Telecom Resources
目錄
1 緒論 1
1.1 選題背景 1
1.2 本課題的目的和意義 1
1.3 本課題的課題來源 2
1.4 設(shè)計(研究)現(xiàn)狀和發(fā)展趨勢 3
2 SPRING基礎(chǔ) 4
2.1 Spring簡介及優(yōu)勢 4
2.2 Spring框架基礎(chǔ) 5
3 AJAX與DWR技術(shù) 7
3.1 Ajax概述 7
3.2 Ajax相關(guān)技術(shù)介紹 7
3.3 DWR概述 9
3.4 DWR實現(xiàn)機(jī)制 10
4 資源存量管理需求分析 12
4.1 系統(tǒng)需求介紹 12
4.1.1 功能模塊劃分 12
4.1.2 頁面需求(以局所為例) 12
4.1.3 該模塊相關(guān)電信業(yè)務(wù)資源介紹 13
4.2 總體框架 14
4.2.1 層次劃分及相關(guān)技術(shù)、框架 14
4.2.2 業(yè)務(wù)特點 15
4.2.3 技術(shù)特點 15
5 資源存量管理設(shè)計與實現(xiàn) 16
5.1 系統(tǒng)開發(fā)環(huán)境 16
5.2 業(yè)務(wù)流程與數(shù)據(jù)庫分析設(shè)計 16
5.2.1 業(yè)務(wù)資源生成流程(以普通電話,小靈通為例) 16
5.2.2 組包設(shè)計原則 17
5.2.3 數(shù)據(jù)來源(以局所為例) 19
5.2.4 相關(guān)數(shù)據(jù)庫說明(以局所為例) 19
5.3 模塊功能開發(fā)與技術(shù)應(yīng)用 21
5.3.1 DWR在用戶界面層中利用 21
5.3.2 Spring框架在數(shù)據(jù)訪問層利用 24
5.3.3 Ajax的系統(tǒng)交互過程利用 26
5.4 系統(tǒng)演示(小靈通交換機(jī)的維護(hù)) 28
總結(jié) 33
致謝 34
參考文獻(xiàn) 35
參考文獻(xiàn)
[1] 魏海萍.J2EE設(shè)計開發(fā)編程指南[J].北京:電子工業(yè)出版社,2003.7, 1-460.
[2] 李磊、程立、周悅虹.Spring in action中文版[J].北京:人民郵電出版社,2006.03, 1-420.
[3] 夏昕.Spring專業(yè)開發(fā)指南 [M].北京:電子工業(yè)出版社,2006.12, 1-350.
[4] 楊仁和.Ajax設(shè)計模式[M].北京:電子工業(yè)出版社,2007.01, 280.
[5] 楊國瑞、張思博.基于Ajax得WEB應(yīng)用架構(gòu)設(shè)計[J].陜西:現(xiàn)代電子技術(shù)
TA們正在看...
- 01.1四時田園雜興課堂教學(xué)教案教學(xué)設(shè)計(部編版).doc
- 01.2稚子弄冰課堂教學(xué)教案教學(xué)設(shè)計(部編版).doc
- 01.3村晚課堂教學(xué)教案教學(xué)設(shè)計(部編版).doc
- 02冬陽·童年·駱駝隊公開課優(yōu)秀教案教學(xué)設(shè)計(五年...doc
- 02冬陽·童年·駱駝隊最新教研教案教學(xué)設(shè)計(部編版...doc
- 02冬陽·童年·駱駝隊課堂教學(xué)教案教學(xué)設(shè)計(部編版).doc
- 03祖父的園子公開課優(yōu)秀教案教學(xué)設(shè)計(五年級下冊).doc
- 03祖父的園子最新教研教案教學(xué)設(shè)計(部編版五年級下...doc
- 03祖父的園子課堂教學(xué)教案教學(xué)設(shè)計(部編版).doc
- 04草船借箭公開課優(yōu)秀教案教學(xué)設(shè)計(五年級下冊).doc