You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Thomas Sattler <to...@gmail.com> on 2012/06/18 17:05:56 UTC

Struts2Builder 0.4.1 has been released

Greetings all.

Struts2Builder version 0.4.1 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 PostgreSQL or MySQL 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
database application, upon which you can build all the extra functionality
that you require.


===============================================================

RELEASE NOTES

Version 0.4.1 is a maintenance release with one change, which affects the
User Interface.

Version 0.4.0 and earlier would create a UI that is sized for a 1280x1024
monitor.  If you are using a monitor that has a smaller vertical size, the
"Build" buttons would not show at the bottom of the screen so it would not
be possible to build an application.

This has been fixed in the 0.4.1 release.  Now, the initial screen is
smaller, but can be resized for whatever screen resolution you have.
Thanks to Rob Stone for the suggestion and testing.

===============================================================

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