最近周末帮外甥女"小雪"补习英语,遴选了Fielding博士的毕业论文作文课外阅读资料,也借这个机会来重新梳理一下软件架构设计的相关理论。 译者序 本文拟对Fielding的博士论文<Architectural Styles and the Design of Network-based Software Architectures>进行翻译,按照"信、达、雅"的原则,在翻译过程中,力求尊
文章目录 主流的 API 架构风格 主流的 API 架构风格 以下是一些主流的 API 架构风格: REST(Representational State Transfer):一种基于 HTTP 协议的架构风格,它将资源作为 Web 上的 URI(Uniform Resource Identifier)公开,并使用 HTTP 方法(例如 GET、POST、PUT、DE
Adopting Microservices at Netflix: Lessons for Architectural Design In some recent blog posts, we’ve explained why we believe it’s crucial to adopt a four-tier application architecture in which ap