Tag Archives: adobe
Design Patterns in Coldfusion (Iterator Pattern)
This is the second article on design patterns in Coldfusion. Part one can be viewed here. Quick Description The iterator provides a single way to loop over a collection of elements without having to worry which type of collection (list, … Continue reading
Posted in Code, Programming, Web Design
Tagged adobe, coldfusion, design pattern, iterator
2 Comments
Design Patterns in Coldfusion (Decorator Pattern)
Implementing the decorator pattern from the GoF in Coldfusion. Continue reading
Posted in Code, Programming, Web Design
Tagged adobe, coldfusion, decorator, design pattern
1 Comment