Simple Scaffolding
One of my biggest problems with day to day Java coding is a lack of easy code generation. Frequently I find myself working on
a new project and having to set up all the same boilerplate code. Obviously I’ll try to minimise the effort involved
by first reaching for a Maven archetype
or, more recently, a git repository with a standard set of starting code.
In the past I even gave Spring Roo a try out, and Grails is pretty good
if you’re allowed to use Groovy where you work.
[Read More]