[Databind-developer] DataBind 0.3 Released
Status: Alpha
Brought to you by:
aeden
|
From: Anthony E. <me...@an...> - 2001-11-30 03:12:21
|
Version 0.3 of DataBind is now available at http://databind.sf.net/ . DataBind is a library to simplify the persistance of Java objects to a datastore. A datastore may be a relational database, XML files, or any other type of datastore. Java objects which are persisted do not need to be modified in any way. The only requirement for persisted objects is that they have read and write methods for each field that you would like to persist. This version adds support for loading and storing collections of objects. Read and write methods are now optional. Added search package. Moved SQL binder classes to org.databind.binder.sql. Added copyright headers. Please send all questions and comments to me...@an.... |