java - 使用 Spring 和 Hessian 的互操作性?是否可以?

标签 java spring interop hessian

Spring in Action 一书说:

Hessian, like RMI, uses binary messages to communicate between client and service. However, unlike other binary remoting technologies (such as RMI), the binary message IS PORTABLE to languages other than Java, including PHP, Python, C++, and C#. (316)

你能给我一些建议吗?我怎样才能得到它?也就是说,例如,通过使用 PHP,我可以读取 Hessian 消息。

最佳答案

关于java - 使用 Spring 和 Hessian 的互操作性?是否可以?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1857363/

相关文章:

java - Spring junit Autowiring 自定义类必须有构造函数本身吗?

Spring JDBC 身份验证与 LoadUserByName 的差异

c# - 如何查找正在使用 COM 互操作组件的进程

COM 互操作和 Outlook - 让 Outlook 可见?

java - JUnit 和 Powermock : Native Library already loaded in another classloader

c# - 字符串文字和字 rune 字可以连接吗?

java - 同步函数,还是在线程中锁定对象?

java - 与 Java 进程对话的简单方法

spring - 如何在 Spring-MVC 中注册全局自定义编辑器?

c# - 将 Windows 窗体值发送到 wpf 控件以更新位于 wpf 控件中的属性。