« Standard Edition 2.0.1 | Main | Standard Edition 2.0.2 »

Enterprise Edition BETA 2

The second BETA release of FireStorm/DAO Enterprise Edition is now available for download.

This release includes the following improvements that also feature in the Standard Edition 2.0.1 release:

  • Generated code has re-usable methods for common operations (such as fetching results) making the code far closer to human-authored code
  • Generated code also includes comments and only has import statements that are needed, again making the code appear to be human-authored.
  • There is now an option to control whether the SQL statements should include the schema name or not.
  • DAO implementation now has findBySqlSelect and findBySqlWhere for greater control over the SQL that is executed for finder methods.
  • Bugs in Linux script (firestorm.sh) have been fixed.
  • Fixed Linux font issues
  • New and improved GUI look-and-feel
  • Oracle CLOB columns are now correctly recognized when importing from JDBC
  • Project file format has changed slightly so that code-generation options are stored as key-value pairs making it feasible to have a consistent XSD for all code generator plug-ins (including user-defined code generators with the Architect edition).
  • It is now possible to specify the name of the generated JAR file in the project file