| resin 4.0 | | protocols
Hessian and Burlap are compact binary and XML protocols for
applications needing performance without protocol complexity.
Hessian is a small binary protocol. Burlap is a matching XML protocol.
Providing a web service is as simple as creating a servlet.
Using a service is as simple as a JDK Proxy interface.
Hessian is a simple binary protocol for connecting web
services. The com.caucho.hessian.client and com.caucho.hessian.server
packages do not require any other Resin classes, so can be used in
smaller clients, like applets.
Because Hessian is a small protocol, J2ME devices like cell-phones can use
it to connect to Resin servers. Because it's powerful, it can be used
for EJB services.
The Hessian specification
itself is a short and interesting description.
Hessian is a compact binary protocol for connecting web
services.
Because Hessian is a small protocol, J2ME devices like cell-phones can use
it to connect to Resin servers. Because it's powerful, it can be used
for EJB services.
Hessian is a compact binary protocol for cross-platform web
services and messaging.
Burlap is a simple XML-based protocol for connecting web
services. The com.caucho.burlap.client and com.caucho.burlap.server
packages do not require any other Resin classes, so can be used in
smaller clients, like applets.
Because Burlap is a small protocol, J2ME devices like cell-phones can use
it to connect to Resin servers. Because it's powerful, it can be used
for EJB services.
Copyright © 1998-2009 Caucho Technology, Inc. All rights reserved. Resin ® is a registered trademark, and Quercustm, Ambertm, and Hessiantm are trademarks of Caucho Technology. |
|