• <strike id="couwe"></strike>
    <strike id="couwe"><input id="couwe"></input></strike>
    <tfoot id="couwe"><input id="couwe"></input></tfoot>
  • 論文格式
    電氣工程 會計論文 金融論文 國際貿易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產業管理 信息計算科學 電氣自動化 歷史論文
    機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
    制藥工程 生物工程 包裝工程 模具設計 測控專業 工業工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
    通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
    • 首頁 |
    • 畢業論文 |
    • 論文格式 |
    • 個人簡歷 |
    • 工作總結 |
    • 入黨申請書 |
    • 求職信 |
    • 入團申請書 |
    • 工作計劃 |
    • 免費論文 |
    • 合作期刊 |
    • 論文同學網 |
    搜索 高級搜索

    當前位置:論文格式網 -> 畢業論文 -> 其他專業論文
    畢業論文標題:

    網上書店的設計與實現

     本文ID:LWGSW17027 價格:收費積分/100
    掃一掃 掃一掃
    本站會員可自行下載:下載地址 網上書店的設計與實現 (收費:5000 積分)  

    論文字數:14291,頁數:49

    摘要

     本設計通過對電子商務網站的背景以及現狀,進行需求分析,選取了電子商務網站中一些功能模塊,設計了基于J2EE的網上購書系統。網站以J2EE為主導開發技術,MySQL為數據庫,Tomcat為服務器容器,MyEclipse為開發平臺。在J2EE的B/S應用架構下,實現MVC(模型-視圖-控制)模式。 具體為Struts控制視圖層和控制層,Hibernate控制數據持久層。本設計繼承了J2EE軟件系統架構設計的優點,使該網站具有一定的運行效率,具有優秀的可擴展性、實用性和可維護性,大大降低了系統耦合性。網站分為前臺購物和后臺管理兩部分。用戶可以在系統中實現注冊、瀏覽書籍、搜索查詢書籍、購物車、處理訂單等功能;管理員可以通過用戶管理、訂單管理、圖書管理等管理功能來對系統進行維護更新。本文著重介紹該網站設計開發的設計理念和應用的相關技術,并介紹系統主要功能模塊及實現。

    關鍵字:電子商務;網上書店;J2EE;MVC;Struts/Hibernate

    Abstract

     Through the background and status of the e-business websites, this design conducts the requirements analysis first, and selects some function modules of the e-business websites, and finally design and develop this online book shop based on J2EE. This website is developed with J2EE as the leading development technology, MySQL as the database, Tomcat as the server container, and MyEclipse as the development platform. With the B/S application framework of J2EE, this website realizes the MVC (Model-View-Controller) mode, the specific is that the Struts control the view layer and the control layer, and the Hibernate controls the data persistence. The design inherits the advantages of the J2EE software architecture, so that it has certain run efficiency, and also has the outstanding scalability, availability and maintainability, and also greatly reduces the system coupling. This online book shopping website is divided into two parts, the front shopping system and the back office management system. The users can register, and login the system, and also can browse, search the books, next shopping and finally creating the orders. The administrators can update and maintain the system through the user management, order management and book management and so on. Last, this article focuses on the design concepts and some related technologies of the shopping website, and also describes the main function modules of the website, and also its implementation.

    Keywords: E-business; Online Book Shop; J2EE; MVC; Struts/Hibernate


    目錄

    摘要 I
    Abstract II
    目錄 III
    第1章 緒論 1
    1.1 選題的背景與意義 1
    1.2 國內外發展概況 1
    第2章 網站設計相關技術概述 3
    2.1 J2EE介紹 3
    2.2 系統框架介紹 4
    2.2.1 Struts 4
    2.2.2 Hibernate 4
    2.3 系統開發環境介紹 4
    2.3.1 Tomcat介紹 4
    2.3.2 MySQL介紹 5
    2.3.3 MyEclipse介紹 5
    第3章 系統分析與設計 7
    3.1 系統需求分析 7
    3.2 主要用例說明 7
    3.2.1 注冊登錄 7
    3.2.2 商品瀏覽和搜索 8
    3.2.3 購物車 8
    3.2.4 結賬 8
    3.2.5 查看訂單 9
    3.2.6 評價商品 9
    3.2.7 更新管理員 9
    3.2.8 更新商品 9
    3.2.9 查看用戶 9
    3.2.10 處理訂單 9
    3.2.11 更新公告 9
    3.2.12 更新評價 10
    3.3 數據流圖設計 10
    3.3.1 系統上下文數據流圖設計 10
    3.3.2 系統0層數據流圖設計 11
    3.4 系統功能結構圖 12
    3.5 系統框架設計 13
    3.5.1 基于MVC模式的Struts框架 13
    3.5.2 用Hibernate進行數據封裝 14
    第4章 數據庫分析與設計 15
    4.1 數據庫概念結構設計 15
    4.2 數據庫關系模式及E-R圖 15
    4.3 數據庫詳細設計 16
    第5章 系統模塊設計和實現 20
    5.1 系統前臺功能模塊 20
    5.1.1 網站首頁 20
    5.1.2 用戶管理 21
    5.1.3 商品列表 25
    5.1.4 購物 29
    5.1.5 用戶評價 32
    5.2 系統后臺功能模塊 34
    5.2.1 系統后臺登陸 34
    5.2.2 管理員信息管理 35
    5.2.3 商品信息管理 37
    5.2.4 會員信息管理 39
    5.2.5 訂單管理 39
    5.2.6 公告內容管理 40
    5.2.7 評價信息管理 41
    第6章 總結 43
    第7章 致謝 44
    參考文獻 45


    相關論文
    本論文在其他專業論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
    上一篇:房屋租賃管理信息系統設計與開發 下一篇:MVC架構的購物網站設計與實現
    Tags:網上書店 設計 實現 【收藏】 【返回頂部】
    會計論文
    電子機電論文
    金融論文
    電氣自動化論文
    模具設計
    化學工程與工藝
    機械設計
    電子通信論文
    英語論文
    行政管理論文
    物流論文
    電子商務論文
    法律論文
    國際貿易論文
    財務管理論文
    人力資源論文
    市場營銷論文
    土木工程論文
    工商管理論文
    工程管理論文
    漢語言文學論文
    教育管理論文
    測控專業論文
    交通工程論文
    旅游管理論文
    新聞專業論文
    藝術設計
    教育技術學論文
    應用物理學論文
    輕化工程論文
    德語專業論文
    給水排水工程
    服裝設計與工程
    食品生物技術
    材料科學與工程
    電視制片管理
    工業工程論文
    文化產業管理
    包裝工程論文
    印刷工程論文
    信息管理論文
    制藥工程論文
    生物工程論文
    電子信息工程
    信息計算科學
    電氣工程論文
    通信工程論文
    財務會計畢業論文
    電子商務畢業論文
    現代教育技術
    信息管理專業
    心理學專業
    數學與應用數學
    數學教育
    護理學畢業論文
    其他專業論文
    歷史學論文
    學前教育畢業論文
    小學教育畢業論文
    教育管理畢業論文
    法律專業畢業論文
    漢語言文學畢業論文
    工商管理畢業論文
    人力資源畢業論文
    營銷專業畢業論文
    物流專業畢業論文
    計算機論文
    最新文章
    熱門文章
    計算機論文
    推薦文章

    本站部分文章來自網絡,如發現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

    論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供其他專業論文畢業論文格式,論文格式范文,畢業論文范文

    Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

    感谢您访问我们的网站,您可能还对以下资源感兴趣:

    论文格式网:毕业论文格式范文
    <strike id="kwago"><input id="kwago"></input></strike>