欢迎来到天天文库
浏览记录
ID:21059
大小:1.68 MB
页数:70页
时间:2017-04-14
《基于社区的商品代理服务平台的系统设计.doc》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、基于社区的商品代理服务平台的系统设计摘要本次毕业设计是设计并实现一个基于社区的商品代理服务平台,也可以把它看成一个购物网站,它有三种用户:社区用户(顾客)、物业(代理商或商店)、厂商(生产厂商或代理商)。厂商可以注册商品,查看任务列表;社区用户可以购物,查看定单信息,通过电子邮件向物业咨询和交流;物业可以查看用户订单,通过电子邮件和用户交流,向厂商订货。在开发过程中,使用了JavaScript、Jsp、Struts、Hibernate等技术,数据库采用MySql数据库,网页开发工具使用Dreamweaver,WEB服务器采用ApacheTomcat5.0,开发平台使用eclipse
2、。论文中首先对整个商品代理服务平台进行了需求分析,然后着重讨论了厂商管理、商品注册、邮件管理三个子系统的数据库设计、详细设计和功能实现。关键词:JSP;Struts;Hibernate;MySQL;社区购物网站;66AbstractThegraduationprojectistodesignandimplementacommunity-basedmerchandiseagencyservicesplatform.Itcanalsobetreatedasashoppingsite,whoseusersincludecommunityofusers(customers),realest
3、atecompany(agentsorstores),manufacturers(productionmanufacturersordealers).Themanufacturercanregisteramerchandiseandlookintotasklist.Thecommunityuserscandoshopping,canlookintoanorderforminformation,alsocanpassanE-mailofconsultationtotherealestatecompany.Therealestatecompanycanbrowseorderformof
4、user,candeliveranE-mailofcommuniontotheuser,alsocanindentmerchandisetothemanufacturer.Inthedevelopmentprocess,JavaScript,Jsp,Struts,Hibernate,andothertechnologyareused.MySqlisusedasdatabaseplatform,Dreamweaveraswebdevelopmenttool,ApacheTomcat5.0asWEBserver.Thecodeisdevelopedundereclipse.Inthet
5、hesis,softwaredemandforthecommunity-basedmerchandiseagencyservicesplatformwasanalysedatfirst.Thenthepaperpayedmoreattentiontodatabasedesign,detaildesignandfunctionimplementationofthreesubsystemincludingmanagementofmanufacturers,merchandiseregistrationandmanagementofemail.Keywords:JSP;Struts;Hi
6、bernate;MySQL;Communityshoppingwebsite;66目录1绪论12毕业设计选用的技术和工具22.1为什么使用Java语言22.1.1Java语言的特点22.1.2选用Java的原因22.2开发环境及开发工具的介绍22.2.1Eclipse概述22.2.2Tomcat介绍22.2.3MySQL介绍22.3Servlet技术32.3.1Servlet概述32.3.2Servlet的优势32.4JSP技术42.4.1JSP的概述42.4.2JSP的特点和优点42.5Struts技术52.5.1MVC设计模式52.5.2Struts简介62.6Hibernat
7、e技术82.6.1Hibernate的产生背景82.6.2Hibernate简介82.6.3Hibernate原理93需求分析和概要设计103.1系统用例说明103.2系统设计中的层次划分113.2.1视图层113.2.2业务层143.2.3持久化层153.3系统设计中的模块设计173.3.1商品注册设计173.3.2厂商管理设计183.3.3邮件管理设计183.4静态模型194数据库设计214.1E-R图214.2数据库表说明234.3数据库表SQL语句245详细设
此文档下载收益归作者所有