EJB中无接口视图和接口视图的区别

发布于 2024-12-05 21:42:27 字数 47 浏览 1 评论 0原文

EJB 中的无接口视图和接口视图有什么区别?

两者的优点和缺点。

What is difference between No-Interface View and Interface View in EJB?

Advantages and disadvantages of both of them.

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

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

发布评论

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

评论(1

青衫儰鉨ミ守葔 2024-12-12 21:42:27

AFAIK EJB 3.1无接口视图意味着本地接口或代理是由容器隐式生成的,即bean的所有公共方法都被公开。

相反,提供显式接口允许您指定实际公开哪些方法以及接口的命名方式。

AFAIK EJB 3.1 no-interface view means that the local interface or proxy is implicitly generated by the container, i.e. all public methods of the bean are exposed.

In contrast, providing an explicit interface allows you to specify which methods are actually exposed and how the interface is named.

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