Jump to content

Hessian (Web service protocol)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Choas~enwiki (talk | contribs) at 19:59, 26 May 2011 (Implementations: old link for Hessian4J is broken; using first link which google found : berlios : 81.609% activity last wekk). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Hessian
Written inJava, Python and ActionScript
Operating systemCross-platform
Typeweb service protocol
LicenseApache License 2.0
Websitehttp://hessian.caucho.com/

Hessian is a binary web service protocol that makes web services usable without requiring a large framework, and without learning a new set of protocols. Because it is a binary protocol, it is well-suited to sending binary data without any need to extend the protocol with attachments.

Hessian was developed by Caucho Technology, Inc. The company has released Java, Python and ActionScript for Adobe Flash implementations of Hessian under an open source license (the Apache license). Third party implementations in several other languages (C++, .NET C#, Perl, PHP, Ruby, Objective-C, D, and Erlang) are also available as open-source.

Adaptations

Although Hessian is primarily intended for web services, it can be adapted for TCP traffic by using the HessianInput and HessianOutput classes in Caucho's Java implementation.

Implementations

See also