Greetings all. Struts2Builder version 0.5.0 has been released.
Struts2Builder is a Java code generation system that can automatically build a real, live, functioning Struts2 / Hibernate / Spring system for any existing Oracle, MySQL, PostgreSQL, Microsoft SQL Server, or Sybase database. Struts2Builder will log into the database, examine the metadata, and generate the source code necessary to create a CRUD (Create, Read, Update, Delete) application for every table in the target database. This is intended to serve as the "bones" of your Struts 2 application, upon which you can build all the extra functionality that you require. =============================================================== RELEASE NOTES Version 0.5.0 contains some enhancements, and one bug fix: Enhancements: Other databases are now supported. Previous versions of Struts2Builder supported PostgreSQL and MySql only. This release adds support for Oracle, Sybase, and Microsoft SQL Server. Bug Fix: If a table has multiple complex foreign keys targeting the same base table, the Hibernate relationships based on those foreign keys were not created properly. This has been fixed. =============================================================== We recommend that all users of Struts2Builder upgrade to this new release. Struts2Builder can be downloaded at http://struts2builder.sourceforge.net. Documentation is included as a pdf file in the released zip. Struts2Builder is released under the MIT license, and you are free to use this in any project, commercial or non-commercial. Enjoy! --Tom