Java RMI Resources(Java RMI 资源)
问题描述
我目前正在开展一个涉及广泛使用 Java RMI 的项目,我想知道是否有人知道有关它的任何好的资源.
I am currently undertaking a project that involves extensive use of Java RMI and I was wondering if anyone is aware of any good resources about it.
我目前发现的材料的问题是它通常已经过时(如 Java 1.3)和/或半完整.我什至很乐意买一本关于它的书,但在亚马逊上看,所有的书都像是 7 岁了.
The problem I am having with the material I am finding currently is that its usually quite out of date (like Java 1.3) and / or half complete. I would even be happy to buy a book on it but looking on Amazon all the books are like 7 years old.
因此,如果有人知道任何好的资源、书籍或好的示例实现,我会非常有兴趣了解它们.
So if anyone is aware of any good resources, books or good example implementations I would be very interested to hear about them.
推荐答案
RMI Hello World 看起来不错.当然这仍然是一个简单的例子,所以也许 关于 RMI 性能/可扩展性的提示 会有用因为您已经熟悉 RMI.
RMI Hello World looks nice for a start. Of course it's still a simple example, so maybe tips on RMI performance/scalability will be useful since you're already familiar with RMI.
这篇关于Java RMI 资源的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Java RMI 资源


基础教程推荐
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- 降序排序:Java Map 2022-01-01