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...
I'd heard other people in the community mention that, while ColdFusion 8 was faster, object creation was notoriously slow. I never understood what they were talking about as I was creating up to 3000 DTO objects to pass to Flex and was seeing times...
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...