- Mastering Microservices with Java
- Sourabh Sharma
- 158字
- 2021-07-02 13:03:35
Infrastructure layer
The infrastructure layer provides support to all the other layers and is responsible for communication between the other layers, for example, interaction with databases, message brokers, file systems, and so on. 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's use an example of booking a table at a restaurant. The end user places a request for a table booking using the UI. The UI passes the request to the application layer. The application layer fetches 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.
- MATLAB圖像處理超級(jí)學(xué)習(xí)手冊(cè)
- Arduino開(kāi)發(fā)實(shí)戰(zhàn)指南:LabVIEW卷
- 差分進(jìn)化算法及其高維多目標(biāo)優(yōu)化應(yīng)用
- 組態(tài)軟件技術(shù)與應(yīng)用
- Android玩家必備
- 51單片機(jī)C語(yǔ)言開(kāi)發(fā)教程
- HTML5開(kāi)發(fā)精要與實(shí)例詳解
- 3ds Max印象 電視欄目包裝動(dòng)畫(huà)與特效制作
- ActionScript 3.0從入門(mén)到精通(視頻實(shí)戰(zhàn)版)
- 玩轉(zhuǎn).NET Micro Framework移植:基于STM32F10x處理器
- 嵌入式Linux C語(yǔ)言程序設(shè)計(jì)基礎(chǔ)教程
- .NET 4.0面向?qū)ο缶幊搪劊簯?yīng)用篇
- 奔跑吧 Linux內(nèi)核
- WCF技術(shù)剖析(卷1)
- Web開(kāi)發(fā)的平民英雄:PHP+MySQL