Hi,
So far the most I've done with code generation tools is creating my basic CRUD layers (basic sprocs, data layer and business layer that calls the data layer), and class creation based on my database tables.
What other ways do people use code gen tools?
I've never used ORM mappers or Hibernate and quite frankly don't understand what they do.
Do tools like ORM mappers and hibernate create 'slow' code? (i.e. adding too many layers and dynamic style coding that just ends up being bloatware)