- 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.
- Google Apps Script for Beginners
- 編程的修煉
- ASP.NET Core 2 and Vue.js
- 實戰低代碼
- Mastering Google App Engine
- 數據結構案例教程(C/C++版)
- 30天學通C#項目案例開發
- Hack與HHVM權威指南
- SQL Server實例教程(2008版)
- FusionCharts Beginner’s Guide:The Official Guide for FusionCharts Suite
- Spring Boot學習指南:構建云原生Java和Kotlin應用程序
- 城市信息模型平臺頂層設計與實踐
- Web前端開發技術實踐指導教程
- Java Script從入門到精通(第5版)
- 深度學習的數學:使用Python語言