资源描述:
《基于java的网上书城的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、摘要进入二十一世纪,电子商务已经逐渐成为主流的商业模式,“当当”、“京东”和“淘宝”演变成为我们生活中的一部分、一种生活的习惯。随着IT技术的进步和发展,网上书城已经成为一种新型的图书销售形式。本文综合分析了网上书城的用户需求和系统业务流程,并针对分析和具体设计等进行了详细的介绍。该系统通过分析客户的需求,确定了系统的功能模块,将网上书城功能模块分成两部分,即前台功能管理模块和后台功能管理模块。前台功能管理模块,实现了首页展示、商城公告、销售排行、图书分类、购物车、订单生成等主要功能;后台管理模
2、块,实现了后台登录功能、图书管理功能、用户管理功能、前台管理和订单管理功能等。通过实现这些模块,用户可以很方便的实现网上购书的目的和管理员对书城更好的管理。本系统采用了目前成熟完善的技术体系。开发平台选用基于Java语言的MyEclipse,实现方式采用B/S架构,系统遵循J2EE模型体系和MVC设计模式,关键技术上选用目前Web系统主流的“Struts+Spring+Hibernate”开发手段。关键词:网上书城;电子商务;JSP;SSH;MVCIIIAbstractE-commercehas
3、graduallybecomethemainstreambusinessmodelintwenty-firstCentury.E-platformslikeDangdang,JingdongandTaobaoplaysanessentialroleinourlife.Ontheconsequence,onlineshoppinghasbeenanormallifestyle.WithdevelopmentofITtechnology,onlinebookstoreshasbecomeanewap
4、proachtobooksales.Thispaperanalysesusers’needsoftheonlinebookstoresaswellastheprocessesofsystemservice.Focusingoncomprehensiveanalysesandspecificdesigns,thethesisprovidesadetailedintroduction.Fromtheanalysesofusers’needs,thesystemdeterminestwofunctio
5、nmodules,namelythefrontdeskmanagementfunctionmoduleandthebackstagemanagementfunctionmodule.Thefrontdeskthemanagementfunctionmodulehavethefollowingparts:homepagedisplayandkeyrecommendation,onlineannouncement,salesrank,bookclassification,shoppingcartan
6、dorders.Whilethebackstagemanagementmodulecoverfunctionsofthebackendlogin,booksmanagement,usermanagement,andordermanagement.Throughtheeffectiveoperationofthesemodules,usersareeasilyablechooseandbuybooksonlinewhiletheadministratorcanmanagethewebsitemor
7、eefficiently.Thesystemadoptsadvancedanddevelopedtechnology.TheplatformemploysMyEclipsebasedonJavalanguagetousetheB/Sstructure.ThesystemfollowstheJ2EEsystemandtheMVCpattern.Referringthekeytechnology,thepopulartool,"Struts+Spring+Hibernate"inwebsystem,
8、iswidelyused.Keywords:Onlinebookstore;E–commerce;JSP;SSH;MVCIII目录第一章设计概述11.1设计背景与意义11.2同类或相关系统的开发现状11.3选题的主要工作内容21.4本章小结2第二章系统采用的相关技术32.1MVC设计模式在系统中的应用32.2SSH框架在系统中的应用32.2.1Struts2.0的应用32.2.2Spring4.2.4的应用32.2.3Hibernate4.3.11的应用42.3Web服务器技术的应用42.4MY