Interoperability by using Spring and Hessian ? Is it possible?

681 Views Asked by At

Spring in Action book says:

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)

Can you give me some advice how can i get it ? That is, by using PHP, for instance, i can read a Hessian messsage.

2

There are 2 best solutions below

0
On BEST ANSWER
0
On