西安工程大学学士学位论文I摘要随着科学技术的发展,网络在人们生活中的应用越来越广泛。人们在网上可以随意地浏览信息,电子商务与Internet的结合,网上购物越来越渗透到人们的日常生活。图书销售网站便是其中之一。人们越来越想在最短的时间内购买到自己所需的图书。但书目的繁多,给人们在繁忙的工作生活中的购书带来了很大的麻烦,于是网上购书便成了人们向往的事情。图书销售系统的开发为人们带来了很大的方便,使他们足不出户就可以轻轻松松地买到自己想要的书,既省时又省力。有效地缩短了图书流通发行环节,将广大读者、图书、出版者、发行者紧密地结合在一起,大大提高了图书流通率。它有着经营成本低、库存是虚拟的、用户检索方便、地域限制少等特点。该系统主要由前台信息发布网站和后台管理维护系统两部分构成;在支持整个网站的运作功能的基础上,能帮助用户对前台网站进行日常管理和信息发布;并具有占用系统资源少、信息量大、站点维护方便、便于扩充和更新、易于继承和保护历史数据等优点。该系统可以克服传统图书销售中地域、广告宣传、人力资源不足等限制,能很好地适应网上销售需求。系统以JSP为主要制作工具,实现了用户注册、登陆、书籍的预览查询、对书籍的购买通过购物车实现,而在后台管理员可以对图书信息、会员信息以及购物信息进行管理。关键字:jsp,数据库,网上书城西安工程大学学士学位论文IIABSTRACTWiththedevelopmentofscienceandtechnology,Internetisappliedmoreandmorewidelyinpeople'slives.PeopleintheInternetcanreadinformation,electroniccommerceandInternetcombination,onlineshoppingmoreandmorepenetratedintopeople'sdailylife.Booksaleswebsiteisoneofthem.Moreandmorepeoplewantintheshortesttimepossibletobuybooksheneeds.However,awiderangeofbooksbroughtalotoftroublestopeopleinthebusylife.Sobookonlinehasbecomeamatterofpeopleyearnfor.Thedevelopmentofthissystemwillmakealotofconvenienceforpeople,sothattheycanbuybookswhichtheylikedeasily,bothconvenienceandeffective.Thesystemeffectivelyreducethelengthofthebooklinkstheflowofdistribution,itcanbealargenumberofreaders,books,publishers,distributionworkedcloselytogether,improvingtheflowrateofthebookgreatly.Thesystemhasmanyadvantagessuchaslowoperatingcosts,virtualinventory,theusersearchesconvenient,lessgeographicalrestrictionsandsoon.Thesystemisconsistedbythefrontinformationmanagementandbackofficemanagement;tosupportoftheoperationalfunctionsoftheentiresite,andcanhelpusersinthedailymanagementandinformationdissemination;andwithlessusingofthesystemresources,theamountofinformationlarge,sitemaintenanceconvenient,easytoexpandandupdate,easytoinheritandtheprotectionofhistoricaldataandsoon.Thesystemcanovercomethelackofrestrictionsinadvertising,humanresources,whichntraditionalbooksaling,canwellmeetthedemandforonlinesales.JSPinthesystemasthemaintoolwhattoachievetheuserregistration,login,bookspreviewinquiries,throughtheshoppingcartinordertoachievethepurchaseofbooks,butadministratorofthebackstagecanmanagebookinformation,membershipinformationandshoppinginformation.Keywords:JSP,Database,Onlinebookstore目录1目录第1章绪论...................................................31.1课题背景、目的及意义..................................................................................31.1.1课题背景................................................................................................31.1.2课题目的及意义....................................................................................31.2国内外研究现状.............................................................................................41.2.1国外的研究现状....................................................................................41.2.2国内的研究现状....................................................................................5第2章相关理论技术介绍...........................................82.1JSP技术简介..................................................................................................82.1.1JSP概述..................................................................................................82.1.2Servlet概述............................................................................................82.1.3JavaBean概述........................................................................................92.2基于B/S的WEB应用体系结构...................................................................102.2.1传统的两层体系结构...........................................................................102.2.2三层体系结构.......................................................................................102.2.3JSP网站开发模式................................................................................102.3MyEclipse简介............................................................................................112.4Tomcat简介..................................................................................................122.5MySQL简介....................................................................................................122.6MVC设计模式..............................................................................................13第3章系统分析与可行性分析......................................153.1系统分析.......................................................................................................153.1.1前台.......................................................................................................153.1.2后台.......................................................................................................163.2可行性分析...................................................................................................16第4章系统设计..................................................17目录24.1总体设计.......................................................................................................174.2详细设计.......................................................................................................174.2.1数据库分析..................