广州大学华软软件学院毕业论文(设计)课题名称基于SSH的电子商务公共服务平台的设计与实现---系统架构及企业网站子系统学院华软软件学院系别软件工程系专业班级07软件开发3班学生姓名郑剑亮学号0740112327指导教师日期2011年5月7日广州大学华软件学院软件工程系郑剑亮基于SSH的电子商务公共服务平台的设计与实现---系统架构及企业网站子系统2摘要随着信息化的浪潮席卷全球,传统的商务模式受到巨大的冲击,一种新的商务模式---电子商务平台,近年在国内逐渐兴起,越来越多的企业,特别是中小型企业开始慢慢转变企业的营销策略模式,逐渐向电子商务这方面进军。如何充分利用电子商务快速、方便、灵活的特性,为企业创造更多的价值,使企业跟上时代的步伐,在当今激烈的社会竞争中谋得一席之地,已经成为企业所关注的重要问题。本系统设计目的是建立一个以SSH框架为基础,结构灵活、可复用、可扩展,开发快速且轻量的电子商务公共服务应用平台。SSH即采用目前社会上比较流行的J2EE框架,Struts2+Spring+Hibernate。此框架是基于MVC基础之上的一种扩展,把程序分为三层架构,模型层(M),视图层(V)和控制层(C),极大程度地降低了程序的耦合性,使开发出来的程序更灵活,更健壮,更高效。系统架构和企业网站子系统是本文论述的主要目标。构建一个可扩展,可复用,高效,灵活的架构和建立一个功能比较齐全的企业网站是实现本系统的关键。本文主要论述了采用SSH框架加第三方插件来构建系统框架和开发企业网站,阐述自己对SSH开框架的一点看法,并提出在程序开发中融入设计模式的思想。在结构化层次、理清系统业务模型和优化业务模型重用性的基础上,结合第三方插件设计开发,简化开发模型,降低框架的复杂度,提高开发效率,让框架更容易实现,同时提高程序的扩展性、灵活性、复用性、健壮性,以更好的松耦合方式开发构件,使本系统能适应多变的业务需求。关键词SSH,MVC,第三方插件,设计模式广州大学华软件学院软件工程系郑剑亮基于SSH的电子商务公共服务平台的设计与实现---系统架构及企业网站子系统3ABSTRACTAstheinformationoftechnologysweepingacrossallovertheword,traditionalbusinesspatternsarehavingahugeshock.Anewbusinessmodel--E-businessplatform,graduallyriseinrecentyears.Moreandmoreenterprises,especiallythesmallandmedium-sizedones,begintochangetheirmarketingstrategymodeintoE-businessbydegrees.MakinggooduseoftheE-businesscharacteroffast,convenient,andagile,wecanhelpenterprisescreatemorevalueandenablethemtokeepupwiththetimesandfindingagoodplaceinthedrasticsociety.ThegoalofthesystemdesignistocreateaE-businesspublicserviceapplicationplatformwhichisagile,reusable,extensible,rapiddevelopandlight-weight,baseonSSHframe.SSHisusingtheJ2EEframe,Struts2+Spring+Hibernate,whichisoneofthepopularframeinnowsociety.TheframeisbasedonaextensibleofMVCanddividetheprocedureintothreelayers:Modellayer(M),Viewlayer(V)andControllayer(C).SSHgreatlyreducestheprocedurecouplingandmakeitmoreflexible,morerobustandmoreefficient.Themainobjectiveofthisdissertationissystemarchitectureandenterprisewebsitesubsystem.Thekeypointofthesystemistocreateaextensible,reusable,height-efficient,flexibleframeandbuildaenterprisewebsitewithacompletefunction.ThisdissertationismainlydiscussabouthowtouseSSHframeandthethird-partplug-intobuildsystemarchitectureanddevelopenterprisewebsite,andIexpoundmylittleviewofSSHframeandputforwardanideathatblendthedesignpatternsinprogramdevelopment.Inordertoadaptthechangingbusinessneeds,Iconsiderthattheframeshouldbecompletedmoreeasilyonthebasisofthereusableofstructuringlayer,clearsystembusinessmodelandoptimizebusinessmodel,andcombineofthedesigndevelopmentofthethird-partyplug-inboard,simplifydevelopingmodel,reducethecomplexityofframeandimproveexploitationefficiency.Andatthesametime,improveprograms’extension,flexibility,reusability,robustness,usebetterloosecouplingtodevelopconstructionmember.KEYWORDS:SSH;MVC;Third-partyplug-inboard;Designpattern.广州大学华软件学院软件工程系郑剑亮基于SSH的电子商务公共服务平台的设计与实现---系统架构及企业网站子系统4目录前言.................................................................6第1章系统需求分析...................................................71.1系统设计目的...................................................71.2系统需求.......................................................71.2.1功能需求....................................................71.2.2性能需求:..................................................91.3用例...........................................................91.3.1企业管理员用例..............................................91.3.2客户用例:.................................................111.3.3客户订单用例:.............................................111.3.4留言用例:.................................................121.3.5管理员登录时序图:.........................................131.3.6客户下订时序图:...........................................141.4运行环境......................................................141.4.1硬件环境...................................................141.4.2软件环境...................................................15第2章系统设计......................................................162.1MVC模式分析...................................................162.2SSH分析.......................................................192.3插件式设计分析................................................222.4设计模式引入..................................................242.4.1工厂方法模式...............................................252.4.2单例模式...................................................262.4.3享元模式...................................................272.5前台分页方法改进..............................................282.6数据库设计....................................................292.6.1数据库字典.................................................302.6.2E-R图.....................................................34第3章功能实现......................................................373.1企业网站后台功能实现..........................................383.1.1基本信息管理页面...........................................383.1.2后台主要实现代码...........................................383.2企业网站前台功能实现..........................................413.2.1企业网站首页图.............................................413.2.2前台主要实现代码...........................................41第4章测试.......................................................