spring框架和ajax技術在電信管理系統的應用.rar
spring框架和ajax技術在電信管理系統的應用,spring框架和ajax技術在電信管理系統的應用1.3萬字39頁包括開題報告和任務書摘要隨著中國電信運營企業(yè)改革的不斷深化及wto的加入,如何強化資源管理,提高市場競爭力已經成為中國各電信運營商關注的關鍵問題。而資源存量管理作為電信運營支撐系統的基礎模塊,對系統的運行起著關鍵作用。spring 作為一個開源框架,是為...
該文檔為壓縮文件,包含的文件列表如下:


內容介紹
原文檔由會員 wumei 發(fā)布
Spring框架和Ajax技術在電信管理系統的應用
1.3萬字 39頁
包括開題報告和任務書
摘要
隨著中國電信運營企業(yè)改革的不斷深化及WTO的加入,如何強化資源管理,提高市場競爭力已經成為中國各電信運營商關注的關鍵問題。而資源存量管理作為電信運營支撐系統的基礎模塊,對系統的運行起著關鍵作用。
Spring 作為一個開源框架,是為了解決企業(yè)應用程序開發(fā)復雜性而創(chuàng)建的。Ajax作為一種 Web 應用程序開發(fā)的手段,其優(yōu)勢體現在系統的即時性與可用性。
本論文主要工作就在于從相關技術的角度出發(fā),介紹了Spring和Ajax,包括概念、理論、過程以及具體的實例,深入分析了如何將這些技術的一些優(yōu)點運用到一個實際系統中去。同時設計并實現了電信資源存量管理,該系統數據層利用Spring框架的優(yōu)點對數據庫查詢語句進行封裝,表示層利用Ajax的優(yōu)點提高系統的即時性。
關鍵詞: 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 設計(研究)現狀和發(fā)展趨勢 3
2 SPRING基礎 4
2.1 Spring簡介及優(yōu)勢 4
2.2 Spring框架基礎 5
3 AJAX與DWR技術 7
3.1 Ajax概述 7
3.2 Ajax相關技術介紹 7
3.3 DWR概述 9
3.4 DWR實現機制 10
4 資源存量管理需求分析 12
4.1 系統需求介紹 12
4.1.1 功能模塊劃分 12
4.1.2 頁面需求(以局所為例) 12
4.1.3 該模塊相關電信業(yè)務資源介紹 13
4.2 總體框架 14
4.2.1 層次劃分及相關技術、框架 14
4.2.2 業(yè)務特點 15
4.2.3 技術特點 15
5 資源存量管理設計與實現 16
5.1 系統開發(fā)環(huán)境 16
5.2 業(yè)務流程與數據庫分析設計 16
5.2.1 業(yè)務資源生成流程(以普通電話,小靈通為例) 16
5.2.2 組包設計原則 17
5.2.3 數據來源(以局所為例) 19
5.2.4 相關數據庫說明(以局所為例) 19
5.3 模塊功能開發(fā)與技術應用 21
5.3.1 DWR在用戶界面層中利用 21
5.3.2 Spring框架在數據訪問層利用 24
5.3.3 Ajax的系統交互過程利用 26
5.4 系統演示(小靈通交換機的維護) 28
總結 33
致謝 34
參考文獻 35
參考文獻
[1] 魏海萍.J2EE設計開發(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設計模式[M].北京:電子工業(yè)出版社,2007.01, 280.
[5] 楊國瑞、張思博.基于Ajax得WEB應用架構設計[J].陜西:現代電子技術
1.3萬字 39頁
包括開題報告和任務書
摘要
隨著中國電信運營企業(yè)改革的不斷深化及WTO的加入,如何強化資源管理,提高市場競爭力已經成為中國各電信運營商關注的關鍵問題。而資源存量管理作為電信運營支撐系統的基礎模塊,對系統的運行起著關鍵作用。
Spring 作為一個開源框架,是為了解決企業(yè)應用程序開發(fā)復雜性而創(chuàng)建的。Ajax作為一種 Web 應用程序開發(fā)的手段,其優(yōu)勢體現在系統的即時性與可用性。
本論文主要工作就在于從相關技術的角度出發(fā),介紹了Spring和Ajax,包括概念、理論、過程以及具體的實例,深入分析了如何將這些技術的一些優(yōu)點運用到一個實際系統中去。同時設計并實現了電信資源存量管理,該系統數據層利用Spring框架的優(yōu)點對數據庫查詢語句進行封裝,表示層利用Ajax的優(yōu)點提高系統的即時性。
關鍵詞: 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 設計(研究)現狀和發(fā)展趨勢 3
2 SPRING基礎 4
2.1 Spring簡介及優(yōu)勢 4
2.2 Spring框架基礎 5
3 AJAX與DWR技術 7
3.1 Ajax概述 7
3.2 Ajax相關技術介紹 7
3.3 DWR概述 9
3.4 DWR實現機制 10
4 資源存量管理需求分析 12
4.1 系統需求介紹 12
4.1.1 功能模塊劃分 12
4.1.2 頁面需求(以局所為例) 12
4.1.3 該模塊相關電信業(yè)務資源介紹 13
4.2 總體框架 14
4.2.1 層次劃分及相關技術、框架 14
4.2.2 業(yè)務特點 15
4.2.3 技術特點 15
5 資源存量管理設計與實現 16
5.1 系統開發(fā)環(huán)境 16
5.2 業(yè)務流程與數據庫分析設計 16
5.2.1 業(yè)務資源生成流程(以普通電話,小靈通為例) 16
5.2.2 組包設計原則 17
5.2.3 數據來源(以局所為例) 19
5.2.4 相關數據庫說明(以局所為例) 19
5.3 模塊功能開發(fā)與技術應用 21
5.3.1 DWR在用戶界面層中利用 21
5.3.2 Spring框架在數據訪問層利用 24
5.3.3 Ajax的系統交互過程利用 26
5.4 系統演示(小靈通交換機的維護) 28
總結 33
致謝 34
參考文獻 35
參考文獻
[1] 魏海萍.J2EE設計開發(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設計模式[M].北京:電子工業(yè)出版社,2007.01, 280.
[5] 楊國瑞、張思博.基于Ajax得WEB應用架構設計[J].陜西:現代電子技術