- Spring 5.0 Microservices(Second Edition)
- Rajesh R V
- 192字
- 2021-07-02 19:44:55
Service-oriented integration
Service-oriented integration refers to a service-based integration approach used by many organizations:

Many organizations would have used SOA primarily to solve their integration complexities, also known as integration spaghetti. Generally, this is termed as Service-Oriented Integration (SOI). In such cases, applications communicate with each other through a common integration layer using standard protocols and message formats, such as SOAP/XML based web services over HTTP or Java Message Service (JMS). These types of organizations focus on Enterprise Integration Patterns (EIP) to model their integration requirements. This approach strongly relies on heavyweight Enterprise Service Bus (ESB), such as TIBCO BusinessWorks, WebSphere ESB, Oracle ESB, and the likes. Most of the ESB vendors also packed a set of related products, such as Rules Engines, Business Process Management Engines, and so on, as an SOA suite. Such organization's integrations are deeply rooted into these products. They either write heavy orchestration logic in the ESB layer or business logic itself in the service bus. In both cases, all enterprise services are deployed and accessed via the ESB. These services are managed through an enterprise governance model. For such organizations, microservices is altogether different from SOA.
- Learn Blockchain Programming with JavaScript
- 計算機(jī)圖形學(xué)編程(使用OpenGL和C++)(第2版)
- 構(gòu)建移動網(wǎng)站與APP:HTML 5移動開發(fā)入門與實戰(zhàn)(跨平臺移動開發(fā)叢書)
- Python自動化運(yùn)維快速入門
- 編寫高質(zhì)量代碼:改善C程序代碼的125個建議
- Java軟件開發(fā)基礎(chǔ)
- Python數(shù)據(jù)結(jié)構(gòu)與算法(視頻教學(xué)版)
- Swift 4從零到精通iOS開發(fā)
- 小程序,巧應(yīng)用:微信小程序開發(fā)實戰(zhàn)(第2版)
- OpenCV Android開發(fā)實戰(zhàn)
- Python 快速入門(第3版)
- 程序員必會的40種算法
- Python機(jī)器學(xué)習(xí)開發(fā)實戰(zhàn)
- 實戰(zhàn)Python網(wǎng)絡(luò)爬蟲
- Java設(shè)計模式深入研究