What are my options when working with subclasses in the encoder - do people often use scaffolding? Or is there a better way to quickly generate the code that will be used in CRUD applications?
I installed a spark plug: http://code.google.com/p/sparkplug/
And that seems pretty good - I mean that it is basic, but super fast to implement, and the code is basic, but neat and understandable.
However, I noticed that there is not much discussion about the advantages / disadvantages.
Can anyone advise a) a good library / toolkit to use? b) How best to act in this situation
source
share