jaminid 0.99a-1 source package in Ubuntu

Changelog

jaminid (0.99a-1) unstable; urgency=low

  * Initial release. (Closes: #533883)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  19 Nov 2009 21:33:35 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Lucid
Original maintainer:
Rail Aliiev
Architectures:
all
Section:
java
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lucid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
jaminid_0.99a.orig.tar.gz 130.2 KiB f9993fbcea0ca5fdc17bac5142c885a3d6031222b0b752d5c8800eab8f5d1f4c
jaminid_0.99a-1.diff.gz 3.4 KiB 292d5c78c0cad4bfa3f1661c4fff9a6754204ad2ad332513f51bf7cbf1957108
jaminid_0.99a-1.dsc 1.8 KiB 19f88faee5954942de131dbbae576eff8a0d4eeeedddf12281d5d14907fb0d44

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.