This book was recommend by Hal Helms and if it's good enough for Hal then it's good enough for me :) Although this book was first published in 1990 it is still jam packed with useful information. It talks about C++ and Smalltalk but the explanations are relevant to any OO capable language, I got the first edition (for £2 for AbeBooks!) so they may have updated this in the second edition. Read more »
This is a really simple example of getting and displaying data from a database using the ColdFusion of Wheels framework. I should point out that I am not an expert, this is just me learning! Read more »
Brian Kotek wrote a sample application which illustrates extensive use of OO principles. I've taken Brian's Fusebox 4.1 Bookstore code and reworked it to use Fusebox 5.5 no XML. Read more »
Using cfproperty means you can still have a documented API and date type checking when you use the onMissingMethod technique for getters and setters. Read more »
When you create CFCs you need to be careful that you don't expose more data than you need to. When you create a CFC you need to be aware of the different scopes available. This is an overview of the three types. Read more »