gpt4 book ai didi

jakarta-ee - 什么是网络中的骨架?

转载 作者:行者123 更新时间:2023-12-01 05:33:28 25 4
gpt4 key购买 nike

In a J2EE application, clients (applications, JSPs, servlets, JavaBeans) access entity beans via their remote interfaces. Thus, every client invocation potentially routes through network stubs and skeletons, even if the client and the enterprise bean are in the same JVM, OS, or machine.

什么是网络骨架?某种代理?我理解 stub 是一次性连接,这是正确的吗?

最佳答案

在 RMI 术语中,骨架是生成的对象,它位于服务器上,接受来自网络的调用,对它们进行解码,然后将它们转发到业务对象。

所以....

Client Business Object -> Stub -> Network -> Skeleton -> Server Business Object

不过,这是一个相当过时的术语,因为这种东西比早期的 java 自动化程度更高,在早期的 java 中,必须显式生成骨架。

关于jakarta-ee - 什么是网络中的骨架?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8591358/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com