您好,欢迎访问三七文档
当前位置:首页 > 商业/管理/HR > 广告经营 > 基于JAVA-WEB技术的淘宝网的设计与实现
本科毕业设计(论文)题目名称:基于JAVA-WEB技术的淘宝网的设计与实现学院:计算机科学技术学院专业年级:计算机科学与技术17级I摘要本文论述了淘宝网的开发背景、意义和发展现状,介绍了本系统的分析、设计及实现过程。包括系统整体设计,逻辑框架和数据流程设计,各个功能模块划分,系统功能模块的设计与具体实现等部分。本系统采用Tomcat7做后台服务器,Mysql5.5做后台数据库,中间业务逻辑处理使用Struts2+Hibernate框架技术,Strust2用来处理页面的跳转,Hibernate用来处理对数据库的操作。整个交易系统主要实现的功能有商品展示、购物车管理、订单管理以及用户管理。其中商品展示的功能有商品预览、商品明细、分类检索功能等。购物车管理的功能有添加商品、删除列表、恢复列表、数量修改、清空购物车、商品结算等。订单管理主要功能有订单确认、显示订单列表、删除订单。用户还可以查询订单明细。用户管理的功能有登入、登出及用户注册。本系统本着提高用户体验的目标,使用jquery特效来作为用户的提示窗口,优化购物车来提高用户的购物体验。关键词:商品;购物车;用户;订单;结算IIAbstractThisarticlediscussesTaobaodevelopmentbackground,significanceanddevelopmentofthestatusquo,thissystemanalysis,designandimplementationprocess.Includingtheoverallsystemdesign,logicalframeworkanddataflowdesign,eachfunctionalmoduledivision,partofthedesignandconcreterealizationofthesystemfunctionalmodules.ThesystemusesTomcat7tobackingserver,Mysql5.5thedotheback-enddatabase,themiddleofthebusinesslogicprocessingusingtheStruts2+Hibernateframeworktechnology,Strust2usedtodealwiththejumpofthepage,andHibernatetohandledatabaseoperations.Thewholesystemtoachievethefunctionoftheproductdisplay,shoppingcartmanagement,ordermanagement,andusermanagement.Functionswhichthetradeshowthereisaproductpreview,productdetails,classificationandretrievalfunctions.Additems,delete,list,restorethelistofshoppingcartmanagementfunctions,thenumberofchanges,emptytheshoppingcart,CommoditiesClearing.OrderManagementismainlyusedtohavetheorderconfirmationtodisplaythelistoforders,deleteorders.TheusercanalsoquerytheOrderDetails.Theusermanagementfunctionofthelogin/logout,anduserregistration.Spirittoimprovetheuserexperiencegoals,usingjqueryeffectsastheuserpromptwindowtooptimizetheshoppingcarttoimprovetheshoppingexperience.Keywords:Goods;cart;users;orders;settlementI目录摘要..................................................................................................IAbstract.................................................................................................II第1章绪论...........................................................................................11.1选题背景......................................................................................11.2选题的目的及意义.......................................................................11.3研究内容......................................................................................21.4国内外发展概况...........................................................................21.5本系统设计的思想.......................................................................3第2章系统分析...................................................................................42.1可行性研究..................................................................................42.1.1经济可行性研究.....................................................................42.1.2社会可行性研究.....................................................................42.1.3技术可行性研究.....................................................................52.1.4操作可行性研究.....................................................................72.2开发方案比较...............................................................................82.2.1软件体系结构的确立和比较...................................................82.2.2设计方案的确立和分析..........................................................92.2.3所采用方案的特点.................................................................92.3需求分析......................................................................................92.31需求获取................................................................................92.3.2功能需求..............................................................................102.3.3性能需求..............................................................................122.4数据库分析................................................................................132.4.1数据库需求分析...................................................................132.4.2数据库概念结构设计............................................................13第3章系统设计与实现......................................................................153.1系统类图....................................................................................163.1.1购物车类图.............................................................................163.1.2用户管理类图.........................................................................173.2时序图........................................................................................183.2.1用户管理时序图...................................................................183.2.2商品展示时序图...................................................................193.2.3购物车管理时序图...............................................................203.2.4订单管理时序图...................................................................23II3.3数据库设计................................................................................243.4人机界面设计.............................................................................273.4.1用户管理模块设计...............................................................273.4.2商品展示模块设计.................................................
本文标题:基于JAVA-WEB技术的淘宝网的设计与实现
链接地址:https://www.777doc.com/doc-4698205 .html