- 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.
- Learning ROS for Robotics Programming(Second Edition)
- Delphi程序設計基礎:教程、實驗、習題
- R語言經典實例(原書第2版)
- Selenium Design Patterns and Best Practices
- Learning Bayesian Models with R
- Monitoring Elasticsearch
- 深入RabbitMQ
- Oracle 18c 必須掌握的新特性:管理與實戰
- PHP 7+MySQL 8動態網站開發從入門到精通(視頻教學版)
- UVM實戰
- 智能搜索和推薦系統:原理、算法與應用
- Spring Boot實戰
- Getting Started with Python and Raspberry Pi
- Modern C++ Programming Cookbook
- Python應用與實戰