in reply to Best way to 'add modules' to web app?
Although I agree with the other contributers (chromatic and The Mad Hatter) that it is hard to design in advance to unknown requirements, it might be useful to keep a few design patterns in mind.
Specifically, you might have a look at the Filter pattern (GoF pattern), as well as the Dynamic Linkage pattern (Grand98).
References are Design Patterns and Patterns in Java.
Just my 2 cents, -gjb-
|
---|
Replies are listed 'Best First'. | |
---|---|
what about structured programming?
by chanio (Priest) on Jul 05, 2003 at 23:50 UTC |