| Beginner |
 |
Joined: Sun Nov 18, 2007 10:39 am Posts: 46 Location: Liverpool, England
|
|
I've written some codesmith templates. I was initially using the database schema to guide the generation, along with metadata on the columns/tables/etc in the form off extended properties (back end is MSSQL) but soon came to the the conclusion this was a dead end. I now use a combination of an XML control file and the database schema. The XML file controls how I generate a given table, and also allows me to override the default behaviour where desired. Next thing I'm looking to do is to add support for specifying where a component should be used.
Kev
|
|