I needed a pet project to learn Groovy, so I have been playing with an
app to generate Struts 2 CRUD applications.
http://code.google.com/p/strutson/.

The generated blank app uses Convention, REST, Spring, Sitemesh, JPA
(Hibernate) and HSQL. The generated CRUDs mimics rest-showcase with
css shamelessly copied from grails. Only primitive types (booleans
translate to checkboxes, everything else to textfields), Date,  and
Calendar(translate to JQuery datepickers) are supported for the CRUD
generation. Validation generation from JPA annotations is still
missing, more to come later.

All in all, I love Groovy :)

musachy

-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to