|
Just to provide some comments from someone
other than the creator of the library J -
Why
generate code that has to be regenerated, recompiled, re-tested, and redeployed
upon any database change? -
Code->schema
generators lose critical control of the database, and are sensitive in upgrade
and other version migration scenarios -
Schema->code
generators are similarly problematic -
Why
cripple both the class model and the database schema by settling on a
lowest-common-denominator 1:1 literal mapping? -
Why
generate anything when metadata will do? My developers can own the classes. The
DBA team can own the database. The tool can bridge the gap, all without any-gen. Jeremy Gray From: Clinton Begin
[mailto:[EMAIL PROTECTED]
No thank you....
;-) On 4/4/06, Decima,
Mauro <[EMAIL PROTECTED]
> wrote: I have see http://www.nettiers.com.
This is a great job .NetTiers are CodeSmith templates for object-relational
mapping that takes an existing SQLServer database and automatically generates a
personnalized Data Tiers application block to use in your .Net applications. |
- #Of Topic Decima, Mauro
- Re: #Of Topic Clinton Begin
- RE: #Of Topic Jeremy Gray
- RE: #Of Topic Decima, Mauro
- RE: #Of Topic Jeremy Gray

