If Hessian is dead, what should be used instead?

In the comments on this question: Testing Hessian remoting-servlet.xml

Scuffman called Hessian a dead duck. Therefore, the question is: what to use as a replacement.

Criteria for evaluation:

  • falling replacement would be cool.
  • should allow simple coding with interfaces
  • code generation as a separate build step
  • reasonable efficiency considering network bandwidth
  • not a dead duck

Important update:

  • http based
+3
source share
2 answers

I would probably use either Spring http invoker, hoping that supporting the large Spring ecosystem will help. It also looks like Hessian and http invoker should be easily exchanged.

+1
source

Apache Commons? , HttpClient HttpRequest .

, , , : , , . , ! . , .

+1

All Articles