畢業(yè)論文 基于java技術(shù)的網(wǎng)上交易系統(tǒng)的開發(fā).doc
約46頁DOC格式手機(jī)打開展開
畢業(yè)論文 基于java技術(shù)的網(wǎng)上交易系統(tǒng)的開發(fā),摘要隨著信息高速公路的建立,internet的普及,網(wǎng)絡(luò)技術(shù)的迅猛發(fā)展,人類社會已經(jīng)進(jìn)入了一個(gè)信息化社會。電子商務(wù)指利用簡單、快捷、低成本的電子通訊方式,買賣雙方通過網(wǎng)絡(luò)進(jìn)行各種商貿(mào)活動的一種商業(yè)交易模式。隨著互聯(lián)網(wǎng)的發(fā)展,以及人們消費(fèi)觀念和生活方式的改變,這種新型的商業(yè)模式逐漸融入了人們的生活中。通過企業(yè)的門戶網(wǎng)站,...
內(nèi)容介紹
此文檔由會員 ljjwl8321 發(fā)布
摘 要
隨著信息高速公路的建立,Internet的普及,網(wǎng)絡(luò)技術(shù)的迅猛發(fā)展,人類社會已經(jīng)進(jìn)入了一個(gè)信息化社會。
電子商務(wù)指利用簡單、快捷、低成本的電子通訊方式,買賣雙方通過網(wǎng)絡(luò)進(jìn)行各種商貿(mào)活動的一種商業(yè)交易模式。隨著互聯(lián)網(wǎng)的發(fā)展,以及人們消費(fèi)觀念和生活方式的改變,這種新型的商業(yè)模式逐漸融入了人們的生活中。通過企業(yè)的門戶網(wǎng)站,人們可以足不出戶的尋找自己所需的物品,通過對不同虛擬商城的訪問,“顧客”可以找出性價(jià)比最高的商品,自己有極大地選擇空間;通過下訂單,你可以很快得到自己想要的物品,這給顧客節(jié)省很多時(shí)間和精力;對于廠家來說,可以極大地降低庫存風(fēng)險(xiǎn),可根據(jù)客戶需要,按需采購和生產(chǎn),大大地提高了效益。
本畢業(yè)設(shè)計(jì)的內(nèi)容是設(shè)計(jì)并且實(shí)現(xiàn)一個(gè)基于web技術(shù)的在線交易系統(tǒng)。系統(tǒng)主要以j2EE作為開發(fā)基礎(chǔ),使用了struts+spring+hibernate等多種協(xié)議或技術(shù),用eclipse作為開發(fā)工具,以Macromedia公司的Dreamweaver作為界面美化工具?;緦?shí)現(xiàn)了網(wǎng)上交易系統(tǒng)應(yīng)有的主要功能模塊,包括:管理員的登錄,管理和維護(hù);用戶注冊、登錄、注銷,個(gè)人信息的查詢、修改;商品管理,購物車管理,訂單管理。該系統(tǒng)界面簡單、操作方便,容易維護(hù)。
關(guān)鍵詞:電子商務(wù) j2EE struts + spring + hibernate
Development of an Online Trading System Based on Java Technology
Abstract
With the establishment of high way of information, the popularization of Internet and the rapid development of network technology, human society has entered a society of information.
E-commerce is a new business transaction, through which both buyers and sellers can use a simple, fast and low-cost means of electronic and communication. With the development of the Internet, and people's consumption idea and the way of life changing, this new business model has gradually integrated into people's lives. Through the portal site of enterprise, people can look up the goods which they required without going out; through the different virtual mall visit, people can find the most cost-effective products, and they have much self-choice; through orders, people can find the things which they need, and quickly get the products which they ordered. This new business modle can save a lot of time and energy for custormers, and greatly reduce inventory risk of manufaturers. The manufactures can procure and produce according to customer needs, this was called on-demand procurement and production, which greatly improved the efficiency.
The subject of this graduation project is designing a web-based online trading system. This system mainly uses j2EE as the basis of development, and also use the struts + spring + hibernate technologies and other orders. This project use eclipse as the development tools, and Macromedia's Dreamweaver as the interfaces landscaping tools. The basic functions of an online trading system have been implemented, which include administrator login, management and maintenance; user registration, login, write-offs personal information enquiries and amendments; commodity management, cart management, order management. Interface of the system is simple, it can be used and maintained easily.
Key words: E-commerce j2EE struts + spring + hibernate
6
目錄
摘 要
Abstract
第一章 引言
1.1 課題背景
1.2 課題目的和意義
1.3 本文結(jié)構(gòu)
第二章 系統(tǒng)應(yīng)用的關(guān)鍵技術(shù)
2.1 JSP技術(shù)介紹
2.1.1 JSP的概述
2.1.3 JSP的強(qiáng)勢與劣勢
2.1.4 JSP與ASP的比較
2.2 Java組件JavaBeans
2.2.1 什么是JavaBeans
2.2.2 JSP與JavaBeans的關(guān)系
2.3 J2EE概述
2.4關(guān)于Struts
2.4.1 Struts簡介
2.4.2 Struts的主要功能
2.5 關(guān)于Spring
2.5.1 Spring簡介
2.5.2 為什么需要Spring
2.5.3 Spring帶給我們什么
2.6 關(guān)于Hibernate
2.6.1為什么引入hibernate
2.6.2使用Hibernate的好處
2.6.3 Hibernate的工作原理
2.7 Mysql
2.7.1 mysql的特點(diǎn)
2.7.2 mysql的安裝和配置(部分截圖)
2.8 Tomcat服務(wù)器
2.8.1 Tomcat 服務(wù)器簡介
2.8.2 Tomcat的特點(diǎn)
2.8.3 Tomcat的優(yōu)勢
2.8.4 Tomcat服務(wù)器的安裝和配置
小結(jié)
第三章 系統(tǒng)需求分析和總體設(shè)計(jì)
3.1 系統(tǒng)功能需求
3.2 系統(tǒng)角色及其功能分析
3.2.1 系統(tǒng)的3個(gè)角色:
3.2.2 系統(tǒng)角色的功能
3.3 總體設(shè)計(jì)思想概述
3.4 數(shù)據(jù)庫設(shè)計(jì)
3.4.1 E-R圖
3.4.2數(shù)據(jù)表的設(shè)計(jì)
3.5 系統(tǒng)的類設(shè)計(jì)
3.5.1 DAO類設(shè)計(jì)
3.5.2 POJO類設(shè)計(jì)(部分)
3.5.3 過濾器類設(shè)計(jì)
3.5.4 監(jiān)聽器類設(shè)計(jì)
3.6系統(tǒng)的用例圖
3.6.1 總體用例分析
3.6.2 用戶管理用例分析
3.6.3 購物車管理用例分析
小結(jié)
第四章 系統(tǒng)的詳細(xì)設(shè)計(jì)
4.1 數(shù)據(jù)庫與POJO映射的實(shí)現(xiàn)
4.2 主要模塊的設(shè)計(jì)說明與界面
4.2.1用戶管理模塊
4.2.2購物車管理模塊
4.2.3 定單模塊
4.3 系統(tǒng)的測試
小結(jié)
第五章 總結(jié)與展望
5.1 工作總結(jié)
5.2 后續(xù)工作展望
參考文獻(xiàn)
附錄
致謝
隨著信息高速公路的建立,Internet的普及,網(wǎng)絡(luò)技術(shù)的迅猛發(fā)展,人類社會已經(jīng)進(jìn)入了一個(gè)信息化社會。
電子商務(wù)指利用簡單、快捷、低成本的電子通訊方式,買賣雙方通過網(wǎng)絡(luò)進(jìn)行各種商貿(mào)活動的一種商業(yè)交易模式。隨著互聯(lián)網(wǎng)的發(fā)展,以及人們消費(fèi)觀念和生活方式的改變,這種新型的商業(yè)模式逐漸融入了人們的生活中。通過企業(yè)的門戶網(wǎng)站,人們可以足不出戶的尋找自己所需的物品,通過對不同虛擬商城的訪問,“顧客”可以找出性價(jià)比最高的商品,自己有極大地選擇空間;通過下訂單,你可以很快得到自己想要的物品,這給顧客節(jié)省很多時(shí)間和精力;對于廠家來說,可以極大地降低庫存風(fēng)險(xiǎn),可根據(jù)客戶需要,按需采購和生產(chǎn),大大地提高了效益。
本畢業(yè)設(shè)計(jì)的內(nèi)容是設(shè)計(jì)并且實(shí)現(xiàn)一個(gè)基于web技術(shù)的在線交易系統(tǒng)。系統(tǒng)主要以j2EE作為開發(fā)基礎(chǔ),使用了struts+spring+hibernate等多種協(xié)議或技術(shù),用eclipse作為開發(fā)工具,以Macromedia公司的Dreamweaver作為界面美化工具?;緦?shí)現(xiàn)了網(wǎng)上交易系統(tǒng)應(yīng)有的主要功能模塊,包括:管理員的登錄,管理和維護(hù);用戶注冊、登錄、注銷,個(gè)人信息的查詢、修改;商品管理,購物車管理,訂單管理。該系統(tǒng)界面簡單、操作方便,容易維護(hù)。
關(guān)鍵詞:電子商務(wù) j2EE struts + spring + hibernate
Development of an Online Trading System Based on Java Technology
Abstract
With the establishment of high way of information, the popularization of Internet and the rapid development of network technology, human society has entered a society of information.
E-commerce is a new business transaction, through which both buyers and sellers can use a simple, fast and low-cost means of electronic and communication. With the development of the Internet, and people's consumption idea and the way of life changing, this new business model has gradually integrated into people's lives. Through the portal site of enterprise, people can look up the goods which they required without going out; through the different virtual mall visit, people can find the most cost-effective products, and they have much self-choice; through orders, people can find the things which they need, and quickly get the products which they ordered. This new business modle can save a lot of time and energy for custormers, and greatly reduce inventory risk of manufaturers. The manufactures can procure and produce according to customer needs, this was called on-demand procurement and production, which greatly improved the efficiency.
The subject of this graduation project is designing a web-based online trading system. This system mainly uses j2EE as the basis of development, and also use the struts + spring + hibernate technologies and other orders. This project use eclipse as the development tools, and Macromedia's Dreamweaver as the interfaces landscaping tools. The basic functions of an online trading system have been implemented, which include administrator login, management and maintenance; user registration, login, write-offs personal information enquiries and amendments; commodity management, cart management, order management. Interface of the system is simple, it can be used and maintained easily.
Key words: E-commerce j2EE struts + spring + hibernate
6
目錄
摘 要
Abstract
第一章 引言
1.1 課題背景
1.2 課題目的和意義
1.3 本文結(jié)構(gòu)
第二章 系統(tǒng)應(yīng)用的關(guān)鍵技術(shù)
2.1 JSP技術(shù)介紹
2.1.1 JSP的概述
2.1.3 JSP的強(qiáng)勢與劣勢
2.1.4 JSP與ASP的比較
2.2 Java組件JavaBeans
2.2.1 什么是JavaBeans
2.2.2 JSP與JavaBeans的關(guān)系
2.3 J2EE概述
2.4關(guān)于Struts
2.4.1 Struts簡介
2.4.2 Struts的主要功能
2.5 關(guān)于Spring
2.5.1 Spring簡介
2.5.2 為什么需要Spring
2.5.3 Spring帶給我們什么
2.6 關(guān)于Hibernate
2.6.1為什么引入hibernate
2.6.2使用Hibernate的好處
2.6.3 Hibernate的工作原理
2.7 Mysql
2.7.1 mysql的特點(diǎn)
2.7.2 mysql的安裝和配置(部分截圖)
2.8 Tomcat服務(wù)器
2.8.1 Tomcat 服務(wù)器簡介
2.8.2 Tomcat的特點(diǎn)
2.8.3 Tomcat的優(yōu)勢
2.8.4 Tomcat服務(wù)器的安裝和配置
小結(jié)
第三章 系統(tǒng)需求分析和總體設(shè)計(jì)
3.1 系統(tǒng)功能需求
3.2 系統(tǒng)角色及其功能分析
3.2.1 系統(tǒng)的3個(gè)角色:
3.2.2 系統(tǒng)角色的功能
3.3 總體設(shè)計(jì)思想概述
3.4 數(shù)據(jù)庫設(shè)計(jì)
3.4.1 E-R圖
3.4.2數(shù)據(jù)表的設(shè)計(jì)
3.5 系統(tǒng)的類設(shè)計(jì)
3.5.1 DAO類設(shè)計(jì)
3.5.2 POJO類設(shè)計(jì)(部分)
3.5.3 過濾器類設(shè)計(jì)
3.5.4 監(jiān)聽器類設(shè)計(jì)
3.6系統(tǒng)的用例圖
3.6.1 總體用例分析
3.6.2 用戶管理用例分析
3.6.3 購物車管理用例分析
小結(jié)
第四章 系統(tǒng)的詳細(xì)設(shè)計(jì)
4.1 數(shù)據(jù)庫與POJO映射的實(shí)現(xiàn)
4.2 主要模塊的設(shè)計(jì)說明與界面
4.2.1用戶管理模塊
4.2.2購物車管理模塊
4.2.3 定單模塊
4.3 系統(tǒng)的測試
小結(jié)
第五章 總結(jié)與展望
5.1 工作總結(jié)
5.2 后續(xù)工作展望
參考文獻(xiàn)
附錄
致謝
TA們正在看...
- 上半年鄉(xiāng)鎮(zhèn)工作總結(jié)和下半年工作思路.doc
- 統(tǒng)計(jì)局上半年工作總結(jié)和下半年工作思路.doc
- 畜牧獸醫(yī)站上半年工作總結(jié)和下半年工作思路.doc
- 上半年工作總結(jié)水利局及下半年工作安排.doc
- 安監(jiān)局上半年工作總結(jié).doc
- cnas-al17-2015實(shí)驗(yàn)室認(rèn)可復(fù)評審申請書.docx
- 城市道路管理處上半年工作總結(jié).doc
- 上半年組織部工作總結(jié).doc
- 上半年審計(jì)局工作總結(jié)及下半年工作思路.doc
- 上半年文化旅游局工作總結(jié)和下半年工作思路.doc