【正文】
the development, related technology of ECommerce in short, and how to set up a Bookshop Online System, the buildingflow, database setting, function module design, how to implement every function module code concretely. It is a small ECommerce platform based on JSP+JavaBean mode. The system makes the use of three layers structure based on separation of interface and operation logic. It is packaged in the JavaBean, which advanced the security, maintainability, reusability and extensibility of the system. The System is implemented by using MySQL as backstage database and performed by JavaServer Pages. It involved the related technology such as database, web server and Java 2 Enterprise Edition. Also the system is carried out the following function: Interface Management, including sorting books, looking through book details, looking for books according to title, author, publishing pany or all of the keys above, shopping car function. Administrators Management: dealing with order, user information and adding or deleting books. Besides, the security of the system is also taken into consideration. It shows friendly consumer interface and provides simple operation, pleted function. KEY WORDS Business to Consumer, Bookshop Online, JavaServer Pages, JavaBean, Browser/Server 基于 JSP技術(shù)的網(wǎng)上書店的設(shè)計與實現(xiàn) ABSTRACT III 目 錄 摘 要 ..................................................................................................................................... I ABSTRACT ...........................................................................................................................II 第一章 緒論 ............................................................................................................................1 選題設(shè)計開發(fā)的背景和意義 ...........................................................................................1 選題應(yīng)用背景 .........................................................................................................1 開發(fā)網(wǎng)上書店的意義 ..............................................................................................1 網(wǎng)上書店國內(nèi)外發(fā)展現(xiàn)狀 ..................................................................................................3 國外現(xiàn)狀 ................................................................................................................3 我國網(wǎng)上書店現(xiàn)狀 ..................................................................................................3 我國網(wǎng)上書店面臨的主要問題 ................................................................................4 系統(tǒng)設(shè)計目標(biāo) ...................................................................................................................5 第二章 網(wǎng)上書店系統(tǒng)分析 .....................................................................................................6 系統(tǒng)設(shè)計思想 ...................................................................................................................6 系統(tǒng)結(jié)構(gòu)設(shè)計 ...................................................................................................................7 邏輯體系結(jié)構(gòu) .........................................................................................................7 結(jié)構(gòu)設(shè)計 ................................................................................................................8 系統(tǒng)運(yùn)行環(huán)境 ...................................................................................................................8 系統(tǒng)配置概述 .........................................................................................................8 Java SDK的安裝以及環(huán)境變量的配置 ....................................................................9 安裝和配置 web服務(wù)器 ..........................................................................................9 ........................................................................................................... 10 系統(tǒng)安全管理 .............................................................................................................. 11 系統(tǒng)總體功能介紹 .......................................................................................................... 12 主要功能模塊功能介紹 ................................................................................................... 14 客戶界面系統(tǒng)功能模塊 ......................................................................................... 14 管理界面系統(tǒng)功能模塊 ......................................................................................... 15 系統(tǒng)數(shù)據(jù)庫設(shè)計 .............................................................................................................. 15 第四章 系統(tǒng)詳細(xì)設(shè)計介紹 ................................................................................................... 20 系統(tǒng)關(guān)鍵技術(shù) ................................................................................................................. 20 JSP/SERVLET 和 JDBC技術(shù) .................................................................................... 20 JavaBean.............................................................................................................. 22 系統(tǒng)選型及開發(fā)工具介紹 ................................................................................................ 23 B/S模式 .............................................................................................................. 23 基于 JSP技術(shù)的網(wǎng)上書店的設(shè)計與實現(xiàn) ABSTRACT IV EditPlus介紹 ...................................................................................................... 24 分析系統(tǒng)的總體設(shè)計 ....................................................................................................... 25 前臺介紹 .............................................................................................................. 25 系統(tǒng)流程圖 .......................................................................................................... 27 模塊實現(xiàn) .......................................