電子政務(wù)系統(tǒng)中事務(wù)管理模塊的設(shè)計(jì)與實(shí)現(xiàn).rar
電子政務(wù)系統(tǒng)中事務(wù)管理模塊的設(shè)計(jì)與實(shí)現(xiàn),1.4萬字43頁含開題+任務(wù)書摘 要隨著機(jī)構(gòu)改革的深化和政府機(jī)關(guān)宏觀管理職能的加強(qiáng),原有的辦公模式已不能適應(yīng)日益增長的事務(wù)處理、信息共享等方面的要求。為了提高管理工作效率,完善管理模式,必須充分利用現(xiàn)代化的信息技術(shù),構(gòu)建政府辦公的電子政務(wù)系統(tǒng)。工作流技術(shù)作為一種過程建模和過程管理的...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會員 usactu 發(fā)布
電子政務(wù)系統(tǒng)中事務(wù)管理模塊的設(shè)計(jì)與實(shí)現(xiàn)
1.4萬字 43頁
含開題+任務(wù)書
摘 要
隨著機(jī)構(gòu)改革的深化和政府機(jī)關(guān)宏觀管理職能的加強(qiáng),原有的辦公模式已不能適應(yīng)日益增長的事務(wù)處理、信息共享等方面的要求。為了提高管理工作效率,完善管理模式,必須充分利用現(xiàn)代化的信息技術(shù),構(gòu)建政府辦公的電子政務(wù)系統(tǒng)。
工作流技術(shù)作為一種過程建模和過程管理的核心技術(shù),可以與其他系統(tǒng)有效地結(jié)合,實(shí)現(xiàn)符合政府、企業(yè)需求的各種業(yè)務(wù)管理系統(tǒng),從而實(shí)現(xiàn)企業(yè)的經(jīng)營過程重組,政府的政務(wù)公開。
本文以上海理想公司的區(qū)縣級電子政務(wù)的開發(fā)為背景,比較詳盡的研究和實(shí)現(xiàn)了該政務(wù)系統(tǒng)中的事務(wù)管理模塊和組織機(jī)構(gòu)管理模塊。在系統(tǒng)設(shè)計(jì)部分詳細(xì)介紹了相關(guān)模塊的設(shè)計(jì)與實(shí)現(xiàn),同時(shí)闡述了Struts和Hibernate等技術(shù)的相關(guān)原理和特點(diǎn)。
本文旨在研究基于Struts和Hibernate的電子政務(wù)系統(tǒng)的實(shí)現(xiàn)以及工作流技術(shù)在電子政務(wù)系統(tǒng)中的應(yīng)用。
關(guān)鍵詞:J2EE,事務(wù)管理,工作流,電子政務(wù)系統(tǒng)
The Design and Implementation of the Affairs Management Module of E-government System
Abstract
Along with deepening the reformation of the governmental organization and enhancing the macro-administrant functions of the government, the original work mode is not satisfied with the progressive requirement such as the affairs handling and information sharing. In order to improve the work efficiency and consummate the management mode, the modern information technology should be adopted in building the e-government affairs system.
As a key technology of process modeling and process management, work flow technology can be combined with other business management system. Work flow can improve the efficiency of government work and realize business process reengineering of enterprises.
The paper is based on the E-Government System of Shanghai Ideal Company, which researches and accomplishes the Affairs and Organization Module of E-Government in detail. In the System Design part, the paper describes the design and implementation of some modules and presents the theory and the key points of the Struts and the Hibernate.
The author aims to study the implementation of E-Government System based on Struts and Hibernate as well as the use of work flow engine in E-Government System.
Key Words: J2EE, Affairs Management, Work Flow, E-government System
目 錄
1.緒論 1
1.1 電子政務(wù)系統(tǒng)簡介 1
1.2 選題背景 1
1.3 選題目的和意義 3
1.4 本文的結(jié)構(gòu) 3
2.技術(shù)背景 4
2.1 J2EE開發(fā)平臺 4
2.1.1 J2EE概述 4
2.1.2 J2EE的四層模型 4
2.2 Struts框架 5
2.2.1 MVC模式概述 5
2.2.2 Struts框架 6
2.3 Hibernate技術(shù) 7
2.3.1 數(shù)據(jù)持久層概述 7
2.3.2 O/R Mapping 8
2.3.3 Hibernate 8
2.4 IntelliJ Idea工具 10
2.5 小結(jié) 11
3.系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn) 12
3.1 系統(tǒng)設(shè)計(jì)概述 12
3.1.1系統(tǒng)功能 12
3.1.2 系統(tǒng)總體設(shè)計(jì) 12
3.2系統(tǒng)詳細(xì)設(shè)計(jì) 14
3.2.1會議室管理功能模塊設(shè)計(jì)與實(shí)現(xiàn) 14
3.2.2值班管理中附件功能的設(shè)計(jì)與實(shí)現(xiàn) 22
3.2.3領(lǐng)導(dǎo)活動安排的郵件發(fā)送的設(shè)計(jì)與實(shí)現(xiàn) 24
3.2.4基于工作流的出差管理模塊的設(shè)計(jì)與實(shí)現(xiàn) 24
3.3 小結(jié) 34
4.結(jié)論 35
4.1 本文總結(jié) 35
4.2 下一步工作和前景展望 35
致謝 36
參考文獻(xiàn) 37
參考文獻(xiàn)
[9] 王亮.青浦區(qū)電子政務(wù)需求規(guī)格說明書[R]上海:上海理想信息產(chǎn)業(yè)有限公司,2006.
[10] Johnson. R. J2EE development frameworks [J]. Computer, Jan. 2005,Volume 38, Issue 1:107 -110.
[11] 吳京慧,杜賓,楊波. oracle數(shù)據(jù)庫管理及應(yīng)用開發(fā)教程[M].北京:清華大學(xué)出版社,2007-2.
[12] 國家信息研究中心.電子政務(wù)總體設(shè)計(jì)與技術(shù)實(shí)現(xiàn)[M].北京:電子工業(yè)出版社,2003.
[13] 蘇新宇,吳鵬,朱曉峰.電子政務(wù)技術(shù).北京:國防工業(yè)出版社,2003.
[14] 甘利人,朱憲辰.電子政務(wù)信息資源開發(fā)與管理.北京:北京大學(xué)出版社,2003
1.4萬字 43頁
含開題+任務(wù)書
摘 要
隨著機(jī)構(gòu)改革的深化和政府機(jī)關(guān)宏觀管理職能的加強(qiáng),原有的辦公模式已不能適應(yīng)日益增長的事務(wù)處理、信息共享等方面的要求。為了提高管理工作效率,完善管理模式,必須充分利用現(xiàn)代化的信息技術(shù),構(gòu)建政府辦公的電子政務(wù)系統(tǒng)。
工作流技術(shù)作為一種過程建模和過程管理的核心技術(shù),可以與其他系統(tǒng)有效地結(jié)合,實(shí)現(xiàn)符合政府、企業(yè)需求的各種業(yè)務(wù)管理系統(tǒng),從而實(shí)現(xiàn)企業(yè)的經(jīng)營過程重組,政府的政務(wù)公開。
本文以上海理想公司的區(qū)縣級電子政務(wù)的開發(fā)為背景,比較詳盡的研究和實(shí)現(xiàn)了該政務(wù)系統(tǒng)中的事務(wù)管理模塊和組織機(jī)構(gòu)管理模塊。在系統(tǒng)設(shè)計(jì)部分詳細(xì)介紹了相關(guān)模塊的設(shè)計(jì)與實(shí)現(xiàn),同時(shí)闡述了Struts和Hibernate等技術(shù)的相關(guān)原理和特點(diǎn)。
本文旨在研究基于Struts和Hibernate的電子政務(wù)系統(tǒng)的實(shí)現(xiàn)以及工作流技術(shù)在電子政務(wù)系統(tǒng)中的應(yīng)用。
關(guān)鍵詞:J2EE,事務(wù)管理,工作流,電子政務(wù)系統(tǒng)
The Design and Implementation of the Affairs Management Module of E-government System
Abstract
Along with deepening the reformation of the governmental organization and enhancing the macro-administrant functions of the government, the original work mode is not satisfied with the progressive requirement such as the affairs handling and information sharing. In order to improve the work efficiency and consummate the management mode, the modern information technology should be adopted in building the e-government affairs system.
As a key technology of process modeling and process management, work flow technology can be combined with other business management system. Work flow can improve the efficiency of government work and realize business process reengineering of enterprises.
The paper is based on the E-Government System of Shanghai Ideal Company, which researches and accomplishes the Affairs and Organization Module of E-Government in detail. In the System Design part, the paper describes the design and implementation of some modules and presents the theory and the key points of the Struts and the Hibernate.
The author aims to study the implementation of E-Government System based on Struts and Hibernate as well as the use of work flow engine in E-Government System.
Key Words: J2EE, Affairs Management, Work Flow, E-government System
目 錄
1.緒論 1
1.1 電子政務(wù)系統(tǒng)簡介 1
1.2 選題背景 1
1.3 選題目的和意義 3
1.4 本文的結(jié)構(gòu) 3
2.技術(shù)背景 4
2.1 J2EE開發(fā)平臺 4
2.1.1 J2EE概述 4
2.1.2 J2EE的四層模型 4
2.2 Struts框架 5
2.2.1 MVC模式概述 5
2.2.2 Struts框架 6
2.3 Hibernate技術(shù) 7
2.3.1 數(shù)據(jù)持久層概述 7
2.3.2 O/R Mapping 8
2.3.3 Hibernate 8
2.4 IntelliJ Idea工具 10
2.5 小結(jié) 11
3.系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn) 12
3.1 系統(tǒng)設(shè)計(jì)概述 12
3.1.1系統(tǒng)功能 12
3.1.2 系統(tǒng)總體設(shè)計(jì) 12
3.2系統(tǒng)詳細(xì)設(shè)計(jì) 14
3.2.1會議室管理功能模塊設(shè)計(jì)與實(shí)現(xiàn) 14
3.2.2值班管理中附件功能的設(shè)計(jì)與實(shí)現(xiàn) 22
3.2.3領(lǐng)導(dǎo)活動安排的郵件發(fā)送的設(shè)計(jì)與實(shí)現(xiàn) 24
3.2.4基于工作流的出差管理模塊的設(shè)計(jì)與實(shí)現(xiàn) 24
3.3 小結(jié) 34
4.結(jié)論 35
4.1 本文總結(jié) 35
4.2 下一步工作和前景展望 35
致謝 36
參考文獻(xiàn) 37
參考文獻(xiàn)
[9] 王亮.青浦區(qū)電子政務(wù)需求規(guī)格說明書[R]上海:上海理想信息產(chǎn)業(yè)有限公司,2006.
[10] Johnson. R. J2EE development frameworks [J]. Computer, Jan. 2005,Volume 38, Issue 1:107 -110.
[11] 吳京慧,杜賓,楊波. oracle數(shù)據(jù)庫管理及應(yīng)用開發(fā)教程[M].北京:清華大學(xué)出版社,2007-2.
[12] 國家信息研究中心.電子政務(wù)總體設(shè)計(jì)與技術(shù)實(shí)現(xiàn)[M].北京:電子工業(yè)出版社,2003.
[13] 蘇新宇,吳鵬,朱曉峰.電子政務(wù)技術(shù).北京:國防工業(yè)出版社,2003.
[14] 甘利人,朱憲辰.電子政務(wù)信息資源開發(fā)與管理.北京:北京大學(xué)出版社,2003
TA們正在看...
- 新型城鎮(zhèn)化進(jìn)程中基本養(yǎng)老保險(xiǎn)銜接研究.doc
- xx市公辦民營養(yǎng)老機(jī)構(gòu)發(fā)展研究.doc
- z市城鎮(zhèn)職工基本醫(yī)療保險(xiǎn)基金管理探究.doc
- 居家養(yǎng)老服務(wù)機(jī)構(gòu)發(fā)展的困境及對策研究.doc
- 企業(yè)校園招聘存在問題及對策分析.doc
- 新生代農(nóng)民工融入城市的障礙及對策分析.docx
- 城市社區(qū)居家養(yǎng)老服務(wù)問題分析.docx
- 女大學(xué)生就業(yè)歧視問題及對策分析.doc
- 農(nóng)村人力資本投資對農(nóng)民收入的影響分析.docx
- 農(nóng)業(yè)轉(zhuǎn)移人口生計(jì)市民化的功能研究.docx