1、摘 要 摘要:本论文介绍了一个企业内部信息管理系统的开发。系统的开发设计 使用了 Eclipse 作为开发工具,搭配 SQL_SERVER 作为后台数据库。本文首先 对开发工具 Eclipse 和作为后台数据库的 SQL_SERVER 做简单的介绍,其次对 系统的基本原理进行简要的说明,最后通过部分系统截图和数据表格来介绍了 系统的开发设计过程以及系统的基本操作。本系统的开发采用了技术比较成熟 的 STRUTS 架构,开发语言采用了 JAVA 与 JSP,实现了员工信息查询、员工考 勤、员工工资管理及企业内部公告等功能,并根据软件工程的方法,从需求分 析、概要设计、详细设计、编码实现等方面阐述
2、了系统的开发流程,并通过系 统界面的截图、数据表格等体现了作者的设计思路,最后就系统测试运行情况 和系统开发过程中的技术难点加以分析。 关键词:Struts 框架;Eclipse ;SQL-SERVER 数据库;JSP;JAVA Abstract Abstract: The paper introduces the development of an Intranet information management system of enterprises. Eclipse is used as the development tool for development and design o
3、f the system, and SQL_SERVER is the background database of the system. First of all, this paper simply introduces the development tool Eclipse and the database SQL_SERVER, and then the summary of the basic principles of the system, finally the process of development and the general operation of the
4、system with several photos and charts. This system uses STRUTS as the development structure, JAVA and JSP as the development tool.It can executes the functions like staff information requirement, staff attendance, staff wages management, the internal bulletin management and so on. According to metho
5、d of software engineering, it expounds the development process with requirement analysis,summary design,detailed design,code implementation and so on. And it show the autors design thoughtfulness through photos from the system and charts. Finally, it gives analysis according to the testing of the sy
6、stem and the developmnet of the system. Keyword:Keyword: Struts;Eclipse;SQL_SERVER;JSP;JAVA 目 录 摘 要 . I Abstract . II 第 1 章 绪论 . 1 1.1 课题的背景 1 1.2 课题目的和意义 1 1.3 系统设计思想 2 1.4 课题的国内外发展状况 2 1.5 本章小结 3 第 2 章 系统可行性分析 . 4 2.1 业务流程分析 4 2.2 系统流程分析 5 2.3 可行性分析 5 2.3.1 经济可行性 6 2.3.2 技术可行性 6 2.3.3 运行可行性 7 2.3.4 法律可行性 7 2.3.5 开发方案可行性 7 2.4 本章小结 7 第 3 章 系统的需求分析 . 8 3.1 系统基本需求描述 8 3.1.1 功能需求 8 312 数据需求 . 8 313 用户需求 9 314 性能需求 9 315 平台需求 9 3.3 数据流分析 14 3.4 数据字典 17 3.4 数据实体及关系分析 23 3.5 本章小结 23 第 4 章