Written by: Eric Daugherty
[Other Java Development Projects]
The Daugherty Java Library (DaughertyLib) is a collection of Java Classes designed to provide implementations of commonly required functionality. DaughertyLib has been divided into two seperate distributions: DaughertyLibEE, and DaughertyLibSE.
DaughertLibSE (Daugherty Library, J2SE Edition) contains common code and libraries that only require Java 2 Standard Edition version 1.3 (or later).
DaughertLibEE (Daughery Library, J2EE Edition), contains the entire DaughertyLibSE distribution plus additional classes that depend on the Java 2 Enterprise Edition (J2EE) version 1.3 (or later).
DaughertySELib and DaughertyEELib maintain binary compatablity, as long as both editions are the same version number. For example, an client application using DaughertyLibSE 2.0 should be able to handle a SystemException thrown from an application server using DaughertyLibEE 2.0. However, it may fail if the client version is 2.0, and the server is 3.0.
DaughertyLib is covered by the BSD License. A copy of the license is included in the distribution. Both the source and compiled classes may be used in open source or closed source projects. Please refer to the license for specifics.
If you are interested in discussing or contributing to this library, you may contact me at java@ericdaugherty.com
DaughertyLibSE requires the Apache-Commons Logging package. This package allows users to use any Logging package they choose. You MUST download this package to use DaughertyLibSE.
Version 2.0
DaughertyLibSE20.zip (source, binaries, and documentation)
DaughertyLibSE20.jar (binaries)
Version 2.0
DaughertyLibEE provides several features that require the use of other libraries.
DaughertyLibEE20.zip (source, binaries, and documentation)
DaughertyLibEE20.jar (binaries)
Documentation for this library is included in the distribution. You can view the current JavaDoc documents online here: