基于JSP技术的文档信息管理系统的设计与实现
本科生毕业论文(设计)
论文题目:基于JSP技术的文档信息管理系统的设计与实现 Design of Document Management System Based on JSP
基于JSP技术的文档信息管理系统的设计与实现 天水师范学院
摘 要
随着全球化、信息化的日益加快和知识经济时代的到来以及网络技术的普遍推广和运用,传统的纸质办公受到了巨大的冲击。公司每天将面对来自方方面面的大量文件或文档资料,并对这些文档进行撰写、存储、会签和检索。以往,这些过程往往是手工完成,工作量非常大。现代社会一切工作都是以高效率为目标,即使用户使用电脑存储、处理文档,都可能面临种种困难。
在信息技术的广泛应用下,企业信息化程度已逐渐成为衡量企业管理水平的重要标志,也是企业核心竞争力的重要表现。在这种竞争激烈的商业氛围下,开发一个信息管理系统对公司日常文档以及员工信息进行网络化管理,是十分必要的。
我在毕业时,根据商业社会的应用需求,开发了文档信息管理系统。此系统提供了八大功能即:系统管理、常用文件上载、常用文件浏览、常用项目上载、常用项目浏览、个人信息管理、辅助管理、帮助。其中,系统管理、常用文件上载、常用文件浏览、常用项目上载、常用项目浏览为系统主要模块,其他的功能是必不可少的补充,它们共同组成了一个小型的文档信息管理系统。通过网络的共享,可以实现管理者与员工之间的文档交流与协作,从而提高公司日常管理效率。
本是对采用JSP技术开发的网络化文档信息管理系统的综合论述,其中包括系统运行环境的配置与测试;系统功能模块的说明;系统的综合测试;系统核心开发技术的讲解等,说明了一个旨在提高日常文档管理效率的管理信息系统,并对整个系统的配置、流程、系统设计和实现技术进行了详细的说明。
关键字: 文档管理 信息化 JSP 文件上传 JSPSmartUpload 基于角色的访问控制
i
基于JSP技术的文档信息管理系统的设计与实现 天水师范学院
Abstract
Along with the globalization and the informationization speed up day by day, the arrival of knowledge economy time and the general application and dissemination of the network technology , traditional paper office work suffer huge impact,we will receive a great quantity file and data, which come from various department or field ,and we need write , store , signature , retrieve it in daily life . In the past , the process of document management often complete by hand ,which need a large number time and workload . But now ,all the work target is that high efficiency in the modern society ,even though user stroe deal with document resource by computer ,but they may be faced with all kinds of difficuty .
Under widely application of information technology , enterprise informationization gradually turn into measuring the management level of a enterprise and also become the core competition of a enterprise .
this information management offer eight function. Such as : the management of system、the upload of the common document、the browse of the common document、the upload of the common subject、the browse of the common subject、the management of the personal information、assist management、help。Among this information management ,the management of system、the upload of the common document、the browse of the common document、the upload of the common subject、the browse of the common subject are the main function module of the system,other function is the necessary supplement of the system , they are all together make up a small Document Management System .Pass through shared network , the system realize the exchange and the coordination of the document information , so then , improve the daily management efficiency of company .
this article introduce a document management information system that help us improve our office management level , and introduce detailly the configuration , the design , and the development of the whole system .
Key words: Document management , informationization , JSP , document upload , JSPSmartUpload , role_based aceess control
ii
基于JSP技术的文档信息管理系统的设计与实现 天水师范学院
目 录
摘 要 .................................................................................................................................................. i 1 引言 ..................................................................................................................................................1
1.1 课题研究的目的 ................................................................................................................1 1.2 课题的可行性分析 ............................................................................................................1
1.2.1 可行性分析 ..............................................................................................................2 1.3 预期结果和应用价值 ..........................................................................................................2 2 准备阶段 ..........................................................................................................................................4
2.1 计算机网络技术概述 ...........................................................................................................4 2.2 WEB开发技术发展概述 .......................................................................................................5 2.3 数据库访问技术 ..................................................................................................................5
2.3.1 JDBC ..........................................................................................................................5 2.3.2 JSP与网络数据库的连接 .......................................................................................7 2.4 脚本语言 ..............................................................................................................................7 2.5 对软件和硬件的要求 ..........................................................................................................8
2.5.1 硬件要求 ..................................................................................................................8 2.5.2 软件要求 ..................................................................................................................8 2.6 运行需求 ..............................................................................................................................8 3 系统设计 ........................................................................................................................................10
3.1 系统的设计思想 ................................................................................................................10 3.2系统总体结构 ......................................................................................................................10 3.3 系统数据流程图 .................................................................................................................13 4 系统实现技术介绍 ........................................................................................................................14
4.1 JSP的应用 .........................................................................................................................14 4.2 SQLServer2000和结构化查询语言的应用 .....................................................................15 4.3系统安全措施 .....................................................................................................................16
4.3.1 用户安全级别 ..........................................................................................................18 4.4 JDBC数据库连接技术 ....................................................................................................21 4.5 文档上传技术 ....................................................................................................................29
4.5.1 JSPSmartUpload文档上传技术 ...............................................................................29 4.5.2 相关类说明 ..............................................................................................................29 4.5.3 JSPSmartUpload组件在文档信息管理系统中的应用 ...........................................29 4.6 网络实现 ...........................................................................................................................32 5 系统测试 ........................................................................................................................................34
5.1 系统测试步骤 ....................................................................................................................34 5.2 系统测试标准 ....................................................................................................................34 5.3 系统测试结果 ....................................................................................................................34 附录1 .................................................................................................................................................35
服务器运行环境的安装 ............................................................................................................35 附录2 .................................................................................................................................................36
测试java环境是否安装成功 ..........................................................................................36 测试tomcat服务器 ..........................................................................................................36
结束语 ................................................................................................................................................38
iii
基于JSP技术的文档信息管理系统的设计与实现 天水师范学院
参考文献 ............................................................................................................................................39 致 谢 ..................................................................................................................................................1
iv
相关推荐: