Interoperability by using Spring and Hessian ? Is it possible?
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 advi开发者_如何学Cce how can i get it ? That is, by using PHP, for instance, i can read a Hessian messsage.
From the list of Hessian implementations: PHP Implementation of Hessian
Sure, see 17.3. Using Hessian or Burlap to remotely call services via HTTP in the Spring reference.
精彩评论