As with all CFML designs through ColdFusion , Railo, or OpenBD , we run into general programming problems. For these problems, the programmer should refer to patterns (or anti-patterns). However, classic resources such as GOF and modern Head First books tend to focus on Java.
While java is beautiful in its own right, all three cfml engines are essentially Java applications that say that not all or even many design patterns can or should be used in the java method when writing cfml.
I would like to know what resources / templates you found useful when working with cfml? Or that you changed the java or smalltalk template adaptation for use in cfml?
Personally, I found that both of these presentations are interesting:
CFMeetup: Design Patterns and ColdFusion Posted by Sean Corfield
and
Design Patterns By Cameron Childress
Update:
Stumbled upon cfdesignpatterns.com , looks promising.
source
share