Is there a CRUD generator utility in Java(any framework) like Scaffolding in Rails?

Sathish picture Sathish · Jan 5, 2009 · Viewed 50.4k times · Source

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...

Answer

Michael Borgwardt picture Michael Borgwardt · Jan 8, 2010

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.