*/rsh tech|
your source for programming know-how
Generated by:
Craftsman

rsh-commons > rsh-config

The rsh-config module is a configuration package. It allows you to define easily a set of configuration sources (perhaps several configuration files and the system environment) and then present it as a union of those sources. It works very similar to the Apache Commons Configuration classes, while providing a few additional facilities that you end up implementing over and over on projects.

Overview

This page contains a brief overview of how the components in rsh-config interact to provide congfiguration information.

Examples

This page contains examples of configurations and how to set up configurations for your applications.