“组件模型”是什么意思?

发布于 2024-12-28 08:14:44 字数 68 浏览 2 评论 0原文

我正在阅读 EJB 3 in Action,他们使用术语“组件模型”或“组件”。它们是什么意思?组件模型和组件有什么区别?

I am reading EJB 3 in Action and they use the term "Component model" or "Component". What do they mean? What is the difference between a component model and a component?

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

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

发布评论

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

评论(1

人事已非 2025-01-04 08:14:44

组件模型是指使用组件构建系统的体系结构。

组件本身是指通过接口提供服务的功能单元(由于封装,内部方法无法调用)。

Component model refers to the architecture where a system is build using components.

Component itself refers to a functional unit providing services by an interface (internal methods cannot be invoked due to encapsulation).

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