苏宁易购销售网站的设计与实现学院名称:XXXXX专业:软件工程班级:XXXX学号:XXXX姓名:XXXX指导教师姓名:XXXXX指导教师职称:讲师二〇一三年六月JIANGSUUNIVERSITYOFTECHNOLOGY本科毕业设计(论文)苏宁易购销售网站的设计与实现摘要:随着网络技术和应用需求的发展许多网站建立了电子商务平台,网上购物系统是电子商务的一个重要的应用,由于网上购物系统拥有方便快捷、投资小、回收快、不受地理位置影响等一系列优点,它已成为研究与应用的热点,本系统就是在客户需求的基础上建立了苏宁易购的销售网站系统。本系统便是尝试用JSP在网络上架构一个动态的电子商务网站,它是在WindowsXP下,以Oracle为数据库开发平台,Tomcat网络信息服务作为应用服务器,采用MVC模式开发的网上购物系统。它分前台部分和后台部分,前台主要包括用户注册、商品浏览、购物车管理、订单管理、个人资料管理模块;后台主要包括商品管理、订单处理、用户信息管理模块。关键词:Servlet,JSP,MVC,网上购物系统12DesignandimplementationofSuningyipurchasesalessiteAbstract:Withthedevelopmentofnetworktechnologyandapplicationneedsmanye-commercewebsiteplatform,onlineshoppingsystemisanimportantapplicationofe-commerce,theonlineshoppingsystemhasconvenient,smallinvestment,quickrecovery,lessaffectedbythelocationandaseriesofadvantages,ithasbecomethehotspotofresearchandapplication,thesystemisbasedontheneedsofthecustomersestablishedsaleswebsitesystemSuningyipurchase.ThesystemistheelectroniccommercewebsitetryinadynamicnetworkarchitecturewithJSP,whichisinWindowsXP,withOracledatabasedevelopmentplatform,Tomcatnetworkinformationservicesasapplicationservers,usingMVConlineshoppingsystemdevelopmentmodel.Itisdividedintothefrontpartandbackpart,theonstagemainlyincludestheuserregistration,productbrowsing,shoppingcartmanagement,ordermanagement,personalinformationmanagementmodule;thebackstagemainlyincludesthecommoditymanagement,orderprocessing,userinformationmanagementmodule.Keywords:Servlet,JSP,MVC,onlineshoppingsystemI目录前言.......................................................................................................................................................................1第1章绪论.....................................................................................................................................................21.1开发背景.............................................................................................................................................21.2研究目的............................................................................................................................................3第2章相关技术简介................................................................................................................................42.1JSP技术.............................................................................................................................................42.2JDBC技术...........................................................................................................................................52.3MVC模式.............................................................................................................................................62.4MyEclipse简介................................................................................................................................62.5Oracle简介..............................................................................................................