Source: hessian Maintainer: Debian Java Maintainers Uploaders: Emmanuel Bourg Section: java Priority: optional Build-Depends: debhelper-compat (= 13), default-jdk, javahelper, maven-repo-helper, libservlet-api-java Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/java-team/hessian.git Vcs-Browser: https://salsa.debian.org/java-team/hessian Homepage: http://hessian.caucho.com Rules-Requires-Root: no Package: libhessian-java Architecture: all Multi-Arch: foreign 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 Multi-Arch: foreign 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.