简体   繁体   English

.NET Remoting的开源实现

[英]Open source implementation of .NET Remoting

Does anyone know of an open source implementation of .NET Remoting?有谁知道 .NET Remoting 的开源实现? Preferably in Java or another non-CLR language.最好使用 Java 或其他非 CLR 语言。

My current project needs to interface with a proprietary app with a good remoting interface from Java, but the only implementations that I have been able to find are J-Integra and JNBridgePro .我当前的项目需要与具有来自 Java 的良好远程接口的专有应用程序交互,但我能够找到的唯一实现是J-IntegraJNBridgePro

I am aware that I could use Mono to glean the implementation specifics, but barring a ready-to-use library, I'd prefer an implementation that shows some of the type-marshalling issues that I'll need to deal with.我知道我可以使用 Mono 来收集实现细节,但除非有现成的库,否则我更喜欢显示一些我需要处理的类型编组问题的实现。

maybe you should use a SoapFormatter over HTTP.也许您应该在 HTTP 上使用SoapFormatter

Then you'll be able to use any platform ( capable of send strings over HTTP ) to invoke methods of your object.然后,您将能够使用任何平台(能够通过 HTTP 发送字符串)来调用 object 的方法。

Regards, Giacomo问候,贾科莫

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM