内容发布更新时间 : 2025/1/5 10:32:56星期一 下面是文章的全部内容请认真阅读。
(2013)届本科生毕业设计(论文)
题 目 OA系统的设计与实现 专 业 计算机科学与技术 院 系 数学与计算机科学学院 学 号 0908040123 姓 名 王琪 指 导 教 师 李敏
二〇一三 年 五月
OA系统的设计与实现
学生:王琪 指导老师:李敏
摘 要:本文通过分析国内外OA系统的发展现状,提出了一种利用JSP、SSH技术开发网上购物系统的方案,以期达到功能强大,费用低廉,通用性强的OA管理系统。文中着重论述了该系统的功能、工具、编写了用户使用手册,并对关键的有关技术作了较详细的介绍。
结合实际需要,系统采用B/S开发模式,SSH框架,DWR,JBPM.开发工具MyEclipse 8.5,数据库mysql5.5,服务器Tomcat 6.0,编程语言java、JSP、html、javascript。
关键词:OA系统;SSH框架;Java
The design and implementation of OA system
Undergraduate:WangQi Supervisor:LiMin
Abstract:
Based on the analysis of domestic and foreign, OA system development present situation, proposed a way to use the JSP.SSH technology development of online shopping system solutions, in order to achieve powerful function, low cost, strong commonality of OA management system. This paper emphatically discusses the function of the system, and writesthe user manual,and the key related technology is introduced in detail.
Combining with the actual needs, the system adopts B/S development mode, the SSH framework, DWR, JBPM,Mysql5.5 development tools My Eclipse 8.5, the database, Tomcat 6.0 server, Java, JSP, HTML, javascript programming language. Keywords:OA system; the SSH technology;Java.
目 录
1绪论4
1.1系统背景与现状4 1.2实现目标4 2需求分析5
2.1可行性需求分析5 2.1.1社会可行性5 2.1.2经济可行性5 2.2非功能性需求5 2.3功能性需求分析5
2.4运行环境8
2.4.1硬件环境8 2.4.2软件环境8 3开发技术及开发工具8 3.1开发技术介绍8
3.1.1B/S模式及其优势8
3.1.2Web应用程序开发环境-JSP技术9 3.1.3Java技术9 3.1.4SSH框架9 3.2开发工具10
3.2.1Tomcat服务器10 3.2.2MySQL server 5.010 3.2.3MyEclipse 8.510 3.2.4Rational Rose11 4系统设计12
4.1系统结构设计12
4.2数据库系统分析及设计13 4.2.1数据库E-R图13 4.2.2数据库连接13 4.2.3数据表设计14 5系统详细设计16 5.1组织管理模块16 5.1.1机构管理16 5.1.2人员管理17 5.2权限管理18 5.2.1模块管理18 5.2.2角色管理19 5.2.3用户管理20 5.3工作流管理20 5.3.1流程管理20
5.4公文管理21 5.4.1公文维护21 5.5系统关键代码:21 5.5.1 与数据库的连接21
5.5.2spring 整合 struts2与 hibernate3.022 5.6数据流程图22 6系统测试分析22 6.1系统测试环境22