soundasleep / iaml

Automatically exported from code.google.com/p/iaml
3 stars 1 forks source link

Refactor domain object/instance codegen templates #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?
Refactor domain object/instance templates into a new template folder; one
template for each modelling concept (domain object, domain store, ).

Make output unified - all templates have a parameter 'isClientSide'. Unify
both client-side code and server-side code into the same codegen templates,
linked by the 'isClientSide' template parameter.

What goal would this enhancement help you achieve?
More reliable and testable codegen templates.

Original issue reported on code.google.com by soundasleep on 23 Jul 2009 at 10:33

GoogleCodeExporter commented 9 years ago

Original comment by soundasleep on 6 Aug 2009 at 5:05