韶关学院毕业论文毕业论文题目:基于Eclipse+Tomcat开发平台的在线购物网站设计——后台模块学生姓名:陈可杏学号:051101312063院(系):计算机科学院专业:计算机科学与技术班级:05级本网络(1)班指导教师姓名及职称:程细柱(讲师)起止时间:2008年9月——2009年5月基于Eclipse+Tomcat开发平台的在线购物网站设计——后台模块摘要:伴随着Internet的蓬勃发展,在线购物正以其高效、低成本的优势,逐步成为新兴的经营模式和理念,人们已经不再满足用途信息的浏览和发布,而是渴望着能够充分享受网络所带来的更加多的便利。在线购物正适应了当今社会快节奏地生活,使顾客足不出户便可以方便快捷轻松地选购自己喜欢的商品。本系统便是尝试用spring+hibernate+struts在网络上架构一个动态的在线购物网站,它是在WindowsXP下,以mysql为数据库开发平台,Tomcat网络信息服务作为应用服务器,采用Eclipse+Tomcat开发的网上购物系统。他分前台部分和后台部分,前台部分由用户使用,主要包括用户注册,购物车管理,订单管理,个人资料管理,留言板管理等功能;后台部分由管理员使用,主要包括商品管理,处理订单,用户信息管理,链接信息管理等功能。建立后的网站系统是一个动态、交互式、具有商品提供、系统管理、用户留言等功能的购物网站。关键词:Spring;Hibernate;Struts;Mysql;Eclipse;Tomcat;在线购物系统Abstract:AlongwiththevigorousdevelopmentoftheInternet,onlineshoppingisaformofitshighlyefficient,low-costadvantages,graduallyemergingasabusinessmodelandphilosophy,thereisnolongermeetuseanddisseminationofinformationbrowsing,butadesiretobringthefullenjoymentnetworkmoreconvenient.Onlineshoppingisbeingadaptedtothefastpaceoftoday'ssocietytolive,sothatcustomerscanenjoytheconvenienceoffastandeasywaytopurchasetheirownlikecommodities.Thesystemistryingtousespring+hibernate+strutsinadynamicnetworkofonlineshopping,whichisinWindowsXP,mysqlfordatabasedevelopmentinplatform,Tomcatapplicationserverasanetworkinformationservices,useEclipse+Tomcatdevelopmentonlineshoppingsystem.Prospectsandthebackgroundofsomeofhishours,theprospectsofusers,includingusersregistered,ashoppingcartmanagement,ordermanagement,personalinformationmanagement,messageboardmanagementfunctions;Backgroundinpartbymanagers,includingcommoditymanagement,processingorders,customerinformationmanagement,informationmanagement,andotherfunctionslinks.Aftertheestablishmentofthewebsiteisadynamic,interactive,withcommodities,systemsmanagement,voicemail,andotherfunctionsoftheshoppingwebsiteusers.Keywords:Spring;Hibernate;Struts;Mysql;Eclipse;Tomcat;Onlineshoppingsystem目录1绪论........................................................................................................................................12在线购物系统的需求分析....................................................................................................22.1前台需求......................................................................................................................22.2后台需求......................................................................................................................23毕业设计所用到的开发工具................................................................................................23.1下载和安装JDK..........................................................................................................33.2环境变量的配置..........................................................................................................33.3Eclipse(Myeclipse).......................................................................................................43.4Mysql.............................................................................................................................53.5Tomcat...........................................................................................................................74毕业设计所用到的开发技术................................................................................................84.1Java基础知识...............................................................................................................84.2hibernate技术概述......................................................................................................104.3Spring技术的简介......................................................................................................104.4Jsp的基本应用...........................................................................................................114.5struts技术的好处........................................................................................................125在线购物系统的总体设计..................................................................................................135.1系统功能模块设计....................................................................................................135.1.1模块类图......................................................................................................155.2系统流程图................................................................................................................165.2.1系统的后台业务流程图..............................................................................165.2.2数据库设计图..............................................................................................166在线购物系统的详细设计..................................................................................................206.1整个系统模块的划分及简述....................................................................................206.2用户管理....................................................................................................................206.2.1商品实体类的定义......................................................................................216.2.2查询功能.......................................................................