Spring RMI 通过什么协议?

发布于 2024-12-14 19:14:27 字数 168 浏览 0 评论 0原文

我正在使用带有 rmi 的 spring 远程处理。应用程序运行良好。但有一件事对我来说完全不清楚:spring 在其 rmi 支持中使用什么协议?

更新:默认是JRMP,我知道这一点。 JRMP 或 IIOP 与 Spring Remoting 搭配,这就是问题所在!

I'm using spring remoting with rmi. Application works fine. But one thing in totally unclear for me: what protocol does spring use in its rmi support?

Update: Default is JRMP, I know this. JRMP or IIOP goes with Spring Remoting this is the question!

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

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

发布评论

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

评论(2

简美 2024-12-21 19:14:27

RMI 使用 Java 序列化通过组件之间的线路发送对象。

RMI uses Java serialization to send objects over the wire between components.

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