Blog

Luis Majano

May 23, 2012

Spread the word


Share your thoughts

We are so proud to announce another big update to our Adobe ColdFusion Builder exension: ColdBox Platform Utilities version 2.9.  This update has tons of cool updates and fixes:

  • Updated trim operations on certain values so no extra spaces are visible
  • Updated WireBox injections DSL to ColdBox 3.5.1 and WireBox 1.3.2
  • Updated ORM Active Entity templates with validation information
  • Updated all templates to 3.5.1 release coming
  • Updated ORM property trimming, so spaces are trimmed.
  • Railo compatible for running extesion under the Railo CFML engine
  • IIS 7.0 rewrite setup, so it can build the IIS7 Rewrite rules for you
  • Tons of fixes and updates

So either download the extension and install it or if you have it installed, just click "ColdBox Platform > Check For Extension Updates..." and perform our sweet auto update!

Add Your Comment

Recent Entries

BoxLang 1.15.0 Released: Blazing Fast Strings, Runtime Portability, and much more

BoxLang 1.15.0 Released: Blazing Fast Strings, Runtime Portability, and much more

BoxLang 1.15.0 is a high-impact release with two big headlines and a long tail of hardening. The first headline is a massive performance upgrade to string handling: a new first-class BoxStringBuilder type, compile-time literal folding, smarter &= semantics, and a runtime concat strategy that automatically switches to builder-backed accumulation once your expression gets big enough. Your existing string-heavy code just got faster. No rewrites required.

Luis Majano
Luis Majano
July 09, 2026
MatchBox Web Server: BoxLang Without the Full Server Stack

MatchBox Web Server: BoxLang Without the Full Server Stack

MatchBox includes a native web runtime for building small, fast BoxLang web applications without requiring a JVM or a traditional servlet container. You can follow the MatchBox open beta at https://github.com/ortus-boxlang/matchbox. There are two related pieces in the beta today: a webroot server for .bxm templates and static assets, and a routed app server built around web.server(). Both are early, but they show the direction clearly: BoxLang should be able to serve HTTP from a compact native runtime when the application does not need the full JVM stack.

Victor Campos
Victor Campos
July 07, 2026