Version 0.9.8 released. Major functions include query based factories to deal with joins, and much better support for MySQL.
Added support for Query Based Factories. These allow you to treat a result of query as a read-only table. Then code can be generated to query such factories and return Java objects.
The initial use is in dealing with joins.
We started with using views, but not all databases support views.
Fixed a bug in the release from last week.
Changes in 0.9.6 also include better type mapping to allow for new languages to be included into the framework.
-Paul
Sorry to anyone who had problems building, the old BUILD info file was outdated. I have put correct property dependency checking in ant so that no env scripts are needed simply set REGEXP_JAR, JDBC_JAR, XML_JAR, and ABRA_HOME in then and <db-name>
This is in the current CVS I will release soon when I complete some other fixes..
-Paul
Abra-0.8 lightweight persistance framework is now the stable version, the new development will take place in Abra-0.9 branch.
Current Abra-0.8 version is now the stable version. The new development branch is Abra-0.9. We will start working on more flexible representation of types in the database.
If you update Abra-0.8 please check in your changes into Abra-0.9 branch too.
Current build being used by our Company in production uploaded with some new features.
I loaded the initial code into the CVS. I still have to add an example plus docs.