Is there a CRUD generator utility in Java like Scaffolding in Rails? Can be in any framework or even plain servlets. Must generate controllers + views in jsp, not just DAO code...
Is there a CRUD generator utility in Java like Scaffolding in Rails? Can be in any framework or even plain servlets. Must generate controllers + views in jsp, not just DAO code...
Spring Roo seems to be exactly what you're looking for: CRUD code generation, spits out pure Java code that can be made tun run entirely independant from the framework.
JBoss Seam has a scripting utility called seam-gen that will create scaffolding:
http://docs.jboss.org/seam/1.1BETA2/reference/en/html/gettingstarted.html
It is very powerful, perhaps it will be too powerful for the task in question, but it does it well.
Netbeans has something like this.
There's a demo here: http://www.netbeans.org/kb/55/persistence-demo.html
I've got this a long time ago.
http://mahosoft.com/docs/WhitePaper-WEB-App-Spanish.pdf
Google translation to english:
May be outdated though.