基于xml可定制的公文模板管理系統(tǒng).rar
基于xml可定制的公文模板管理系統(tǒng),基于xml可定制的公文模板管理系統(tǒng)1.5萬字 32頁包括開題報告和任務書摘要隨著電子政務的大力發(fā)展和企業(yè)信息化的要求,政府機關(guān)、企事業(yè)單位都在努力實現(xiàn)自動化、無紙化辦公。目前,大量的辦公自動化產(chǎn)品投入使用,但是這些產(chǎn)品都沒有解決各單位、各部門不同需求個性化定制問題,其產(chǎn)品通用性不強。本文分析了現(xiàn)有辦公自動化產(chǎn)品在個性化...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會員 usactu 發(fā)布
基于XML可定制的公文模板管理系統(tǒng)
1.5萬字 32頁
包括開題報告和任務書
摘 要
隨著電子政務的大力發(fā)展和企業(yè)信息化的要求,政府機關(guān)、企事業(yè)單位都在努力實現(xiàn)自動化、無紙化辦公。目前,大量的辦公自動化產(chǎn)品投入使用,但是這些產(chǎn)品都沒有解決各單位、各部門不同需求個性化定制問題,其產(chǎn)品通用性不強。
本文分析了現(xiàn)有辦公自動化產(chǎn)品在個性化定制、通用性、可移植性差的缺陷,對比了傳統(tǒng)公文處理系統(tǒng)解決方案,結(jié)合XML技術(shù)提出了一種實現(xiàn)不同辦公環(huán)境下公文模板可個性化定制的解決方案,并將該方案成功用于公文處理系統(tǒng)中。系統(tǒng)中的公文視為兩個組成部分,即公文固有的屬性參數(shù)和正文部分(可選的附件作為正文的一部分,本系統(tǒng)不區(qū)分正文和附件)。將屬性參數(shù)制定為模板,可由用戶自行設計。具體設計方案如下:使用JSP技術(shù)設計模板的外觀顯示,使用XML技術(shù)配置公文模板參數(shù),實現(xiàn)公文模板的可定制。用戶設計好的模板由系統(tǒng)模板導入功能模塊導入系統(tǒng),實現(xiàn)用戶使用公文模板的要求。針對政府機關(guān)對公文高保密性的安全要求,采用成熟的加解密算法,阻止單位外非法用戶訪問系統(tǒng),竊取公文。
關(guān)鍵詞:公文處理,公文,可定制,公文模板
Design of a Custom-made Archives Management
System Basing on XML Technology
Abstract
Along with the e-administration development and the enterprise informationization request, the governmental agency, the enterprises and institutions are all trying to realize automation. At present, many kinds of office automation products have been put to the market. However, analyzing those automation products that are using at present, we find that they all haven’t satisfied the request of being custom-made, lacking general availability, unfavorable to the popularizing of the products.
This paper analyzes the existing problems of present office automation products, which don’t have the properties of custom-made and general available, proposing a new scheme, basing on XML technology to realize custom-made automation system which can be used in various conditions. In this scheme, we divide archives into two parts, one part is made of archives parameters, the other part is document text (option attachments is part of document text). We make archives parameters into archives templates and it can be designed by customers, which can satisfy the demand of custom-made. To be specific, we use JSP technology to design lts appearance, XML technology to config archives tenplates.
To the security requirement of the high privacy of the official archives, this system adopts a mature encode and decode algorithm. Make sure that illegal customers cann’t access the system, which can assure the security of archives.
Key Words: Archives processing,archive,custom-made,archive template
目 錄
1.緒論 1
1.1 課題背景 1
1.2 公文處理系統(tǒng)研究現(xiàn)狀及存在的問題 1
1.2.1 公文簡介 1
1.2.1 目前研究現(xiàn)狀 2
1.2.3 目前存在的問題 3
1.3 問題課題研究內(nèi)容及意義 4
1.4 本文結(jié)構(gòu) 5
2.技術(shù)背景 6
2.1 JAVA和J2EE基礎(chǔ) 6
2.1.1 JAVA語言基礎(chǔ) 6
2.1.2 J2EE框架 6
2.2 XML和JSP技術(shù) 7
2.2.1 XML標準 7
2.2.2 JSP技術(shù) 7
2.3 STRUTS架構(gòu) 8
2.3.1 MVC框架基礎(chǔ) 8
2.3.2 Struts框架 8
2.4 HIBERNATE基礎(chǔ) 9
3.公文處理系統(tǒng)概述 11
3.1系統(tǒng)應用 11
3.2 系統(tǒng)功能簡介 11
3.2.1 發(fā)文辦理 11
3.2.2 收文辦理 11
3.2.3 歸檔管理 12
3.2.4 系統(tǒng)管理 12
3.3 公文操作流程 12
4.可定制公文處理系統(tǒng)設計 13
4.1公文遵循的標準規(guī)范 13
4.2 系統(tǒng)概要設計 13
4.2.1 系統(tǒng)總體設計 13
4.2.2 表現(xiàn)層設計 14
4.2.3 業(yè)務層設計 14
4.2.4 數(shù)據(jù)訪問層設計 14
4.2.5 數(shù)據(jù)層設計 15
4.3 系統(tǒng)詳細設計 15
4.3.1 公文模版可定制設計 15
4.3.2 公文處理模塊設計 21
4.3.3 系統(tǒng)權(quán)限管理 23
4.3.4 公文安全保密設計 24
結(jié)論 25
致 謝 27
參考文獻 28
參考文獻
[1]張潔.最新公文處理規(guī)范與實務[M].藍天出版社,2005.
[2]李濤.電子公文的七大問題與八大關(guān)系[N].SYSVS,2005.
[3]劉甫迎,謝春,徐虹.Java程序設計實用教程[M].科學出版社,2005.
[4]曾春平,王超,張鵬.XML編程從入門到精通[M].北京希望電子出版社,2002.
[5]Ted Husted.Structs in Action: Building Web Application with the Leading Java Framework [M].Manning Publications, 2005.
[6]孫衛(wèi)琴.精通Hibernate:Java對象持久化技術(shù)詳解[M].電子工業(yè)出版社
1.5萬字 32頁
包括開題報告和任務書
摘 要
隨著電子政務的大力發(fā)展和企業(yè)信息化的要求,政府機關(guān)、企事業(yè)單位都在努力實現(xiàn)自動化、無紙化辦公。目前,大量的辦公自動化產(chǎn)品投入使用,但是這些產(chǎn)品都沒有解決各單位、各部門不同需求個性化定制問題,其產(chǎn)品通用性不強。
本文分析了現(xiàn)有辦公自動化產(chǎn)品在個性化定制、通用性、可移植性差的缺陷,對比了傳統(tǒng)公文處理系統(tǒng)解決方案,結(jié)合XML技術(shù)提出了一種實現(xiàn)不同辦公環(huán)境下公文模板可個性化定制的解決方案,并將該方案成功用于公文處理系統(tǒng)中。系統(tǒng)中的公文視為兩個組成部分,即公文固有的屬性參數(shù)和正文部分(可選的附件作為正文的一部分,本系統(tǒng)不區(qū)分正文和附件)。將屬性參數(shù)制定為模板,可由用戶自行設計。具體設計方案如下:使用JSP技術(shù)設計模板的外觀顯示,使用XML技術(shù)配置公文模板參數(shù),實現(xiàn)公文模板的可定制。用戶設計好的模板由系統(tǒng)模板導入功能模塊導入系統(tǒng),實現(xiàn)用戶使用公文模板的要求。針對政府機關(guān)對公文高保密性的安全要求,采用成熟的加解密算法,阻止單位外非法用戶訪問系統(tǒng),竊取公文。
關(guān)鍵詞:公文處理,公文,可定制,公文模板
Design of a Custom-made Archives Management
System Basing on XML Technology
Abstract
Along with the e-administration development and the enterprise informationization request, the governmental agency, the enterprises and institutions are all trying to realize automation. At present, many kinds of office automation products have been put to the market. However, analyzing those automation products that are using at present, we find that they all haven’t satisfied the request of being custom-made, lacking general availability, unfavorable to the popularizing of the products.
This paper analyzes the existing problems of present office automation products, which don’t have the properties of custom-made and general available, proposing a new scheme, basing on XML technology to realize custom-made automation system which can be used in various conditions. In this scheme, we divide archives into two parts, one part is made of archives parameters, the other part is document text (option attachments is part of document text). We make archives parameters into archives templates and it can be designed by customers, which can satisfy the demand of custom-made. To be specific, we use JSP technology to design lts appearance, XML technology to config archives tenplates.
To the security requirement of the high privacy of the official archives, this system adopts a mature encode and decode algorithm. Make sure that illegal customers cann’t access the system, which can assure the security of archives.
Key Words: Archives processing,archive,custom-made,archive template
目 錄
1.緒論 1
1.1 課題背景 1
1.2 公文處理系統(tǒng)研究現(xiàn)狀及存在的問題 1
1.2.1 公文簡介 1
1.2.1 目前研究現(xiàn)狀 2
1.2.3 目前存在的問題 3
1.3 問題課題研究內(nèi)容及意義 4
1.4 本文結(jié)構(gòu) 5
2.技術(shù)背景 6
2.1 JAVA和J2EE基礎(chǔ) 6
2.1.1 JAVA語言基礎(chǔ) 6
2.1.2 J2EE框架 6
2.2 XML和JSP技術(shù) 7
2.2.1 XML標準 7
2.2.2 JSP技術(shù) 7
2.3 STRUTS架構(gòu) 8
2.3.1 MVC框架基礎(chǔ) 8
2.3.2 Struts框架 8
2.4 HIBERNATE基礎(chǔ) 9
3.公文處理系統(tǒng)概述 11
3.1系統(tǒng)應用 11
3.2 系統(tǒng)功能簡介 11
3.2.1 發(fā)文辦理 11
3.2.2 收文辦理 11
3.2.3 歸檔管理 12
3.2.4 系統(tǒng)管理 12
3.3 公文操作流程 12
4.可定制公文處理系統(tǒng)設計 13
4.1公文遵循的標準規(guī)范 13
4.2 系統(tǒng)概要設計 13
4.2.1 系統(tǒng)總體設計 13
4.2.2 表現(xiàn)層設計 14
4.2.3 業(yè)務層設計 14
4.2.4 數(shù)據(jù)訪問層設計 14
4.2.5 數(shù)據(jù)層設計 15
4.3 系統(tǒng)詳細設計 15
4.3.1 公文模版可定制設計 15
4.3.2 公文處理模塊設計 21
4.3.3 系統(tǒng)權(quán)限管理 23
4.3.4 公文安全保密設計 24
結(jié)論 25
致 謝 27
參考文獻 28
參考文獻
[1]張潔.最新公文處理規(guī)范與實務[M].藍天出版社,2005.
[2]李濤.電子公文的七大問題與八大關(guān)系[N].SYSVS,2005.
[3]劉甫迎,謝春,徐虹.Java程序設計實用教程[M].科學出版社,2005.
[4]曾春平,王超,張鵬.XML編程從入門到精通[M].北京希望電子出版社,2002.
[5]Ted Husted.Structs in Action: Building Web Application with the Leading Java Framework [M].Manning Publications, 2005.
[6]孫衛(wèi)琴.精通Hibernate:Java對象持久化技術(shù)詳解[M].電子工業(yè)出版社