题目:基于SSH2框架整合技术的电子商务支撑平台—美嘉团购网的设计和实现摘要随着网络技术的发展,Internet变成了一种处理日常事务的交互式的环境。互联网上开展各种服务已经成为许多企业和部门的急切需求。Web的普遍使用从根本上改变了人们的生活方式、工作方式,也改变了企业的经营方式和服务方式。人们可以足不出户办理各种事情。网上购物也受到越来越多的人的青睐,而团购更是为消费者、商家以及网站管理者三方都带来了益处。美嘉网站的系统功能:前台包括用户注册登录,今日团购,往期团购,购物车,论坛,广告等。后台包括用户管理,权限管理,商品管理,订单管理,发布公告,发送邮件,统计等内容。本文首先对系统需求分析做了详细介绍,然后对系统的概要设计进行了阐述,并重点介绍了美嘉网站的功能模块的具体设计和实现。本系统是用MySQL5.1数据库、Java语言和MyEclipse9.0平台编写实现的。使用SSH2框架整合,框架结构清晰,开发流程一目了然,开发人员可以很好的掌控开发的过程。系统不仅拥有友好方便的前台操作界面,也有稳定的后台支持。作为一种该研究方向的探索,系统旨在提供一个可以操作、功能完全、特色突出的费用审批系统。关键词:团购网站;JAVA;MyEclipse9.0;MySQL5.11ABSTRACTWiththedevelopmentofthenetworktechnology,theInternethasbecomeaninteractiveenvironmenttohanddailyaffairs.ManyenterprisesanddepartmentsareingreatneedsofcarryingoutvariousservicesontheInternet.ThewidespreadofWebfundamentallychangespeople'sstyleoflivingandworkiingaswellasthewayofprocessingbusinessandserviceintheenterprises.Peolpecandealwithavarietyofthingsathome.Nowadaysshoppingonlinehasbeenmoreandmorepopular,especiallygrouppurchase,whichbringsbenefitsforconsumers,businessesandthewebsitemanager.TheforegroundviewsofwebsiteMeijiaincludes:usersregisteringandlogining,todaymerchandise,previousmerchandise,shopcart,forum,advertisementetc.ThebackgroundfunctionsofwebsiteMeijiaincludes:usersmanagement,priviledgemanagement,merchandisemanagement,ordermanagement,announcemanagement,sendingE-mailandmakingstatistics.etc.Inthisreport,wefirstlymakeadetailedintroductionofthesystemrequirementsanalysis.Thenthesysytemdesignisdescribedwhileatlastwetakealotofspacetoexplainthefunctionmoduleandhowtodesignandimplementation.ThesystemusesMySQL5.1database,javalanguageandMyEclipse9.0toachieve.Itnotonlyhasaconvenientandfriendlyfrontinterface,butalsoconsistastablebackgroundsupport.Asanexplorationoftheresearch,thesystemisdesignedtoprovideanoperable,fullyfunctionalanddistinctivegrouppurchasesystem.Keywords:grouppuechasesystem;JAVA;MyEclipse9.0;MySQL5.12目录TOC\o"1-3"\h\z\u前言....................................................1第一章绪论............................................21.1选题背景..........................................................................................................21.2团购网发展......................................................................................................31.3团购网意义......................................................................................................3第二章系统分析........................................52.1系统需求分析..................................................................................................52.2系统开发工具..................................................................................................62.2.1MyEclipse9.0.............................................................................................62.2.2MySQL5.1..........................................................................