- 1、本文档共41页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
论文-车间信息管理系统
摘 要
本系统实现的是一个车间信息管理系统,它是某汽车生产工厂管理系统中的一个子系统。主要用户是普通用户、管理员。普通用户即工厂员工,包括领导、管理员、普通员工和其他工作人员。管理员主要负责管理系统中的基本信息(如:员工信息、产品信息),普通用户和管理员通过系统完成不同的工作。系统需要实现的功能总体来说有两个部分,分别如下
普通用户对应功能;
管理员对应功能;
该系统使用开发工具MyEclipse3.2,web服务器tomcat,数据库orace9i.系统采用基于MVC模式的Struts框架,和Hibernate对象持久化框架。
关键词:
MVC;Struts;Hibernate;DAO;Service
Abstract
What this system realizes is a workshop information management system, it is in a some automobile Production plant management system management systems sub-system. The main user is the average consumer, the manager. The average consumer is the factory staff, including leader, manager, ordinary staff and other staff. In manager primary cognizance management system management systems basic information (for example: The staff information, the product information), the average consumer and the manager complete the different work through the system. The system needs to realize the function generally speaking has two parts, distinction following
1, Average consumer correspondence function;
2, The manager corresponds the function;
That system usage development tool MyEclipse3.2, the web server tomcat, database orace9i.The system adopts according to the frame of Struts of the mode of MVC, holding out for long time to turn the frame with object of Hibernate.
Key Words:(Times New Roman 10.5)
MVC;Struts;Hibernate;DAO;Service目 录摘要3
Abstract3
前言6
第1章绪论7
1.1选题背景与目的7
1.2系统开发工具7
第2章J2EE Web应用开发技术概述8
2.1J2EE概述8
2.2Struts8
2.2.1Struts与MVC8
2.2.2Struts与Web App的关系8
2.3Hibernate与ORM9
2.4JSP(Java Server Pages)技术10
第3章系统设计11
3.1系统分析12
3.1.1需求分析12
3.1.2系统功能模块划分13
3.1.3系统流程14
3.2系统设计14
3.2.1 数据库逻辑结构设计14
3.2.2 创建数据库15
3.2.3 创建表的脚本语言16
3.3 系统中的主要类图18
第4章系统实现19
4.1实现文件的组织19
4.2系统功能实现21
4.2.1 定义HibernateUtil21
4.2.2 定义EncodingFilter类21
4.2.3数据层设计21
4.2.4数据层代码实现22
4.2.5创建持久化类22
4.3 功能代码实现22
4.3.1登录功能24
4.3.2登录功能的逻辑设计 24
.配置Struts24
登录功能24
4.3.3管理员进行员工信息管理的功能实现25
4.3.4管理员进行产品信息管理的功能实现29
4.3.5普通用户功能实现32
第5章工程运行37
5.1 开发平台37
5.2 创建工程37
5.3 运行工程37
结论38
附录39
注释40
参考文
文档评论(0)