- Spring 5.0 Microservices(Second Edition)
- Rajesh R V
- 142字
- 2021-07-02 19:44:50
Services are first class citizens
In the microservices world, services are first class citizens. Microservices expose service endpoints as APIs and abstract all their realization details. The internal implementation logic, architecture, and technologies, including programming language, database, quality of services mechanisms, and more, are completely hidden behind the service API.
Moreover, in the microservices architecture, there is no more application development, instead organizations will focus on service development. In most enterprises, this requires a major cultural shift in the way applications are built.
In a customer profile microservice, the internals, such as data structure, technologies, business logic, and so on, will be hidden. It wont be exposed or visible to any external entities. Access will be restricted through the service endpoints or APIs. For instance, customer profile microservices may expose register customer and get customers as two APIs for others to interact.
- 多媒體CAI課件設計與制作導論(第二版)
- Clojure for Domain:specific Languages
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- 秒懂設計模式
- 匯編語言程序設計(第3版)
- QGIS By Example
- 自然語言處理Python進階
- Mastering JavaScript Design Patterns(Second Edition)
- Node.js:來一打 C++ 擴展
- OpenResty完全開發指南:構建百萬級別并發的Web應用
- HTML+CSS+JavaScript網頁設計從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Apache Camel Developer's Cookbook
- Java設計模式深入研究
- Go Systems Programming
- Python數據可視化之matplotlib實踐