1、 办公信息管理系统 第 1 页 /共 61 页 摘 要 随着计算机科学的发展,数据库技术在 Internet 和 Intranet 中的应用越来越广泛,为广大网络用户提供了更加周到和人性化的服务。本文描述了如何使用 JSP 技术来组建企业内部信息管理网站。实现了:员工信息的发布与共享,本文中的员工信息管理系统主要是实现员工资料的录入、信息的查询、记录和管理。作为人事管理系统和企业内网的一部分,企业员工信息管理系统可以便于企业领导掌握人员的动向,及时调整人才的分配;企业内部财务信息的发布与共享,本文中的企业内部财务信息查询管理系统通过对企业进出流水帐后台数据库的管理 ,实现了企业内部各种财务信息
2、的管理,并可以生成各种类型的报表,便于管理层决策;员工之间的信息交流,本文中的内部信息交流系统可以实现企业内部通知的发布、各种具体问题的意见发布并获得相应的反馈。 本文首先 阐述 了基于 JSP 平台 的 办公信息管理系统 管理信息 系统 的开发背景 以及其实践意义 ,其次 说明 了 办公信息管理系统 管理信息系统的功能 以及相比同类 系统 的创新之处 。然后 就 办公信息管理系统 管理系统开发中所使用的 一些的 技术 进行研究探讨。主要针对 数据库的设计 技术 、 存储过程 技术 、 J2EE 技术 以及 用 SQL Server JSP 数据提供程 序 访问SQLserver2000 数据
3、库 技术 四个方面 进行了研究 。 最后 还附上 了 办公信息管理系统 管理信息系统的 安装说明、 简单 使用说明和一些通用性的经典 代码。笔者化了大量的时间用于程序设计, 这也是 笔者工作的重点 ,所开发的 系统具有实用价值,所编写的代码 对 J2EE 程序员 也有很好的参考性 。 在系统的开发过程中,笔者深刻体会到了 J2EE 平台的强大 性 、 优越性 以及 存储过程在 提高 数据访问性能和 增强数据访问 安全 性 上所起到的重要作用 。此外 ,对于关系代数在数据库科学里的应用,笔者 在编程过程中 也 做了 一定的研究。 关键词 : 数据库; JSP; J2EE;存储过程 ; SQL S
4、erver 数据提供程序 办公信息管理系统 第 2 页 /共 61 页 ABSTRACT This paper expatiate the Management Information System of Library using J2EE, its background and the significance it has when application. Then, it presents the function of the Management Information System of Library and also discuss some technologies us
5、ing when develop this system. Especially, it discuss the design technology of database, Stored Procedure, J2EE and control SQL Server 2000 using SQL Server JSP Data Provider . In the end, it details the setup introduction and the users guide for the Management Information System of Library and also
6、some classic code. The writer used a lot of time to design the program which is the keystone of all the works. The writer realized the importance of Stored Procedure for better performance and improving the security and also the advantage of J2EE when programming. Moreover, the writer also investigates the applications of relational algebra in database science when programming. Keywords: Database; J2EE; Stored Procedure; SQL Server JSP Data Provider