资源描述:
《网上拍卖平台系统毕业论文[正文最终版].doc》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、中文摘要随着Internet的飞速发展,电子商务迅速发展起来,它大大提高了市场的方便性与灵活性,改变了人类的生活和工作模式。随着电子商务的蓬勃发展,网上拍卖已经成为一种引人瞩目的新的交易机制,引起了消费者的普遍关注。网上拍不受时间、空间的限制,商品销售者只需将代售商品信息上传,然后等待买家出价即可,不受地域、时间的限制却可以面对来自全国甚至全世界的客户,极大的节约了人力、物力以及财力。本系统运用面向对象的分析和设计思想,主要以JSP技术+TOMCAT服务器开发,比较完整地规划了一个网上拍卖网站系统的功能。
2、系统采用3层架构以后,用户界面层通过同意的借口向业务层发送请求,业务层按照自己的逻辑规则将请求处理之后进行数据库操作,然后将数据库返回的数据封装成类的形式返回给用户界面层。这种方式在一定程度上增加了数据库的安全性,同时也降低了对用户界面层开发人员的要求,因为它根本不需要进行任何数据操作。关键词:JSPTOMCAT服务器SQL2000拍卖JSP-basedOnlineAuctionSystemAbstractWithInternetdevelopatfullspeed,ElectronicCommercei
3、spromptdevelopithasraisedmarketplaceexpedienceandflexibilitygreatly,haschangedhumanbeing'slifeandthejobpattern.WiththefactthattheElectronicCommerceflourishdevelops,mechanism,commonnesshavingarousedaconsumersellingthenewbusinessalreadybecomingonekindcausin
4、gpersontofocusattentionuponbyauctiononthenetpaycloseattentionto.Patrestrictingnotacceptingtime,spaceonthenet,thepersonthecommodityissoldneedswillbecommissionedtosellthemerchandisenewsupload,waitforabuyerthenbidbeOK,notacceptingtheregion,thetimerestricting
5、butcanfacecomingfromthewholenationthewholeworldcustomer,isevenimmensehavesavedmanpowerandmaterialresources,andfinancialresources.Systemwieldsbegearedtotheneedsofmarriagepartneranalysisanddesignsthought,theserverhasdeveloped,plannedcomparativelyentirelyafu
6、nctionsellingwebsitebyauctionsystematicallyonthenetmainlywithJSPtechnology+TOMCAT.Aftersystemadopt3layerofframe,tierofexcusesbysayingyesdispatchtheconsumerinterfacetiertobusinessrequestthat,businessgivesaconsumerinterfaceatiertieraccordingtothatselflogicr
7、ulesreturnstotheformcarryingoutthedatabaseoperationafterrequesthandling,andthenthedataencapsulationthatthedatabasereturnstoready-madekind.Thiswayhasincreasedthedatabasesecuritytoacertainextent,hasreducedatthesametimealsotherequestdevelopingapersonnel'stie
8、rtoconsumerinterface,nothavingneededtocarryoutanydatamanipulationbecauseofitisbasic.Keywords:SQL2000AuctionJSPTOMCATserver目录第一章绪论11.1设计背景11.2课题意义21.3网上拍卖的现状与前景31.4系统可行性51.5系统简要介绍6第二章系统的分析与设计82.1数据库需求分析82.2功能模块的划分82.