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 资源
基础教程推荐
- 如何对 Java Hashmap 中的值求和 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- Struts2 URL 无法访问 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
