DataBind change log. For download and documentation visit http://www.databind.org/ Version 0.4 (December 15, 2001) - Added readConfiguration(Reader reader) method to BinderManager. All other readConfiguration methods now call this one. - Added readConfiguration(String filename) convenience method to BinderManager. - Added documentation about SearchElements. - Removed writeConfiguration() and write() methods from Binder. - Removed all write() methods from Binder implementations. - Removed ConfigurationWriteException. - Used EdenLib classes wherever possible. - Upgraded to EdenLib 1.0b1 - Added all JavaDoc documentation. Version 0.3 (November 29, 2001) - Read and write methods are now optional. If a read or write method is not specified then attempts to read or write of the field will throw an exception. - Added search package. - Moved SQL binder classes to org.databind.binder.sql. - Added support for loading and storing collections of objects with search facilities. - Added copyright headers. Version 0.2 (September 10, 2001) - Added views to the BinderManager. The same object can be loaded and stored differently depending on the view name. - Select, insert, update, and delete operations in SQLBinder are now optional. Only queries defined in databind.xml will be supported. - BinderManager methods are now instance methods. Added getInstance() method if a shared BinderManager is required. - Abstract Binder methods are now protected - Added developer documentation - Added JavaDoc documentation Version 0.1 (August 29, 2001) - Initial release.