- Mastering Microservices with Java 9(Second Edition)
- Sourabh Sharma
- 145字
- 2021-07-02 21:54:49
Infrastructure layer
This layer provides support to all the other layers and is responsible for communication among the other layers. It contains the supporting libraries that are used by the other layers. It also implements the persistence of business objects.
To understand the interaction of the different layers, let us use an example of table booking at a restaurant. The end user places a request for a table booking using UI. The UI passes the request to the application layer. The application layer fetches the domain objects, such as the restaurant, the table, a date, and so on, from the domain layer. The domain layer fetches these existing persisted objects from the infrastructure, and invokes relevant methods to make the booking and persist them back to the infrastructure layer. Once domain objects are persisted, the application layer shows the booking confirmation to the end user.
- Extending Jenkins
- Vue 3移動Web開發與性能調優實戰
- Python編程自學手冊
- Beginning Java Data Structures and Algorithms
- Python量化投資指南:基礎、數據與實戰
- 零基礎玩轉區塊鏈
- Object-Oriented JavaScript(Second Edition)
- Mastering C# Concurrency
- Java高并發核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- Raspberry Pi Robotic Blueprints
- OpenMP核心技術指南
- 工業機器人離線編程
- 面向對象程序設計及C++(第3版)
- 計算機應用基礎案例教程(第二版)
- LabVIEW入門與實戰開發100例(第4版)