Hi,
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.