Blog

Coldbox, another great solution?

I don’t know why but I never really gave Coldbox a chance when it came out. That was still around the time before I started blogging or just investigating for fun, so I never read up on it the way of some other recent frameworks. Taking a look at it now on Luiz Majano’s blog it’s a very mature framework approaching it’s 2.0 mark extracted from a real world application where many of it’s would-be problems were addressed. I think Mike O’Neil describes it best:

I love Model-Glue. Model-glue is the sweet little blonde from around the corner that you introduce to the parents; ColdBox is the hot brunette that is paying her way through grad school by dancing at the upscale gentleman’s club.

So what’s different about it from Model-Glue, Mach-II and Fusebox? One of the major advantages at first glance (to me at least) is the way it routes page requests. It uses the same type of URLs as the big three, using index.cfm?event=home.main style to display links, but instead of describing the home.main event in XML, it’s directly accessed in a CFC. This was one of the things I liked about CF On Wheels as well. For instance, that home.main event when it comes in, it’ll look in your handlers folder off your root for a file called “home.cfc”, and call a method, “main” on it. In that function is where your single event driven code would go. This event has a requestContext variable available similar to the way model glue and machii has where you can manipulate form and url variables through, as well as declare values for your view to use. There’s really a lot to this framework, although the installation of a empty project is a mere 5 files. Taking a look at the single configuration file for the framework offers more insight to the framework than anything I could say without investigating more, or just listing features , so take a look and see what you think. I’ll be investigating this one more myself as well.

Avatar for Adam Fortuna

Hey hey! đź‘‹

I'm , a full-stack product developer in Salt Lake City, UT. I love enlivening experiences, visualizing data, and making playful websites.

Let's keep in touch 🧑‍🤝‍🧑

Did you link to this article? Add it here