I have just added a number of custom attributes to OPTIONALLY move class mappings from XML to code.
The idea behind this being that currently changes to a business class require changes in the code, in the XML file and in the database. By incorporating the mapping into the business object there are now only
two places that need changing - namely the code and the database. This should make business objects and applications more portable and reduces
the XML file to database declarations only.
CVS has been updated and assuming there are no reported problems 0.2.0 will be publicly released in the next few days.
For more information see the message posted on the mailing list (you can check the archives if you have not subscribed).
- Richard.