There开发者_JS百科 is a Java service that I need to invoke from PHP that looks something like this:
I have to call to get many data from Hessia开发者_高级运维n services, the services are quite slow. Because the Hessian calls do not update data and the results are rarely changed. I wonder is there an
In the comments to this question: Testing Hessian remoting-servlet.xml Skaffman labeled Hessian a dead duck. So question is: what to use as a replacement.
I have a client calls to a server through Hessian. During that time the server is not stable and ussually have Socket reset error. And the client was hangs at the below log. So how can I release this
I found the hessian/hessiankit for iphone very interesting and i am thinking of using it for this new project im working on that\'s targeting ipad.
I am new to Spring and Hessian and never used them before. I want to write a small Hello World Program which clearly shows how this service works.
I can\'t find javadoc for Hessian lib. I want to know how to configure and full usage of Hes开发者_如何学编程sian client.The documentation is at hessian.caucho.com, but Hessian\'s not commonly used an
if I have the custom value object in this framework, how should I do? I have declared and defined the interface and implementation of LoginRequest and LoginResponse, and also, the protocol of LoginReq
We\'re looking at technologies for an up and coming project here and I really want to use Guice as our dependency injection framework, I also want to use Hessian for clien开发者_运维知识库t/server com
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.