摘要21世纪的今天,随着社会的不断发展与进步,人们对于信息科学化的认识,已由低层次向高层次发展,由原来的感性认识向理性认识提高,管理工作的重要性已逐渐被人们所认识,科学化的管理,使信息存储达到准确、快速、完善,并能提高工作管理效率,促进其发展。论文首先介绍了基于WEB的在线花店的现状及开发背景,然后论述了系统的设计目标,系统需求和总体设计方案,较详细的论述了系统的详细设计和实现。最后,对基于WEB的在线花店进行了测试。本文以JSP+SSM框架为开发技术,实现了一个网上查看鲜花信息以及在线花店的系统。基于WEB的在线花店分为两大模块,用户模块可以查看鲜花信息、网上在线花店等;管理员可以进行用户管理、资讯管理、在线花店管理、订单管理等。通过这些前台、后台功能模块的设计,基本上实现了整个在线花店管理过程。在设计方面,系统采用B/S三层结构,同时使用JSP技术进行动态页面的设计,从系统的安全性和代码的可重用性方面考虑,运用JavaBean对程序的关键代码进行封装。后台数据库选用MYSQL数据库。关键词:基于WEB的在线花店;JSP技术;MYSQL数据库;B/S结构;SSMAbstractTodayinthe21stcentury,withthecontinuousdevelopmentofsocietyandprogress,peoplefortheunderstandingofthescientificinformationthathasbeendevelopedfromlowleveltohighleveldevelopment,fromperceptualknowledgetorationalknowledge,theimportanceofmanagementworkhasbeengraduallyknownbypeople,scientificmanagement,tostoreinformationaccurate,fast,perfect,andcanimprovetheworkefficiencyofmanagement,promoteitsdevelopment.Thispaperfirstintroducedthecurrentsituationanddevelopmentbackgroundofweb-basedonlineflowershop,andthendiscussedthesystemdesignobjectives,systemrequirementsandoveralldesignscheme,amoredetaileddiscussionofthedetaileddesignandimplementationofthesystem.Finally,aweb-basedonlineflowershopwastested.Inthispaper,JSP+SSMframeworkforthedevelopmentoftechnology,theimplementationofanonlineflowerstoviewinformationandonlineflowershopsystem.Web-basedonlineflowershopisdividedintotwomodules,theusermodulecanviewtheflowersinformation,onlineflowershop,etc.Theadministratormaycarryontheusermanagement,theinformationmanagement,theflowermanagement,theordermanagementandsoon.Throughthedesignoftheseforegroundandbackgroundfunctionmodules,thewholeonlineflowershopmanagementprocessisbasicallyrealized.Intermsofdesign,thesystemadoptsB/Sthree-layerstructure,andUSESJSPtechnologytodesigndynamicpages.Consideringthesecurityofthesystemandthereusabilityofthecode,thekeycodeoftheprogramisencapsulatedbyJavaBean.ThebackgrounddatabaseisMYSQLdatabase.Keywords:web-basedonlineflowershop;JSPtechnology.MYSQLdatabase;B/Sstructure;SSM目录1概述.................................................................................................................................................11.1课题背景及意义...................................................................................................................11.2国内外研究现状...................................................................................................................11.3本课题主要工作...................................................................................................................22系统开发环境.................................................................................................................................32.1JSP技术..................................................................................................................................32.2JavaScript................................................