File: control

package info (click to toggle)
jaminid 0.99a-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,324 kB
  • ctags: 2,172
  • sloc: java: 1,341; makefile: 55
file content (29 lines) | stat: -rw-r--r-- 1,284 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: jaminid
Section: java
Priority: optional
Maintainer: Rail Aliev <rail@i-rs.ru>
Build-Depends: debhelper (>= 6.0.7~), javahelper, quilt
Build-Depends-Indep: openjdk-6-jdk, gjdoc
Standards-Version: 3.8.2
Homepage: http://jaminid.sourceforge.net/
Vcs-Bzr: http://bzr.debian.org/users/rail-guest/jaminid/
Vcs-Browser: http://bzr.debian.org/loggerhead/users/rail-guest/jaminid

Package: jaminid
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Description: 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.