Greg's Blog

helping me remember what I figure out

Cfml Based Design Patterns a Gogo

| Comments

Scott and Joe have been busy posting a flurry of information on both Mach-ii and then more generally speaking Design Pattern, all of this of course in the context of ColdFusion.
  • My Mach-II survival guide, which is an overview of Mach-ii and some of Scott’s coding practices.
  • Do you know what a Bean is? - as the title suggests an overview of Beans and an introduction to the Composite Bean pattern.
  • Pretty Practical Pattern Post , Joe reviews an application/demo he recently built and discusses the patterns (DAO, Gateway [these two fall under the data patterns], Factory Method, Abstract Factory Method [and these fall under the Creational Pattern category], Facade [a structural pattern], Beans and TOs) and their implementation.

UPDATE

And in the december issue of CFDJ Hal has written up an introduction to the decorator pattern