資源描述:
《畢業(yè)設(shè)計(論文)-基于jsp的網(wǎng)上書店系統(tǒng)設(shè)計與實現(xiàn)》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在學術(shù)論文-天天文庫。
1、摘要系統(tǒng)嘗試用JSP在網(wǎng)絡(luò)上架構(gòu)一個動態(tài)的電子商務(wù)網(wǎng)站,它是在WindowsXP下,以SQLServer2000為數(shù)據(jù)庫開發(fā)平臺,Tomcat網(wǎng)絡(luò)信息服務(wù)作為應(yīng)用服務(wù)器,MyEclipse6.0為開發(fā)工具,采用HTML,javascript,CSS控制樣式前臺界面設(shè)計,采用JSP(JavaServerPages)技術(shù)開發(fā)的網(wǎng)上書店系統(tǒng)。系統(tǒng)分前臺部分和后臺部分,前臺部分由用戶使用,主要包括客戶登錄,客戶注冊,商品選購(可按分類方式查詢商品,或通過關(guān)鍵字查詢),購物車管理,查看用戶訂單,用戶個人信息修改等功能。后臺部分由管理員使用,主要包括商品管理(增,刪,查),訂單管理(查看訂單清單,更新訂
2、單付款,刪除訂單),用戶信息管理(修,刪,查),發(fā)布新產(chǎn)品等功能。建立后的網(wǎng)站系統(tǒng)是一個動態(tài)、交互式、具有商品提供、系統(tǒng)管理功能的電子商務(wù)網(wǎng)站。關(guān)鍵字:網(wǎng)上書店;Tomcat;SQLServer;動態(tài)網(wǎng)頁;JSP;JDBC-ODBC橋ABSTRACTTrytouseJSPsystemonthenetworkstructureofadynamice-commercesites,itisinWindowsXP,toSQLServer2000databaseforthedevelopmentplatform,Tomcatnetworkinformationservicesasapplication
3、servers,MyEclipse6.0fordevelopmenttools,usingHTML,javascript,CSSstyleoutlookcontrolinterfacedesign,useJSP(JavaServerPages)technologydevelopedbyonlinebookstoresystem.Theprospectsofthesystemandpartofthebackground,theoutlookinpartbyusers,includingID,customerregistration,commoditypurchase(subjecttoclas
4、sificationforgoods,orthroughkeywordquery),shoppingcartmanagement,userorders,usersEditfeaturessuchaspersonalinformation.Byadministratorstousepartofthebackground,includingmanagementofgoods(by,delete,search),ordermanagement(seethelistoforders,paymentordersupdate,deleteorders),personalinformationmanage
5、ment(repair,delete,search),thereleaseofnewproducts,etc.Function.Aftertheestablishmentofthewebsitesystemisadynamic,interactive,withtheprovisionofgoods,systemsmanagementcapabilitiesofe-commercesites.Keywords:Bookstoreonnet;Tomcat;SQLServer;Dynamichomepage;JSPtechnology;JDBC-ODBC目錄摘要IABSTRACTII第1章緒論11
6、.1引言11.2課題的目的和意義1第2章系統(tǒng)開發(fā)技術(shù)和環(huán)境32.1網(wǎng)站開發(fā)工具-MyEclipse6.032.2服務(wù)器Tomcat6.0簡介32.3數(shù)據(jù)庫SQLServer2000簡介32.4JSP技術(shù)工作原理42.4.1JSP技術(shù)簡介42.4.2JSP技術(shù)的優(yōu)點42.4.3JavaServlet概述52.4.4JavaBean簡介52.5網(wǎng)站開發(fā)模式62.6本章小結(jié)7第3章系統(tǒng)分析73.1設(shè)計目標83.2可行性分析83.2.1經(jīng)濟可行性83.2.2技術(shù)可行性93.2.3社會可行性93.3網(wǎng)站的需求分析93.3.1相關(guān)網(wǎng)站的功能構(gòu)架的考察93.3.2網(wǎng)站的設(shè)計103.3.3網(wǎng)站設(shè)計的特點10
7、3.3.4網(wǎng)站開發(fā)的設(shè)計思想103.3.5系統(tǒng)設(shè)計總的原則113.4本章小結(jié)11第4章系統(tǒng)的總體設(shè)計114.1購書系統(tǒng)功能分析114.2功能模塊的設(shè)計124.3系統(tǒng)流程分析124.4系統(tǒng)數(shù)據(jù)庫設(shè)計164.4.1數(shù)據(jù)庫設(shè)計分析164.4.2E-R圖174.4.3數(shù)據(jù)庫具體設(shè)計194.5本章小結(jié)21第5章系統(tǒng)的詳細設(shè)計和實現(xiàn)215.1前臺設(shè)計215.2用戶管理225.2.1用戶注冊225.2.2用戶登錄225.2