On 6/26/06, Jeff Butler <[EMAIL PROTECTED]> wrote:
4. Abator generates code that matches database tables, rather than a rich domain model.
I agree with your philosophy 100% on this.
5. Useful code gen implies that something is wrong with iBATIS. ...
I think that we could provide some cached runtime codegen to offset this. What I mean by that is that using dbmetadata, we could generate simple CRUD stuff pretty easily at runtime, and simplify the creation of beans as a developer task. Larry