A very handy plugin, in my humble opinion since I created it
myself, is the Entity Expander. (Earlier blog entries are available
on this, e.g.,
here.)
Take a look at this plugin if you're doing POJO-based
development, i.e., plain old Java objects are the starting point of
something larger, via some kind of framework or other technology.
Right-click on any Java class and apply a template to it:
For example, if you have a POJO named "Person", with two String
fields, named...