Downloadliste

Projektbeschreibung

NailGun is a client, protocol, and server for
running Java programs from the command line
without incurring the JVM startup overhead.
Programs run in the server (which is implemented
in Java), and are triggered by the client (written
in C), which handles all I/O.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-02-04 18:40
0.7.1

Diese Veröffentlichung fügt eine Falle für System.exit () innerhalb der Nailgun Server. Der Client beendet mit einem entsprechenden Exit-Code. Java-Programme können nun vollständig innerhalb Nailgun unverändert.
Tags: Major feature enhancements
This release adds a trap for System.exit() within the Nailgun server.
The client now exits with an appropriate exit code. Java programs can
now run completely unmodified within NailGun.

2005-01-04 15:05
0.7

Windows-Binary Zusammenstellung wurde auf der Build-Prozess aufgenommen. IP-Adresse Spezifikation wurde auf der NGServer Befehl hinzugefügt-line (zum ursprünglichen Verhalten der Bindung an alle Adressen zu überschreiben). Automatische Port-Auswahl wurde NGServer hinzugefügt (durch Angabe von Port 0). Die Fähigkeit, eine Standard-Nail ausgeführt werden soll, wenn ein ungültiger alias / classname vom Kunden angegeben wurde hinzugefügt. Die Fähigkeit zu deaktivieren classname Auflösung in NGServer wurde hinzugefügt, somit die Nutzer zwingen Nails nur von Alias, wenn Behinderte laufen.
Tags: Major feature enhancements
Windows binary compilation was added to the build
process. IP Address specification was added to the
NGServer command-line (to override default
behavior of binding to all addresses). Automatic
port selection was added to NGServer (by
specifying port 0). The ability to specify a
default Nail to run if an invalid alias/classname
is specified by the client was added. The ability
to disable classname resolution in NGServer was
added, forcing users to run Nails only by alias if
disabled.

2004-11-22 17:27
0.6

Tags: Initial freshmeat announcement

Project Resources