Release Notes: A new readConfiguration(Reader reader) method in BinderManager (all other readConfiguration methods call this one), a new readConfiguration(String filename) convenience method to BinderManager, new documentation about SearchElements, removal of writeConfiguration() and write() methods from Binder, removal of all write() methods from Binder implementations, use of EdenLib classes wherever possible, an upgrade to EdenLib 1.0b1, and all new JavaDoc documentation.


Release Notes: A new readConfiguration(Reader reader) method in BinderManager (all other readConfiguration methods call this one), a new readConfiguration(String filename) convenience method to BinderManager, new documentation about SearchElements, removal of writeConfiguration() and write() methods from Binder, removal of all write() methods from Binder implementations, use of EdenLib classes wherever possible, an upgrade to EdenLib 1.0b1, and all new JavaDoc documentation.


Release Notes: Support for loading and storing collections of objects has been added, as well as search package and changed loadData() methods to accept a SearchElement, and copyright headers. Read and write methods are now optional, and SQL binder classes have been moved to org.databind.binder.sql.