Related Article(s): AjaxCFC ported to ExtJS
My integration of ExtJS, ajaxCFC and ColdFusion continues.
Note: This is for version 3.3.1. I've also been happily playing around with version 4, but until it's officially released, I must continue...
I've been using the AjaxCFC library for years. It's my preferred way of integrating Javascript and ColdFusion via AJAX. I've even modified it from its original form so that my implementation was strictly for integration with jQuery, only returns JSON...
Following up on my original post about ColdFusion performance hits on creating objects - it was suggested that I return an array of typed structures instead of an array of components.
I already had a nice AOP class for each of these scenarios, so all I...
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...