soa在倉庫管理系統(tǒng)中的應(yīng)用.rar
soa在倉庫管理系統(tǒng)中的應(yīng)用,soa在倉庫管理系統(tǒng)中的應(yīng)用1.6萬字36頁含開題+任務(wù)書+代碼摘要隨著計(jì)算機(jī)技術(shù)的發(fā)展和企業(yè)系統(tǒng)升級整合及需求的改變,先前的傳統(tǒng)形式的軟件架構(gòu)已經(jīng)不能滿足用戶系統(tǒng)整合方便的需要,所以出現(xiàn)了新一代的軟件架構(gòu)思想,面向服務(wù)架構(gòu),即soa。soa(service oriented architecture,面向服務(wù)的架構(gòu))...
該文檔為壓縮文件,包含的文件列表如下:


內(nèi)容介紹
原文檔由會員 小屁孩 發(fā)布
SOA在倉庫管理系統(tǒng)中的應(yīng)用
1.6萬字 36頁
含開題+任務(wù)書+代碼
摘 要
隨著計(jì)算機(jī)技術(shù)的發(fā)展和企業(yè)系統(tǒng)升級整合及需求的改變,先前的傳統(tǒng)形式的軟件架構(gòu)已經(jīng)不能滿足用戶系統(tǒng)整合方便的需要,所以出現(xiàn)了新一代的軟件架構(gòu)思想,面向服務(wù)架構(gòu),即SOA。
SOA(Service Oriented Architecture,面向服務(wù)的架構(gòu))作為下一代的軟件開發(fā)理念,對現(xiàn)代軟件開發(fā)模式產(chǎn)生了深遠(yuǎn)的影響。SOA通過服務(wù)的發(fā)布、服務(wù)的發(fā)現(xiàn)以及服務(wù)的調(diào)用等機(jī)制為其他的應(yīng)用程序提供服務(wù)。
傳統(tǒng)的倉庫管理系統(tǒng)是采用傳統(tǒng)的架構(gòu),使用單一的服務(wù)器或是在本機(jī)windows平臺下使用的管理系統(tǒng)。隨著企業(yè)不斷的發(fā)展壯大,傳統(tǒng)架構(gòu)的倉庫管理系統(tǒng)已經(jīng)不能滿足企業(yè)系統(tǒng)集成的需求,為了能滿足倉庫管理系統(tǒng)為異構(gòu)系統(tǒng)提供倉庫管理的功能,本文將SOA的架構(gòu)引入倉庫管理系統(tǒng)中,對其的應(yīng)用進(jìn)行一定的研究并加以實(shí)踐。
本文描述了軟件體系結(jié)構(gòu)的發(fā)展,給出面向服務(wù)軟件體系結(jié)構(gòu)出現(xiàn)的必然性,分析了SOA的體系結(jié)構(gòu),對其實(shí)現(xiàn)技術(shù)Web Service及協(xié)議規(guī)范XML、 SOAP、 WSDL和UDDI等進(jìn)行了研究,并將其應(yīng)用到倉庫管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)中。
關(guān)鍵詞:SOA;面向服務(wù)架構(gòu);Web服務(wù);倉庫管理系統(tǒng)
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業(yè)務(wù)需求不斷變化 1
1.1.2 SOA架構(gòu)的提出 1
1.1.3國內(nèi)外研究現(xiàn)狀 1
1.2本文的主要研究內(nèi)容和內(nèi)容組織 2
2.面向服務(wù)體系結(jié)構(gòu) 4
2.1軟件體系結(jié)構(gòu)概述 4
2.2軟件體系結(jié)構(gòu)發(fā)展演變過程 4
2.2.1傳統(tǒng)的軟件體系結(jié)構(gòu) 4
2.2.2基于組件的軟件體系結(jié)構(gòu) 5
2.2.3面向服務(wù)的軟件體系結(jié)構(gòu) 5
2.3 SOA架構(gòu) 6
2.3.1概述 6
2.3.2 基本架構(gòu) 6
2.3.3 SOA的特點(diǎn) 8
2.3.4 SOA的設(shè)計(jì)原則 9
2.4 SOA的關(guān)鍵技術(shù) 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架構(gòu)在倉庫管理系統(tǒng)中的應(yīng)用 13
3.1倉庫管理系統(tǒng)的開發(fā)現(xiàn)狀 13
3.2 SOA在倉庫管理系統(tǒng)中應(yīng)用的優(yōu)點(diǎn) 14
3.3面向服務(wù)思想與傳統(tǒng)的開發(fā)模式在倉庫管理系統(tǒng)中應(yīng)用的比較分析 14
4.基于SOA的倉庫管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn) 17
4.1系統(tǒng)需求 17
4.2需求分析 17
4.3總體設(shè)計(jì) 19
4.3.1 Service樹的構(gòu)建 19
4.3.2模塊劃分 20
4.3.3系統(tǒng)模型 21
4.3.4開發(fā)設(shè)計(jì)工具 21
4.4模塊實(shí)現(xiàn) 21
4.5數(shù)據(jù)庫 25
4.6系統(tǒng)截圖 26
結(jié)論與展望 28
5.1 SOA在倉庫管理系統(tǒng)中的研究與應(yīng)用總結(jié) 28
5.2 SOA發(fā)展展望 29
致謝 30
參考文獻(xiàn) 31
參考文獻(xiàn)
[9] Web Service Definition Language(WSDL).
[10] 李慧盈,李德昌,段羽,呂邦國. .利用J2EE構(gòu)建XML Web Services的研究[J] .計(jì)
算機(jī)工程與應(yīng)用,2004年05期.
[11] 劉械,談金祝.基于J2EE應(yīng)用框架的Web Service的研究和實(shí)現(xiàn)[J] .計(jì)算機(jī)與現(xiàn)代化,2004年1期.
[12] 柴曉路,梁宇奇.Web Services技術(shù),架構(gòu)和應(yīng)用[M] .北京:電子工業(yè)出版社,2003.
[13] 柴曉路.WSDL:描述你的Web服務(wù)[DB/OL].
1.6萬字 36頁
含開題+任務(wù)書+代碼
摘 要
隨著計(jì)算機(jī)技術(shù)的發(fā)展和企業(yè)系統(tǒng)升級整合及需求的改變,先前的傳統(tǒng)形式的軟件架構(gòu)已經(jīng)不能滿足用戶系統(tǒng)整合方便的需要,所以出現(xiàn)了新一代的軟件架構(gòu)思想,面向服務(wù)架構(gòu),即SOA。
SOA(Service Oriented Architecture,面向服務(wù)的架構(gòu))作為下一代的軟件開發(fā)理念,對現(xiàn)代軟件開發(fā)模式產(chǎn)生了深遠(yuǎn)的影響。SOA通過服務(wù)的發(fā)布、服務(wù)的發(fā)現(xiàn)以及服務(wù)的調(diào)用等機(jī)制為其他的應(yīng)用程序提供服務(wù)。
傳統(tǒng)的倉庫管理系統(tǒng)是采用傳統(tǒng)的架構(gòu),使用單一的服務(wù)器或是在本機(jī)windows平臺下使用的管理系統(tǒng)。隨著企業(yè)不斷的發(fā)展壯大,傳統(tǒng)架構(gòu)的倉庫管理系統(tǒng)已經(jīng)不能滿足企業(yè)系統(tǒng)集成的需求,為了能滿足倉庫管理系統(tǒng)為異構(gòu)系統(tǒng)提供倉庫管理的功能,本文將SOA的架構(gòu)引入倉庫管理系統(tǒng)中,對其的應(yīng)用進(jìn)行一定的研究并加以實(shí)踐。
本文描述了軟件體系結(jié)構(gòu)的發(fā)展,給出面向服務(wù)軟件體系結(jié)構(gòu)出現(xiàn)的必然性,分析了SOA的體系結(jié)構(gòu),對其實(shí)現(xiàn)技術(shù)Web Service及協(xié)議規(guī)范XML、 SOAP、 WSDL和UDDI等進(jìn)行了研究,并將其應(yīng)用到倉庫管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)中。
關(guān)鍵詞:SOA;面向服務(wù)架構(gòu);Web服務(wù);倉庫管理系統(tǒng)
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業(yè)務(wù)需求不斷變化 1
1.1.2 SOA架構(gòu)的提出 1
1.1.3國內(nèi)外研究現(xiàn)狀 1
1.2本文的主要研究內(nèi)容和內(nèi)容組織 2
2.面向服務(wù)體系結(jié)構(gòu) 4
2.1軟件體系結(jié)構(gòu)概述 4
2.2軟件體系結(jié)構(gòu)發(fā)展演變過程 4
2.2.1傳統(tǒng)的軟件體系結(jié)構(gòu) 4
2.2.2基于組件的軟件體系結(jié)構(gòu) 5
2.2.3面向服務(wù)的軟件體系結(jié)構(gòu) 5
2.3 SOA架構(gòu) 6
2.3.1概述 6
2.3.2 基本架構(gòu) 6
2.3.3 SOA的特點(diǎn) 8
2.3.4 SOA的設(shè)計(jì)原則 9
2.4 SOA的關(guān)鍵技術(shù) 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架構(gòu)在倉庫管理系統(tǒng)中的應(yīng)用 13
3.1倉庫管理系統(tǒng)的開發(fā)現(xiàn)狀 13
3.2 SOA在倉庫管理系統(tǒng)中應(yīng)用的優(yōu)點(diǎn) 14
3.3面向服務(wù)思想與傳統(tǒng)的開發(fā)模式在倉庫管理系統(tǒng)中應(yīng)用的比較分析 14
4.基于SOA的倉庫管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn) 17
4.1系統(tǒng)需求 17
4.2需求分析 17
4.3總體設(shè)計(jì) 19
4.3.1 Service樹的構(gòu)建 19
4.3.2模塊劃分 20
4.3.3系統(tǒng)模型 21
4.3.4開發(fā)設(shè)計(jì)工具 21
4.4模塊實(shí)現(xiàn) 21
4.5數(shù)據(jù)庫 25
4.6系統(tǒng)截圖 26
結(jié)論與展望 28
5.1 SOA在倉庫管理系統(tǒng)中的研究與應(yīng)用總結(jié) 28
5.2 SOA發(fā)展展望 29
致謝 30
參考文獻(xiàn) 31
參考文獻(xiàn)
[9] Web Service Definition Language(WSDL).
[10] 李慧盈,李德昌,段羽,呂邦國. .利用J2EE構(gòu)建XML Web Services的研究[J] .計(jì)
算機(jī)工程與應(yīng)用,2004年05期.
[11] 劉械,談金祝.基于J2EE應(yīng)用框架的Web Service的研究和實(shí)現(xiàn)[J] .計(jì)算機(jī)與現(xiàn)代化,2004年1期.
[12] 柴曉路,梁宇奇.Web Services技術(shù),架構(gòu)和應(yīng)用[M] .北京:電子工業(yè)出版社,2003.
[13] 柴曉路.WSDL:描述你的Web服務(wù)[DB/OL].
TA們正在看...
- 01.1四時(shí)田園雜興課堂教學(xué)教案教學(xué)設(shè)計(jì)(部編版).doc
- 01.2稚子弄冰課堂教學(xué)教案教學(xué)設(shè)計(jì)(部編版).doc
- 01.3村晚課堂教學(xué)教案教學(xué)設(shè)計(jì)(部編版).doc
- 02冬陽·童年·駱駝隊(duì)公開課優(yōu)秀教案教學(xué)設(shè)計(jì)(五年...doc
- 02冬陽·童年·駱駝隊(duì)最新教研教案教學(xué)設(shè)計(jì)(部編版...doc
- 02冬陽·童年·駱駝隊(duì)課堂教學(xué)教案教學(xué)設(shè)計(jì)(部編版).doc
- 03祖父的園子公開課優(yōu)秀教案教學(xué)設(shè)計(jì)(五年級下冊).doc
- 03祖父的園子最新教研教案教學(xué)設(shè)計(jì)(部編版五年級下...doc
- 03祖父的園子課堂教學(xué)教案教學(xué)設(shè)計(jì)(部編版).doc
- 04草船借箭公開課優(yōu)秀教案教學(xué)設(shè)計(jì)(五年級下冊).doc