您好,欢迎访问三七文档
当前位置:首页 > 商业/管理/HR > 市场营销 > 基于JavaEE的网上书店的设计与开发
学士学位论文基于JavaEE的网上书店的设计与开发姓名:学号:指导教师:学院:专业:完成日期:学校代码:10904学士学位论文基于JavaEE的网上书店的设计与开发姓名:学号:指导教师:学院:专业:完成日期:i摘要在正常运营中,一个现代化网上书店需要对进书、售书、库存、统计信息以及个人信息进行管理,这些信息数量非常巨大并且处理起来十分复杂。如果使用传统的管理方法,既浪费了人力物力,而且存在着很多的漏洞,一旦出现错误,造成的损失将是不可估量的。因此,一个信息化、系统化、智能化的网上书店是十分必要的。本系统是基于B/S(Browser/Server)结构的网上书店,它使用了目前最流行的Java语言编写,用到了先进的JSP技术,用户界面友好。其中B/S结构使得数据可在浏览器上显示,数据的处理在服务器上进行,用户不需要安装客户端,并且由于是通过服务器端统一管理数据,这样就保证了数据的一致性。数据库使用MicrosoftSQLServer2005,使系统安全性能进一步提高。本系统具有前台管理和后台管理两大基本功能。前台管理主要包括用户注册登录、图书搜索、购物车、订单结算,后台管理主要包括用户管理、图书信息管理、图书分类管理、订单管理。通过对各个功能模块的实现、集成,最后完成的系统可以为用户提供基本的服务,并且可以根据管理员的需要,对用户信息以及图书信息实施管理。【关键词】Java;网上书店;B/S结构;SQLServer2005iiAbstractAmodernbookstroreonlinealwaysneedtomanagethebookinformation,sellinginformation,stockinformation,statisticsinformationandpersonalinformation.Thegreatdealofinformationishardtoprocess,Traditionalmanagementmethodwastesmanpowerandmaterialresources.Ithasmanydefaults.Onceitiswrong,thatwillcauseimmeasurableloss.Therefore,itisnecessarytodesignanintelligent,systematicandinformation-basedonlinebookssalemanagementsystem.ThisonlinemanagementsystemofbookstroreisbasedonB/SstructureanditusesoneofthemostpopularlanguageJavaandmakeagooduseoftoday’sadvancedtechnologisesuchasjsptomakeafriendlyuserinterface.TheB/Sstructureamongthenallowsdatadisplayinginthebrowserandprocessinginthefileserver.Usersdon’tneedtoinstallclientandbecausetheserverisunifiedthemanagementofdata,itensurestheconsistencyofthedata.DatabaseofMicrosoftSQLServer2005makesthesafetyperformanceofthesystemfurtherimproved.Thesystemisconfirmedtohavetwobasicfunctionmodules:foregroundmanagementandbackgroundmanagement.Theforegroundmanagementincludesuserregisterandlogin,searchingbook,viewingshopping-cartandcheckingorders.Thebackgroundmanagementincludescheckinguser’sinformation,classifyingbooks,checkingbook’sinformationandprocessingorders.Throughwerealizeeachoffunctionmodule,integerandfinishthesystem,thefinishedsystemcanprovideuserswithbasicservice.Andaccordingtotheadministrator’sneed,thesystemcanimpletethemanagementoftheusers’informationandbooks’information.【Keywords】JavaEE;Theonlinebookstore;thestructureofB/S;SQLServer200I目录第1章绪论..............................................................................................................11.1系统开发的背景和意义..................................................................................11.2国内外发展状况..............................................................................................11.3研究内容..........................................................................................................2第2章程序技术相关知识..........................................................................................32.1Java简介..........................................................................................................32.2JavaEE平台相关介绍......................................................................................32.3JSP技术以及关于JavaScript脚本语言的应用.............................................32.4数据库SQLServer2005简介........................................................................42.5B/S体系结构....................................................................................................52.6MyEclipse以及Web服务器Tomcat7.0的简要介绍....................................52.7本章小结..........................................................................................................6第3章需求分析..........................................................................................................73.1可行性分析......................................................................................................73.1.1技术可行性分析....................................................................................73.1.2安全可行性............................................................................................73.1.3操作可行性............................................................................................73.2功能分析..........................................................................................................83.3数据流图..........................................................................................................8第4章系统概要设计................................................................................................124.1数据库设计....................................................................................................124.1.1概念数据模型(CDM)..........................................................................124.1.2物理数据模型(PDM)..........................................................................134.1.2数据库表..............................................................................................154.2总体结构设计................................................................................................17第5章系统的详细设计与实现................................................................................185.1系统详细设计................................................................................................185.1.1首页图书浏览模块..............................................................................18II5.1.2用户
本文标题:基于JavaEE的网上书店的设计与开发
链接地址:https://www.777doc.com/doc-5346754 .html