Tagged Questions
2
votes
1answer
677 views
Workaround for J2ME Hessian limitations?
The official J2ME implementation of Hessian seems to have serious limitations : complex objects are not supported. This limitation is not mentioned anywhere on the online documentation, but if you ...
1
vote
2answers
227 views
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 ...