In the 21st century, with the maturity of IT ,E-commerce has grown to become the core of the network economy. Online Bookstore, a new way to sell books, is also a concrete expression of E-Commerce. Due to the convenience of online shopping sites,customer can get a large number of customers in the merchandise information . Their orders online, and do not have to go out buying. For businesses, because there is no inventory pressure on online sales, low operating costs, scale of operation from the site constraints.
This article mainly introduces how to design an Online Bookstore System by the J2EE technology , Hibernate frameowrha nd Struts framework with its MVC model, use MySQL as its database. The article first described the development and status of Online Bookstore domestic and abroad. With a comprehensive analysis fo Online Bookstore, system development technology and system requirements, design a detailed panl. The plan includes user login, user registration, book list, shopping cart, order information and so on.
Keywords: Online Bookstore System,J2EE,Struts, Hibernate,MVC,MySQL
目錄
摘要 I
ABSTRACT II
第1章 引言 1
1.1 系統開發背景 1
1.2 國內外現狀 1
1.2.1 國外現狀 1
1.2.2 國內現狀 2
1.3 系統主要設計內容 3
第2章 開發工具及技術介紹 5
2.1 MYECLIPSE開發工具 5
2.2 JSP技術 5
2.3 STRUTS框架 6
2.4 Hibernate框架 7
2.5 MYSQL數據庫 7
2.6 TOMCAT服務器 7
第3章 系統分析
3.1 系統功能結構圖設計
3.1.1系統結構設計
3.1.2 系統功能具體分析
3.2 數據庫設計 9
3.2.1 數據庫需求分析 9
3.2.2 數據庫邏輯結構設計 10
3.2.3 數據庫的鏈接 12
第4章 系統詳細設計及實現 14
4.1 前臺模塊設計 14
4.1.1 系統主界面 14
4.1.2 登陸界面 16
4.1.3 注冊界面 18
4.1.4 購物車界面 21
4.1.5 生成訂單界面 22
4.2 后臺模塊設計 24
4.2.1 商品管理界面 24
第5章 總結 27
致謝 28
參考文獻 29