Standard Edition 2.0.1
Version 2.0.1 of FireStorm/DAO Standard Edition is now available to download.
Change since 2.0 include:
- 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