jDowdle.com header image 1

Entries Tagged as 'adobe'

Design Patterns in Coldfusion (Iterator Pattern)

July 8th, 2008 · 2 Comments · Code, Programming, Web Design

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, struct, array, query) it is. The interface for an iterator is quite simple with the [...]

[Read more →]

Tags:···

Design Patterns in Coldfusion (Decorator Pattern)

July 3rd, 2008 · 1 Comment · Code, Programming, Web Design

Implementing the decorator pattern from the GoF in Coldfusion.

[Read more →]

Tags:···