java RMI communication with non java entity?
问题 Is it possible to communicate with non java entity sing RMI protocol What is special about RMI IIOP? Thx 回答1: It's technically possible. You will need to implement a RMI server on the non-java side. I would not recommend it though. Try exploring the possibility of using WebServices, which is commonly used for that: communicating entities from (probably) different platforms . 回答2: RMI is protocol supposed to be purely used by Java applications. It put some requirements on communicating which