- Practical DevOps
- Joakim Verona
- 91字
- 2021-07-16 09:48:06
Three-tier systems
The Matangle customer database is a very typical three-tier, CRUD (create, read, update, and delete) type of system. This software architecture pattern has been in use for decades and continues to be popular. These types of systems are very common, and it is quite likely that you will encounter them, either as legacy systems or as new designs.
In this figure, we can see the separation of concerns idea in action:

The three tiers listed as follows show examples of how our organization has chosen to build its system.
推薦閱讀
- iOS Game Programming Cookbook
- 極簡算法史:從數學到機器的故事
- 大學計算機基礎(第三版)
- C語言程序設計(第3版)
- Mastering Articulate Storyline
- Hands-On JavaScript High Performance
- Effective Python Penetration Testing
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第3版)
- 軟件工程
- ASP.NET程序開發范例寶典
- jQuery for Designers Beginner's Guide Second Edition
- C++從入門到精通(第6版)
- Mastering Concurrency Programming with Java 9(Second Edition)
- Mastering SciPy
- Learning C++ by Creating Games with UE4