资源描述:
《基于struts spring hibernate的购物网站设计与实现【毕业论文】》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、毕业设计(论文)题目:基于Struts+Spring+Hibernate的购物网站设计与实现学生姓名学号200520100303分院信息工程分院专业班级计算机503班指导教师2009年5月杭州中文摘要摘要本设计运用当前主流的Java技术,采用MVC开发模型,以Struts、Spring和Hibernate框架为基础开发了一个轻量级的网上购物系统。Struts用作控制器,Spring作为业务层,Hibernate作为数据持久层,开发中同时使用JSTL标签库。这些技术的整合,使得系统在各方面都能达到要求,并有利于系统的维护和升
2、级。系统分为前台部分和后台部分,前台部分主要实现的功能有顾客的注册和登录功能、查看商品信息功能、搜索商品的功能、购物车、收藏夹功能、个人信息维护管理功能;后台部分主要实现管理员管理商品信息、订单信息、目录信息和用户信息。其中购物车可以在用户未登录的情况下操作,并且原有的商品与现有的商品可以相互叠加。关键词:网上购物系统;Struts;Spring;Hibernate;JSTL;MVC模式Ⅰ英文摘要ABSTRACTThisdesignusesthemainstreamJavatechnologytodevelopalight
3、weightonlineshoppingapplication.MVCsoftwaredevelopingmodelisadopted,basedonthepopularframeworkconsistingofStruts,SpringandHibernate,whereStrutsbehavesasthecontrollerlayer,Springastheservicelayer,andHibernateasthedatapersistencelayer.JSTLlibraryisalsoused.Withallth
4、esetechnologiestogether,theapplicationachievesallthedesignpurposes,andisflexibleforupdateandmaintenance.Theapplicationconsistsoftwomainsubsystems,thefrontendsubsystemandthecentralmanagementsubsystem.Forthefrontendsubsystem,thefeaturesinvolvecustomerregistration,lo
5、gin,informationretrievalonmerchandises,productsearch,shoppingcart,preferencefolder,customerprofileupdate.Productinformationupdate,ordersprocess,categoryanduserinformationmanagementarethefunctionsofthecentralmanagementsubsystem.Inthemeantime,theshoppingcartcanbeuse
6、dwithoutlogin,theselecteditemcanbeaddedautomatically.KeyWords:Onlineshoppingsystem;Struts;Hibernate;JSTL;TheModelofMVCⅡ目录目录1引言12相关知识和技术背景22.1J2EE概述22.2MVC设计模式32.3StrutsMVC设计模式32.4Spring框架42.5Hibernate框架52.6Struts、Spring、Hibernate的整合62.7JSTL标签库73系统需求分析83.1B2C系统模块介绍
7、83.2确定用户需求93.3需求规定103.3.1对性能的规定103.3.2输入输出要求103.3.3数据管理能力要求103.3.4故障处理要求103.3.5运行环境需求104系统概要设计114.1总体设计114.1.1环境配置114.1.2系统结构114.1.3总体模块114.2功能模块124.2.1用户顾客注册、登录模块124.2.2商品检索、浏览模块134.2.3个人信息管理模块134.2.4购物车/收藏夹模块134.2.5后台登录模块144.2.6商品管理模块154.2.7商品目录管理模块154.2.8订单管理模块
8、16IV目录4.2.9会员管理模块165系统详细设计185.1数据库设计185.1.1ER图设计185.1.2数据表设计195.2架构设计215.2.1带日志功能的设计215.2.2Web.xml配置文件225.2.3Struts配置文件225.2.4Spring配置文件245.2.5Hibernate