Django namespaces hacks
Jul 09

Still remember the great company Caucho? Yes, it’s still alive. Besides its flagship product Resin, it also provides some open source libraries.

Actually, there are 2 remoting libraries you can use. One is Burlap, and another is Hessian. Hessian is the binary protocol implementation of Burlap. Burlap is xml based RPC. That’s quick easy to use in Spring framework, but 2 years ago, only be available in Java world. Now, it’s changed a lot. Take a look at Hessian, it’s pretty cool, so many implementations for different languages. Especially for Flex.

Hessian is very similar to AMF, but without any performance comparison, I don’t know which is more efficient. Anyway, we have one more solution for Flex Remoting, which from the Java world. That’s great!

Here is an example how to use Hessian in Flex.
Hessian: Flex Remoting Without AMF

Leave a Reply