Blog

Luis Majano

August 08, 2010

Spread the word


Share your thoughts

We have now released version 2.1 of the ColdBox Platform Utilities extension for ColdFusion Builder.  This version brings new application templates that are ColdBox 3.0.0 M6 compatible and ready.  We have also introduced a new application template called SuperSimple that is nothing but MVC and well, super simple.  So enjoy!
The super simple template has bare bones MVC.  Very simple to use, no pesky inheritance, pure conventions.  So hopefully for those naysayers that say that ColdBox is sooo big. Nope, our core is conventions and we do it well my friends! Let's look at the handler: Can't get easier than that! Hope you enjoy the template.

Add Your Comment

(6)

Aug 08, 2010 15:55:16 UTC

by Glyn Jackson

Thanks for the update. It works very well :)

Aug 24, 2010 03:56:23 UTC

by Brad

In what way is this super simple? Is it just that there is less mark-up in the code/templates? That appears to be the main difference between the Advanced template or Super Simple templates.

Aug 24, 2010 11:02:58 UTC

by Luis Majano

@brad,

It has plain MVC only without all other concerns activated so you can get rid of some cruft if you are learning.

Aug 24, 2010 11:15:13 UTC

by Brad

@Luis

Thanks, but can you please briefly explain how the handlers have access to some inherent functions in Coldbox, i.e. getPlugin and getSetting when they don't extend anything?

Aug 24, 2010 15:06:31 UTC

by Luis Majano

All this is in the documentation Brad. The short version is that we decorate the objects at runtime, mixins of methods and state, once the handler is requested for the very first time.

Luis

Aug 26, 2010 06:57:27 UTC

by Brad

Thanks Luis

Recent Entries

Copy of BoxLang AI 3.4 Blog Series Part 5 : Reasoning Without the Guesswork

Copy of BoxLang AI 3.4 Blog Series Part 5 : Reasoning Without the Guesswork

Reasoning-capable models have been usable in BoxLang AI for a while. params passes straight through to the provider body, so params: { thinking: { type: "enabled", budget_tokens: 10000 } } for Claude, or params: { reasoning_effort: "high" } for OpenAI, already reached the API. What never worked was reading the reasoning back. It was parsed out on arrival and silently dropped. In 3.4.0, that's fixed, and it's fixed the same way for every provider.

Luis Majano
Luis Majano
September 15, 2026
BoxLang 1.17 Series Part 4 : WriteDump Enhanced!

BoxLang 1.17 Series Part 4 : WriteDump Enhanced!

You call writeDump() on an ORM entity or a very rich class graph . The browser locks up. Thirty seconds later you get a page with forty thousand rows on it, you scroll for a while, you give up, and you go edit your code to dump a sub-key instead. Or worse, you crash the server.

Luis Majano
Luis Majano
September 11, 2026