【正文】
1 10126 一 22021718 分類號(hào) TP315 UDC 編號(hào) 論文題目 基于 WEB 的 B2B 電子商務(wù) 平臺(tái)的設(shè)計(jì)與實(shí)現(xiàn) 研究生 : 指導(dǎo)教師 : 專業(yè) : 研究方向 : 所在學(xué)院 : 王俊義教授 計(jì)算機(jī)應(yīng)用技術(shù) 2021 年 5 月 28 日 基于 WEB 的 B2B 電子商務(wù)平臺(tái)的設(shè)計(jì)與實(shí)現(xiàn) 摘要 電子商務(wù)在現(xiàn)代商業(yè)模式中正在發(fā)揮著日益重要的作用,基于與國(guó)際接軌,整合業(yè)務(wù)流 程,充分發(fā)揮集團(tuán)購(gòu)銷優(yōu)勢(shì)的迫切需要,中國(guó)石油股份有限公司作為國(guó)內(nèi)能源領(lǐng)域的龍頭企 業(yè),組織開發(fā)了基于 Web 的 B2B 大型商務(wù)網(wǎng)站,最終建成實(shí)現(xiàn)了 網(wǎng)上虛擬交易平臺(tái),成為聯(lián) 結(jié)采購(gòu)商與供應(yīng)商的商務(wù)網(wǎng)絡(luò)環(huán)境,是構(gòu)建 B2B 電子商務(wù)平臺(tái)的典型案例。本文對(duì)該系統(tǒng)所 采用的面向?qū)ο蟮囊?guī)劃與設(shè)計(jì)的開發(fā)過程進(jìn)行了詳細(xì)的分析,同時(shí)對(duì)于該系統(tǒng)的技術(shù)核心 基于 EJB 的中間件技術(shù)所遇到的問題,如客戶端與后臺(tái)業(yè)務(wù)對(duì)象存在較強(qiáng)的依賴關(guān)系,從而 不利于系統(tǒng)的管理與維護(hù) 。以及客戶端與服務(wù)器之間過多的方法調(diào)用降低了網(wǎng)絡(luò)運(yùn)行效率等 問題,提出了構(gòu)造三層應(yīng)用模型的思路,并討論了實(shí)現(xiàn)的總體方法。最后,對(duì)該系統(tǒng)作為典 型的 J2EE 技術(shù)架構(gòu)應(yīng)用于電子商務(wù)平臺(tái)的構(gòu)建進(jìn)行了總結(jié),以獲取相關(guān)項(xiàng)目開 發(fā)的經(jīng)驗(yàn)。 關(guān)鍵詞電子商務(wù), WEB 服務(wù),中間件, J2EE, EJB,應(yīng)用系統(tǒng) 絡(luò) 內(nèi)蒙古大學(xué)碩士學(xué)位論文 ABSTRACT it is playing a very important effect that the electronic Commerce is in the modern business pattern. For contacting with international ,integrating business process and giving full play to grouppurchase, as the mainstay enterprise in the energy field, PetroChina pany Ltd. developed a largescale B2B electric business work that been based on web, built a visual merce environment that relate to buyer and supplier, it is a typical example that build a B2B Ebusiness platform. In the thesis I have a detailed discuss about the developing process that apply the ObjectOriented analysis and design method, and discourse the question that been met in the process of developing the system based on EJB technology. Such as: tight coupling, which leads to direct dependence between clients and business objects。 too many method invocations between 2 client and server, leading to work performance problems, to the above problems, this paper proposes the threetier application model based on EJB, and its implementation method is also discussed. at last,we summarize the process of developing ,it is thought as a typical use of J2EE architecture to make up the Ebusiness platform. And we obtain the experience in the course of work. Keywords electronic merce ,Web Server, middleware, J2EE, EJB, Application System 基于 WEB 的 B2B 電子商務(wù)平臺(tái)的設(shè)計(jì)與實(shí)現(xiàn) 目錄 第一章緒論 ........................................................................................................................................1 B2B電子商務(wù)平臺(tái)概述與課題研究的背景 ........................................................................ l 主要研究?jī)?nèi)容 .........................................................................................................................1 論文的內(nèi)容及組織 .................................................. ??。?。,?。?。?。,二, ................................... 3 第二章主要技術(shù)及系統(tǒng)架構(gòu)介紹 .................................................................................................... 5 多層設(shè)計(jì) ............. ??‘ ..................................................??, ..........................................??。二 5 多層設(shè)計(jì) ...??。 .................................................................................??。 ..??。 ..??。二 5 J2EE架構(gòu) ..................................................................................................................... 7 J2EE的 API與組件 ........................................:..................:......................................... 9 設(shè)計(jì)模式 MVC 體系 結(jié)構(gòu) ................................................................................................11 面 向 對(duì) 象 開 發(fā) 技 術(shù) 在 工 程 中 的 應(yīng)用 ..................................................................................13 第 三 章 系 統(tǒng) 分 析 與 設(shè)計(jì) ..........??。 ...............??。 .................................... .? ?巧 系統(tǒng)應(yīng)用環(huán)境? ...................................................................................................................15 電子商務(wù)系統(tǒng)分析的過程 ..................................................................................................16 系統(tǒng)分析的基本思路 ................................................................................................16 需求用例分析 ............................................................................................................17 系統(tǒng)需求 ....................................................................................................................18 基于 EJB 的多層系統(tǒng)架構(gòu)分析與設(shè)計(jì) ............................................................................. 22 系統(tǒng)構(gòu)架 .................................................................................................................... 22 基于 EJB 構(gòu) 建 電 子 商 務(wù) 系 統(tǒng) 存 在 的 問題 ...............................................................23 基于 EJB 的三層應(yīng)用模型的技術(shù)框架 ................................................................... 3 24 EJB的三層應(yīng)用模型的實(shí)現(xiàn)方法二。 ........................................................................... 27 EJB 應(yīng)用組件層的實(shí)現(xiàn) .............................................................................................27 子系統(tǒng)會(huì)話層的實(shí)現(xiàn) ................................................................................................. 27 系統(tǒng)訪問會(huì)話層的實(shí)現(xiàn) ............................................................................................. 28 客戶端方法調(diào)用的實(shí)現(xiàn) ............................................................................................. 30 基于 EJB的三層應(yīng)用模型的優(yōu)點(diǎn), ........................................................................... 34 基于 EJB 的 三 層 應(yīng) 用 模 型 在 電 子 商 務(wù) 中 的 應(yīng)用 ..............................................................35 內(nèi)蒙古大學(xué)碩士學(xué)位論文 Web 層設(shè)計(jì) .......................................................................................................................... 3 8 第四章系統(tǒng)實(shí)現(xiàn) .... ??。??‘??,??。 . 。 . ,二。 . 。二, ..................................................................................41 系 統(tǒng) 運(yùn) 行 環(huán) 境二。 ......................................................................