$Revision: 1.3 $
$Date: 2002/02/23 00:45:44 $
The CLRA application is a J2EE-based web application for managing the activities of a rowing club: membership rolls, rowing sessions, boatings, attendance, and invoicing. Whereever possible, the CLRA application is built from open-source technologies
The CLRA application is currently distributed as source code under the GNU General Public License.
See the Installation Guide.
The source code comes with extensive test data; see the Database Configuration Guide.
After installation, running the application simply requires starting JBoss and copying the Enterprise ARchive (EAR) file to the $JBOSS_DIST/deploy deployment directory. See the Build Process documentation.
The source code includes a (growing) suite of recursive JUnit tests for automated testing during builds. The test suite can also be invoked from shell script in the bin directory.
The application and unit tests have builtin logging to aid debugging. The logging is implemented using the log4j library; see www.apache.org/log4j for details.
See the generated documentation.
See the task list and bug lists on SourceForge.net