River Configuration Resources =================================== This project is intended to make it painfully simple to start up instances of straightforward services with a minimum of configuration hassle. The project provides (1) a ConfigurationProvider override that allows configuration files to be read from resources on the classpath, and (2) a set of configuration files that are structured to allow services and clients to be built easily. Usage ===== Include "RiverConfigurationResources.jar" in your project's classpath. Building the River Configuration Resources ============================================= The container was originally built using Netbeans 6.9 and has the appropriate project contents checked into Subversion. To build correctly, you need to define a few libraries in Netbeans: To do this, go to the "Tools->Libraries" menu. Define the following libraries: 'ApacheRiverPlatform' containing 'jsk-platform.jar' 'jsk-resources.jar' from the River distribution. 'ApacheRiverLib' containing 'jsk-lib.jar'. Add these libraries into the project classpath using the Project Properties dialog.