Source: hessian Maintainer: Debian Java Maintainers Uploaders: Miguel Landaeta , Emmanuel Bourg Section: java Priority: optional Build-Depends: debhelper (>= 9), default-jdk, javahelper, maven-repo-helper, libservlet3.1-java Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/hessian.git Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/hessian.git Homepage: http://hessian.caucho.com Package: libhessian-java Architecture: all Depends: ${misc:Depends} Suggests: libhessian-java-doc (= ${binary:Version}) Description: Java implementation of a binary protocol for web services Hessian provides compact binary and XML protocols for applications needing performance without protocol complexity. It is well-suited to sending binary data without any need to extend the protocol with attachments. This library also includes Burlap that is a matching XML protocol. . With Hessian, providing a web service is as simple as creating a servlet and using a service is as simple as a JDK Proxy interface. Package: libhessian-java-doc Architecture: all Section: doc Depends: ${misc:Depends} Suggests: libhessian-java (= ${binary:Version}) Description: Documentation for libhessian-java Documentation for Hessian that is a Java library that provides compact binary and XML protocols for applications needing performance without protocol complexity. It is well-suited to sending binary data without any need to extend the protocol with attachments. This library also includes Burlap that is a matching XML protocol. . With Hessian, providing a web service is as simple as creating a servlet and using a service is as simple as a JDK Proxy interface.