jaminid 0.99a-1.1ubuntu1 source package in Ubuntu

Changelog

jaminid (0.99a-1.1ubuntu1) bionic; urgency=medium

  * Drop build dependency on gcj-jdk.
  * Stop calling dh_javadoc.

 -- Matthias Klose <email address hidden>  Mon, 26 Mar 2018 09:55:12 +0800

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Bionic
Original maintainer:
Rail Aliev
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe java

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jaminid_0.99a.orig.tar.gz 130.2 KiB f9993fbcea0ca5fdc17bac5142c885a3d6031222b0b752d5c8800eab8f5d1f4c
jaminid_0.99a-1.1ubuntu1.diff.gz 3.7 KiB fee791e485426d9cd7b78491e1ebb81de67d455032e28b48d31f3cd9492d6d14
jaminid_0.99a-1.1ubuntu1.dsc 1.9 KiB 54b2faf3d6bf57830405ab4719fa6c845898256f8b7d13012b8bb592efabc679

View changes file

Binary packages built by this source

jaminid: Small and fast daemon for Java applications

 jaminid is a very small (and fast) daemon meant to embed in Java applications
 as an add-on HTTP interface.
 .
 There are many advantages to using jaminid in your programs:
  * Couples the server as closely as possible to the application.
  * Can easily provide an elegant interface, in a style of programming that is
    not at all harder than traditional console I/O.
  * May be used to attach a thin client interface to pre-existing applications
    with ease.
  * Enables HTTP deployment without developing an HTTP daemon or knowledge of
    the protocols.
  * The server can bundle with the application removing the need of a third
    party server. This makes the application easier to distribute.
  * Does not require knowledge of any other scripting language.