- Mastering ASP.NET Web API
- Mithun Pattankar Malendra Hurbuns
- 79字
- 2021-07-02 20:52:22
Layered system
By layering the components, we ensure that each component does not know about the layers that its neighbors connect to. This promotes good security in order to have good boundary walls. It also allows legacy systems to be protected if they are consumed in your architecture, and it allows you to protect new systems:

With the layered approach, it leads to many hops between systems, but you have the security boundaries, and components can be updated individually.
推薦閱讀
- Extending Jenkins
- Instant Apache Stanbol
- Learn to Create WordPress Themes by Building 5 Projects
- Pandas Cookbook
- jQuery從入門到精通 (軟件開發視頻大講堂)
- Instant Ext.NET Application Development
- Babylon.js Essentials
- 深入剖析Java虛擬機:源碼剖析與實例詳解(基礎卷)
- OpenCV 3計算機視覺:Python語言實現(原書第2版)
- Python應用開發技術
- Visual C++程序設計全程指南
- 城市信息模型平臺頂層設計與實踐
- HTML5 Game Development by Example:Beginner's Guide(Second Edition)
- 零基礎入門Python數據分析與機器學習
- Python High Performance(Second Edition)