[Edenlib-announce] EdenLib 1.0b4 Released
Brought to you by:
aeden
From: Anthony E. <me...@an...> - 2002-02-27 21:39:08
|
Version 1.0b4 of the EdenLib Java library is now available at http://edenlib.sf.net/ EdenLib is a collection of Java libraries which I use throughout my open source projects. This collection contains code which I have found useful time and time again and which I believe may be useful to other developers as well. Added DOMConfiguration implementation. XMLConfiguration now uses DOMConfiguration. XArrayList can now listen for PropertyChangeEvents on objects which have an addPropertyChangeListener() method. When these events occur XArrayList will fire a ListDataEvent to all ListDataListeners contentsChanged() methods. Fixed NPE in MethodUtilities when using null args. Added more methods to SQLUtilities (courtesy of Kalman). Changed copyright date to 2000-2002. This is a beta release. The APIs should be fairly stable now, but I may still add methods as necessary. Please send questions, comments, or suggestions to me...@an... |