I'm not a big fan of code generators, but I gave Struts2Builder a try.  It
worked well generating a complete Struts 2 CRUD web application.  I used on
Mac OS 10.8.1 and with MySQL.

One change I would recommend is that in the dependencies you instruct the
user to add to pom.xml I think you've got an old version number for the
spring-aop.

Also why cannot the maven compiler settings be set to generate Java 1.6
instead of Java 1.5?

Lastly, is it possible in this version to only use some of the columns in a
table for generating the Java classes?  I sometimes need to use existing
tables that have dozens of columns but I only need a few of those columns to
create/populate the state of my Java object (just to read from the table -
there is no update/create back to the table)?

Bruce



--
View this message in context: 
http://struts.1045723.n5.nabble.com/Struts2Builder-0-5-0-has-been-released-now-with-support-for-Oracle-Sybase-and-MS-SQL-Server-tp5710530p5710540.html
Sent from the Struts - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to