基于SSH框架的Web网站设计与实
毕业论文(设计)
基于SSH框架的Web网站设计与实现
github制作个人网站学生姓名:赵辰宇
指导教师:张妍(讲师)
专业名称:通信工程
所在学院:信息工程学院
6 月
目录
摘要.......................................................................................................  Abstract .................................................................................................  第一章前言 . 0
1.1 研究目的和意义 0
1.2 国内外研究现状 (1)
1.3 研究内容与方法 (1)
第二章可行性与需求分析 (3)
2.1可行性分析 (3)
2.2需求分析 (4)
第三章设计技术与系统运行环境 (9)
3.1设计技术 (9)
3.2系统运行环境 (24)
第四章系统设计 (26)
4.1 系统 (26)
4.2 图书出售系统 (27)
4.3 办公系统 (32)
4.4 数据库设计 (36)
第五章系统实现 (39)
5.1 系统架构 (39)
5.2 持久层Hibernate实现 (44)
5.3 控制层Struts实现 (45)
5.4 业务层Spring实现 (50)
第六章结论与建议 (54)
致谢 (56)
附录 (60)
摘要
本次毕业设计主要以电子商务为主题进行Web网站的设计与开发,在框架方面应用了现今比较主流的SSH框架。设计背景以大连海洋大学出社为主题,并针对其进行设计与开发电子商务系统。本次设计包括三个大模块分别为,后台管理OA系统、系统、图书出售系统,每个模块又包括了诸多小模块。
项目结构方面采用MVC架构大致上分为视图层、控制层、持久层,持久层细分为DAO层与业务层。这种结构使得开发开发过程中逻辑清项目结构简明便于后期的功能扩展与二次开发。
技术方面在视图层采用的是Jsp页面技术,在此基础上部分页面引入Ajax请求。服务器采用开源稳定的Tomcate服务器,数据库是MySQL。具体的框架版本为Struct2、Hibernate3.3、Spring3.0,开发工具为Meclipse9。
关键词:Hibernate,Spring,Struct2,Java,数据库
Abstract
The graduation project designs and develops Web site mainly with the theme of  e-commerce,and appl
ise the SSH(Secure Shell )framework in the matter of framework which is the mainstream today.The project designs and develops e-commerce system with the design background of the project witch bases on the theme of DLOU Press.The project contains of three main module.they are,respectively,the backstage management OA (Office Automation)system ,the official web site system and the book selling system,and each module contains numerous branch modules.
The MVC(Model View Controller) technique is adopted in the aspect of  project architecture which divided into View layer, Control layer and Hibernate ,among the three parts,Hibernate is subdivided into DAO(Data Access Object)and business layer.This structure makes the logic and system structure clear, and has good expansibility and maintenance.
JSP(Java Server Pages)technology is adopted on the View layer at the technical level,based on this,part of webpages use AJAX (Asynchronous JavaScript and XML)request technology.Steady open source Tomcate servlet is adopted in the aspect of server and the database is MySQL.The concret structure version is Struct2.1、

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。