The Value Objects
Otherwise known as a transfer object is simply a design pattern for exchanging data between disparate systems. I'm working on a application with a Flex UI and a ColdFusion backend, and I initially discovered that if I return a query...
Autowiring in ColdFusion
Most of you may have heard of autowiring, and many of you may have implemented it in an application by now (most likely with Spring, ColdSpring, or Google Guice).
If you don't know what autowiring is, or are curious about how...
An old client of mine recently contacted me with a problem. Their home page, several sub-pages, and the administrative section weren't displaying properly and functionality was broken. Turns out, they were a victim of the recent swarm of SQL injection...
I've been meaning to share this for many reasons, but I've been bogged down with projects lately. However, it has allowed the code to mature and get streamlined a bit, so it's good that some time has passed.
This is a pattern that we've come up with at...
As a heavy user of Rob Gonda's ajaxCFC library, I've incorporated it into almost every app I've written in the past two years. The only restriction that required me to write workarounds was the fact that you could only invoke ColdFusion Components...