On 05/06/2011 11:01 AM, Emmanuel Bourg wrote:
Hi,
Thanks to the availability of the Maven artifacts with the 0.10 release
I've been able to finalize the library to do Hessian remote procedure
calls over AMQP. A documentation is available with complete code
examples on Github:
http://ebourg.gith
Hi,
Thanks to the availability of the Maven artifacts with the 0.10 release
I've been able to finalize the library to do Hessian remote procedure
calls over AMQP. A documentation is available with complete code
examples on Github:
http://ebourg.github.com/qpid-hessian
The library is also av
Le 27/05/2010 10:19, Gordon Sim a écrit :
That is for java only, but presumably other language bindings could be
written as well, right? Is the data format for messages fixed or can
that be varied as well (providing it meets the expected criteria)?
Any thoughts on hessian v. thrift (I admit, pe
On 05/26/2010 01:01 PM, Emmanuel Bourg wrote:
Hi,
I've done some request/response work with Qpid lately, and I implemented
a Hessian layer to make it easier. I'd like to share it here if ever
someone find it useful.
Thanks for sharing, this is interesting! It's a lot like what the WCF
service
Hi,
I've done some request/response work with Qpid lately, and I implemented
a Hessian layer to make it easier. I'd like to share it here if ever
someone find it useful. The source code is available there:
http://github.com/ebourg/qpid-hessian
If you've already worked with Hessian to do RPC