jaminid

Small and fast daemon for Java applications
  http://jaminid.sourceforge.net/
  0
  no reviews



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.