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

      當前位置:論文格式網 -> 畢業論文 -> 計算機論文
      畢業論文標題:

      SOA在倉庫管理系統中的研究與應用

       本文ID:LWGSW13626 價格:收費積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 SOA在倉庫管理系統中的研究與應用 (收費:2000 積分)  

      論文字數:16455,頁數:36  有開題報告,任務書,代碼

      摘    要

       隨著計算機技術的發展和企業系統升級整合及需求的改變,先前的傳統形式的軟件架構已經不能滿足用戶系統整合方便的需要,所以出現了新一代的軟件架構思想,面向服務架構,即SOA。
       SOA(Service Oriented Architecture,面向服務的架構)作為下一代的軟件開發理念,對現代軟件開發模式產生了深遠的影響。SOA通過服務的發布、服務的發現以及服務的調用等機制為其他的應用程序提供服務。
       傳統的倉庫管理系統是采用傳統的架構,使用單一的服務器或是在本機windows平臺下使用的管理系統。隨著企業不斷的發展壯大,傳統架構的倉庫管理系統已經不能滿足企業系統集成的需求,為了能滿足倉庫管理系統為異構系統提供倉庫管理的功能,本文將SOA的架構引入倉庫管理系統中,對其的應用進行一定的研究并加以實踐。
       本文描述了軟件體系結構的發展,給出面向服務軟件體系結構出現的必然性,分析了SOA的體系結構,對其實現技術Web Service及協議規范XML、 SOAP、 WSDL和UDDI等進行了研究,并將其應用到倉庫管理系統的設計與實現中。

      關鍵詞:SOA;面向服務架構;Web服務;倉庫管理系統
       
       
        
      The Research and Application SOA In Storage Management System
      Abstract
       
       
       With the development of computer technology and enterprise system integration and upgrading of a change in demand , previous traditional forms of software architecture has been unable to meet the user's need to facilitate integration .So, there is now a new generation of software framework for thinking, service-oriented architecture, SOA.
       SOA , as the next generation of software development philosophy, deeply impact on modern software development model . SOA provide services for other applications by service-published, service discovery and service calls and other mechanisms . Traditional storage systems use a single server machine or the windows platform management systems. With the development and growth of company, the traditional structure of the storage management system has been unable to meet the enterprise demands for system integration. In order to make the warehouse management system be able to provide storage management functions for heterogeneous systems , this article will introduce the SOA storage management system, its application of certain research and realized.
       This paper describes the development of the architecture of software ,make it clear that the service-oriented software architecture is inevitable .And it analysis the architecture of SOA .At the same time ,we researched its Web Service technology and the ruls such as XML, SOAP, WSDL and UDDI .After that ,it applicated all of these to design and implement the storage management system

       Key Words:SOA;Service-Oriented Architecture;Web Service;Storage Management System
       
       
       
      目  錄

      1.緒論 1
      1.1研究背景 1
      1.1.1業務需求不斷變化 1
      1.1.2 SOA架構的提出 1
      1.1.3國內外研究現狀 1
      1.2本文的主要研究內容和內容組織 2
      2.面向服務體系結構 4
      2.1軟件體系結構概述 4
      2.2軟件體系結構發展演變過程 4
      2.2.1傳統的軟件體系結構 4
      2.2.2基于組件的軟件體系結構 5
      2.2.3面向服務的軟件體系結構 5
      2.3 SOA架構 6
      2.3.1概述 6
      2.3.2 基本架構 6
      2.3.3 SOA的特點 8
      2.3.4 SOA的設計原則 9
      2.4 SOA的關鍵技術 10
      2.4.1 XML介紹 10
      2.4.2 SOAP介紹 10
      2.4.3 WSDL介紹 11
      2.4.4 UDDI介紹 11
      2.4.5 Web Service介紹 11
      3.SOA架構在倉庫管理系統中的應用 13
      3.1倉庫管理系統的開發現狀 13
      3.2 SOA在倉庫管理系統中應用的優點 14
      3.3面向服務思想與傳統的開發模式在倉庫管理系統中應用的比較分析 14
      4.基于SOA的倉庫管理系統的設計與實現 17
      4.1系統需求 17
      4.2需求分析 17
      4.3總體設計 19
      4.3.1 Service樹的構建 19
      4.3.2模塊劃分 20
      4.3.3系統模型 21
      4.3.4開發設計工具 21
      4.4模塊實現 21
      4.5數據庫 25
      4.6系統截圖 26
      結論與展望 28
      5.1 SOA在倉庫管理系統中的研究與應用總結 28
      5.2 SOA發展展望 29
      致謝 30
      參考文獻 31


      相關論文
      本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:網絡游戲虛擬物品交易平臺的設計.. 下一篇:DS三維模型可視化平臺設計與實現
      Tags:SOA 倉庫 管理系統 研究 應用 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計算機論文
      推薦文章

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

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

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

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

      论文格式网:毕业论文格式范文
    • <strike id="sk8oy"></strike>
      <samp id="sk8oy"><pre id="sk8oy"></pre></samp>
    • <ul id="sk8oy"></ul>