Java::SJ 0.01 review

Download
by rbytes.net on

Java::SJ is a highly configurable Java program startup system. SYNOPSIS sj myprogram.sj This module allows you to very eas

License: Perl Artistic License
File size: 17K
Developer: Nigel Rantor
0 stars award from rbytes.net

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