FireStorm/DAO 2.2 Update
The 2,2 Early Access release has now been updated. The new build fixes a couple of remaining problems with CLOB and BLOB support and enhances the Struts code generation capability.
Specifically, the following issues have been fixed:
* MySQL TEXT columns are now correctly recognized as CLOB rather than BLOB when reverse-engineering
* JDBC source code is now correctly generatd for BLOB columns (this code was not generated at all in 2.1 due to a bug)
* Correct handling for NULL values in CLOB and BLOB columns
* Generated struts web application now provides full insert and update capabilities