How did I not know about ColdBox?
Posted by Steve BrownleeJul 11
Sure, I had seen the name float randomly about in my travels on the information superhighway (wow, that’s a term I haven’t heard since 1999, and don’t know why it leaked out of my brain just now), but I never took the time to investigate it until about 2 weeks ago.
One word. Dayum!
Color me impressed. I’ve been married to Model-Glue for quite some time. It does everything I need and has just enough features thrown in to make me happy 90% of the time. I’m not one to rest on my laurels, though; it ain’t in my bones. On the surface, ColdBox looks to be a much more robust framework with more development tools built in to help in “enterprisey” application development.
Of course, the one thing that always scares me when I say things like “robust” and “enterprisey application development” is performance. All those extra goodies thrown into ColdFusion application frameworks always mean some performance cost.
I’ve downloaded the code and have yet to start a large project yet, but I will admit to being excited to start trying out all the ColdBox tools and see if it can hold up against the massive amounts of data, objects and users that get thrown into my apps.

Hi Steve, glad you are liking it. I believe you will be impressed with the speed and robustness of the platform. Most of the “extra” features are built upon plugins and interceptors, which are brought in to an application on demand. The cache is memory aware and based on concurrency classes, so you will see great speed improvements when caching.
Any questions, let me know.
Luis
Steve- wondering how you’re getting on with Coldbox performance vs. Model-glue?