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.

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

From the list of Hessian implementations: PHP Implementation of Hessian

link|improve this answer
Good to know. Thank you! – Arthur Ronald F D Garcia Dec 7 '09 at 4:15
feedback

Sure, see 17.3. Using Hessian or Burlap to remotely call services via HTTP in the Spring reference.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.