Viewing 8 posts - 1 through 8 (of 8 total)
Joshua T. Lewis-378876 (11/9/2010)
1.) Always separate by partition (or...
November 9, 2010 at 6:03 am
jyurich (11/3/2010)
November 4, 2010 at 4:52 am
RobertYoung (10/31/2010)
wbrianwhite (10/30/2010)
All of the other techniques mentioned can built into a generator
I have a hard time believing this. How would a code generator know enough about your application...
October 31, 2010 at 4:03 pm
Or they have a terabyte+ database where the important procs need to be specifically tuned to be fast enough. RAP would replace your laboriously tuned proc with a vanilla...
October 29, 2010 at 12:22 pm
careusa2003 (10/29/2010)
I would not touch this design with a 10-foot pole.
If you are going to insult a design of which you know little about, at least elaborate. I would love...
October 29, 2010 at 7:32 am
RobertYoung (10/27/2010)
doofledorfer (10/27/2010)
CRUD-driven apps are in my experience a UI disaster.
The display of the UI isn't a function of CRUD-drivenness. All apps are CRUD. Most UI's today are...
October 28, 2010 at 6:01 am
Actually the generator that we use is CodeSmith and NetTiers. It is quite extensible and powerful. We have seen no issues with performance, and it is enterprise worthy. It does...
October 28, 2010 at 5:47 am
I have actually found that a better naming convention is as follows (using Organization as the basic entity):
Table - Organization
View - OrganizationView
Because of the way we use tables and views,...
October 26, 2010 at 8:59 am
Viewing 8 posts - 1 through 8 (of 8 total)