毕业论文 基于struts+spring+hibernate架构的药品销售系统研究与实现.doc

约45页DOC格式手机打开展开

毕业论文 基于struts+spring+hibernate架构的药品销售系统研究与实现,目录摘要iabstract....................................................................ii前言11 系统分析21.1 需求分析21.2 性能需求21.3 运行环境21.3.1硬件设备21.3.2支持程序22 系统总体框架42.1 模型结构42....
编号:20-196630大小:1.00M
分类: 论文>计算机论文

内容介绍

此文档由会员 ljjwl8321 发布

目 录
摘 要 I
Abstract....................................................................II

前 言 1
1 系统分析 2
1.1 需求分析 2
1.2 性能需求 2
1.3 运行环境 2
1.3.1硬件设备 2
1.3.2支持程序 2
2 系统总体框架 4
2.1 模型结构 4
2.2 功能模块简介 4
3 技术介绍 6
3.1 MVC模式简介.......................................................6
3.2 Struts2.x简介 6
3.3 Spring简介 8
3.4 Hibernate简介 9
4 系统详细设计 11
4.1 数据库设计 11
4.1.1 E-R图 11
4.1.2 主要数据表 12
4.2主要窗体界面 12
4.2.1首页界面和后台首页 12
5 药品销售系统实现... 15
5.1 域模型对象 15
5.2 持久层实现 15
5.3 业务逻辑层实现 17
5.4 表现层 19
5.4.1 视图层 19
5.4.2 控制层 20
5.4.3 模型层......................................................21
结 束 语 22
参考文献 23
译 文 24
译文原件复印件 31
致 谢 40


基于Struts+Spring+Hibernate架构的药品销售系统
研究与实现

摘 要
随着Internet技术和企业信息化建设的发展,构建基于Web的应用系统的需求越来越复杂,开发周期越来越紧迫。开发可扩展性好、重用性高和易于维护、易管理的Web应用是当前Web技术发展的热点之一。
论文结合药品销售系统多层次体系结构发展的现状,探讨Struts2.x、Spring、和Hibernate框架。方法 本文以基于J2EE体系的Web开发方法为探讨的基线。首先,从Servlet/Jsp技术原理,到结合这两种技术进行Web开发的Model 1和Model 2设计,再到实现Model2的—Struts架构内部机制进行探讨;其次,对持久层的设计进行分析,即Hibernate作为持久层实现,结合Spring技术作为业务层实现,进行框架整合;最后,详细论述该框架在药品销售系统中的应用。结果 通过实践表明,应用这种系统框架可以提高系统开发效率,同时满足系统扩展性和易于维护性的要求。
结论 Struts+Spring+Hibernate框架在J2EE开发中有着举足轻重的地位。

关键词:Struts, Spring, Hibernate , 架构

RESEARCH AND IMPLEMENTATION OF MEDICINESALES MANAGEMENT SYSTEM BASED ON STRUTS, SPRING, HIBERNATE

Abstract
With the Web technology development and the greater demands for application Systems based on Web to meet more complicated requirements, shorter development cycle of software. So the application of Web which has better development, maintainability, expansibility, repeatability and easy management, is the hotspot of the Web technology.
The paper is based on the web development methods of J2EE architecture. Firstly, introduce the technical principle of Servlet/Jsp, the Model1 and Model 2 design combining Servlet with JSP and the discuss of internal mechanism of Struts2.x architecture which can better implement the Model 2 and so on. Secondly, I applied the Hibernate to the persistence layer, applied the spring framework to the business layer, conformed in framework and constructed a flexible, extensible and high performance developing architecture .Finally, an example based on medicine-sales management system is introduced to illustrate the process to build multi-tiers system with the help of the architecture. Results show that this new framework (Struts2.x+Spring+Hibernate) helps to increase work efficacy in exploration.
Our study demonstrate that Struts2.x+Spring+Hibernate has important reference value for the J2EE development.

Key words:Struts, Spring, Hibernate , Architecture