Blog
Ortus & BoxLang October Recap 2025
October 2025 was a wild ride at Ortus. We released ColdBox 8.0.0, The Ocho, a version that redefines CFML architecture from REST APIs to full-stack microservices. At the same time, BoxLang evolved with bx-ldap, bringing connection pooling and event-driven authentication for enterprise environments, along with BX-Charts, a new way to transform raw data into stunning visuals without relying on external libraries.
Beyond the code, we faced real-world lessons in modernizat...
BoxLang Compat UI: Another Bridge from CFML to BoxLang
We're thrilled to announce the release of bx-compat-ui, a comprehensive UI compatibility module that makes migrating your Adobe ColdFusion and Lucee applications to BoxLang seamless and straightforward. If you've been hesitant about moving to BoxLang because of your existing UI components, this module is your answer.
BoxLang RSS : Full-Featured RSS/Atom Feed Module for BoxLang
We're thrilled to announce the release of bx-rss, a comprehensive RSS and Atom feed module that brings powerful syndication capabilities to BoxLang! Whether you're building a content aggregator, publishing a podcast, or exposing your application's data as feeds, bx-rss makes it incredibly simple.
BoxLang Redis Has Landed: Enterprise-Grade Caching, Pub/Sub, and Distributed Locking
We're thrilled to announce the release of the BoxLang Redis Module (bx-redis) - a powerful addition to BoxLang that brings enterprise-grade Redis functionality directly into your applications. Whether you're building distributed systems, implementing real-time messaging, or need high-performance caching, this module has you covered.
Announcing bx-csv : Premium CSV Processing for BoxLang+
We're thrilled to announce the release of bx-csv, a powerful premium module that brings enterprise-grade CSV processing capabilities to BoxLang+ subscribers! Built on Apache Commons CSV, this module provides both traditional functions and a modern, fluent API that makes working with CSV files a breeze.
Announcing bx-spreadsheet : Excel Made Elegant
We're thrilled to announce the release of the BoxLang Spreadsheet Module (bx-spreadsheet), a comprehensive solution for creating, reading, and manipulating Excel spreadsheets with style and simplicity. Whether you're building data export features, generating reports, or migrating from legacy CFML applications, this module delivers the power you need with the modern BoxLang elegance you expect.
Lessons from the Trenches: What We’ve Learned Modernizing Legacy ColdFusion Apps
Every ColdFusion modernization project tells a story — and not all of them start well.
Some begin in crisis: an app goes down, a compliance audit fails, or a key developer leaves.
Others start simply because someone finally asks, “Why are we still on ColdFusion 11?”
After two decades helping organizations modernize their ColdFusion and CFML systems, we’ve seen it all — the good, the painful, and the transformative.
Here’s what we’ve learned from the trench...
Recap: Modernize or Die Podcast Ep. 243
Modernize or Die Podcast #243: Recap, Transcript and Resources!
In this episode of the Modernize or Die Podcast, Eric Peterson and Jacob Beers share the latest updates...
ColdBox Free Tip 9 part II - Sending Emails Using cbMailServices: Tokens, Protocols, and Logs
In our last post, we walked through configuring email settings in ColdBox using cbMailServices. Now it’s time for the fun part—sending emails! ColdBox’s mail services are powerful, and with just a few lines of code, you can build emails with token replacements, send them using various protocols, and log them when needed.