Click here to Skip to main content
15,892,839 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Did anyone ever implemented flyweight design pattern? Pin
CPallini26-Nov-07 11:18
mveCPallini26-Nov-07 11:18 
GeneralRe: Did anyone ever implemented flyweight design pattern? Pin
Paul Conrad23-Dec-07 8:16
professionalPaul Conrad23-Dec-07 8:16 
GeneralRe: Did anyone ever implemented flyweight design pattern? Pin
CPallini23-Dec-07 11:17
mveCPallini23-Dec-07 11:17 
Questioncreate windows application with database access Pin
cellardoor071621-Nov-07 11:46
cellardoor071621-Nov-07 11:46 
AnswerRe: create windows application with database access Pin
Mark Churchill21-Nov-07 13:51
Mark Churchill21-Nov-07 13:51 
GeneralRe: create windows application with database access Pin
cellardoor071622-Nov-07 8:50
cellardoor071622-Nov-07 8:50 
AnswerRe: create windows application with database access Pin
ravtos19-Jan-08 6:25
ravtos19-Jan-08 6:25 
GeneralChild Objects Inheriting Property Values from Parents Pin
Brady Kelly19-Nov-07 23:10
Brady Kelly19-Nov-07 23:10 
I have a hierarchy of objects that share some attributes, e.g. both my parent Record and Column objects have a columnDelimiter property.  I want this property on the Column object to default to the same property on the Record object, until specified on the Column object.  What is the best way to go about this?  I could give each Column a reference to the Record it belongs to, but this seems not quite right to me.  My other option is to have the Record act as a ColumnFactory, setting the columnDelimiter value on each Column it creates, until a set accessor on Column optionally overrides that default value.


My head asplode!


Calling all South African developers! Your participation in this local dev community will be mutually beneficial, to you and us.

GeneralRe: Child Objects Inheriting Property Values from Parents Pin
led mike20-Nov-07 5:17
led mike20-Nov-07 5:17 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
Brady Kelly20-Nov-07 5:25
Brady Kelly20-Nov-07 5:25 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
led mike20-Nov-07 6:10
led mike20-Nov-07 6:10 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
Brady Kelly20-Nov-07 6:29
Brady Kelly20-Nov-07 6:29 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
led mike20-Nov-07 8:26
led mike20-Nov-07 8:26 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
Brady Kelly20-Nov-07 9:20
Brady Kelly20-Nov-07 9:20 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
led mike20-Nov-07 9:56
led mike20-Nov-07 9:56 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
Brady Kelly20-Nov-07 10:41
Brady Kelly20-Nov-07 10:41 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
Tristan Rhodes22-Nov-07 5:43
Tristan Rhodes22-Nov-07 5:43 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
led mike26-Nov-07 4:50
led mike26-Nov-07 4:50 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
Tristan Rhodes28-Nov-07 1:14
Tristan Rhodes28-Nov-07 1:14 
GeneralRe: Child Objects Inheriting Property Values from Parents Pin
led mike28-Nov-07 6:22
led mike28-Nov-07 6:22 
QuestionScaling out transaction processing Pin
Anubis33316-Nov-07 7:50
Anubis33316-Nov-07 7:50 
AnswerRe: Scaling out transaction processing Pin
led mike19-Nov-07 4:50
led mike19-Nov-07 4:50 
GeneralRe: Scaling out transaction processing Pin
Anubis33327-Nov-07 10:29
Anubis33327-Nov-07 10:29 
GeneralRe: Scaling out transaction processing Pin
led mike27-Nov-07 11:17
led mike27-Nov-07 11:17 
GeneralRe: Scaling out transaction processing Pin
Anubis33328-Nov-07 4:09
Anubis33328-Nov-07 4:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.