- Mastering Microservices with Java
- Sourabh Sharma
- 99字
- 2021-07-02 13:03:39
Open Host Service
A translation layer is used when two sub-models interact with each other. This translation layer is used when you integrate models with an external system. This works fine when you have one sub-model that uses this external system. The Open Host Service is required when more than one sub-model interacts with external systems. Then, the Open Host Service removes any extra or duplicated code, because then you need to write a translation layer for each sub-model's external system.
An Open Host Service provides the services of an external system using a wrapper for all sub-models.
推薦閱讀
- 計算思維與算法入門
- 潮流:UI設計必修課
- Apache Spark 2.x Machine Learning Cookbook
- C語言程序設計(第2版)
- Practical Windows Forensics
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- Quarkus實踐指南:構建新一代的Kubernetes原生Java微服務
- Nginx Essentials
- ASP.NET 3.5程序設計與項目實踐
- PhoneGap Mobile Application Development Cookbook
- C專家編程
- Mastering Web Application Development with AngularJS
- 零基礎學Python編程(少兒趣味版)
- Learning JavaScript Data Structures and Algorithms(Second Edition)
- Java Hibernate Cookbook