如果Web应用程序除了用户界面(GUI)之外还提供API,那么API位于哪一层

发布于 2024-11-30 17:12:07 字数 126 浏览 0 评论 0原文

我开发了一个 Web 应用程序,它具有 GUI(表示层)、用于处理数据的 Servlet 类(业务逻辑层)和 RDBMS(数据层)。现在我的应用程序还为其某些功能提供了 API,因此当我表示架构时,API 是否是业务逻辑或表示层的一部分?

I have developed a web application which has a GUI (Presentation tier), Servlet classes for processing data (Business Logic Layer) and a RDBMS (Data Tier). Now my application also provides an API for some of its functionality, so when i represent the architecture will the API b part of Business logic or Presentation tier?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

花开半夏魅人心 2024-12-07 17:12:07

问:为什么必须将 API 视为“层”?

为了便于讨论,我们将“层”定义为:

构成软件的元素的结构化机制
解决方案

如果您这样考虑,您的 API 是否不会跨越所有三个层(或者至少跨越您通过 API 公开的所有层)?

Q: Why must you consider the API a "tier"?

For the sake of argument, let's define a "tiers" as:

A structuring mechanism for the elements that make up the software
solution

If you think about it this way, wouldn't your API cut across all three tiers (or at least across all of the tiers you've exposed with your API)?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文