Java::SJ 0.01 review
DownloadJava::SJ is a highly configurable Java program startup system. SYNOPSIS sj myprogram.sj This module allows you to very eas
|
|
Java::SJ is a highly configurable Java program startup system.
SYNOPSIS
sj myprogram.sj
This module allows you to very easily run Java services that rely on complex configuration at the VM and library level. It also provides an easy way of specifying a sensible 'default' configuration that can be overridden by specific applications should they need to.
The system is configured on a machine and application level. The system looks for configuration files in a set of well-known locations, currently these are:
/etc/sj.conf
.sj.conf in users HOME directory
.sj.conf in current working directory
Every application is defined in terms of a similar configuration file. The configuration system has been designed so that it is easy to write a simple and minimal configuration file for a program.
Provided the system has a fairly complete configuration associated with it then an application configuration file need only have the class name to be executed.
Requirements:
Perl
Java::SJ 0.01 search tags