摘 要
隨著Internet的飛速發展,網絡得到廣泛而深入的應用。如電子商務,它改變了傳統的商務模式,把傳統的商業活動搬到網絡上,人們可以在足不出戶的情況下完成商務活動。這使得在網上實現圖書查詢與交易成為可能。
本文采用的是目前Internet上開發WEB應用程序時使用得最熱門的編程語言Java,采用JSP技術,結合MySQL數據庫存取技術,應用SSH(Struts + Spring + Hibernate)框架,設計一個圖書網上查詢系統。該系統可以實現從瀏覽、分類和查詢,到用戶自己的添加、修改、刪除,還有管理員管理的功能等。本系統界面簡單直觀,易于操作和使用,交互性強。
關鍵字: Java; JSP; MySQL; SSH;信息查詢系統
Books Online Inquiry System
ABSTRACT
With the development of Internet, the network gets extensive and deep application. Such as e-commerce, it changes the traditional commercial mode, moves the traditional business activity to the network, people can finish the commercial activity under the home-confined situation. This make on the net realizing books inquire with transaction becoming possible.
This paper designs a web library of information inquiry system.It uses the JAVA programming language which is the hottest programming language for WEB development on Internet, using JSP technology, combining MySQL data stock and fetch technology, applying SSH (Struts + Spring + Hibernate) framework. This system realizes from browse, classification, and query into the users themselves add, modify and delete, and an administrator system, etc. This system has simple and intuitionistic interface, and easy to operating and using, and has strong interactivity.
Keywords:Java; Jsp; MySQL; SSH; Information inquiry system
目 錄
摘 要 i
ABSTRACT ii
第一章 緒 論 - 1 -
1.1 課題開發背景 - 1 -
1.1.1 電子商務背景 - 1 -
1.1.2 網上書店背景 - 1 -
1.1.3 應用技術背景 - 2 -
1.2 課題開發目標及目的 - 2 -
第二章 相關技術介紹 - 4 -
2.1 Java Server Page 簡介 - 4 -
2.2 MySQL簡介 - 4 -
2.3 SSH簡介 - 5 -
2.3.1 Struts - 5 -
2.3.2 Spring - 6 -
2.3.3 Hibernate - 7 -
第三章 系統設計 - 9 -
3.1 基本需求 - 9 -
3.2 模塊設計 - 9 -
3.3 系統整體架構 - 10 -
3.3.1 系統結構 - 10 -
3.3.2 開發環境 - 12 -
第四章 詳細設計與實現 - 14 -
4.1 模塊實現 - 14 -
4.2 數據庫設計 - 18 -
4.3 系統實現問題及解決方法 - 19 -
第五章 系統運行說明 - 21 -
第六章 系統測試 - 26 -
結束語 - 27 -
致謝 - 28 -
參考文獻 - 29 -