We've exciting news for all our community of modern developers. Our Into the Box 2023 Video recordings are now available on CFCast for you to review for just $250 the full series include 26 videos including Keynote Day 1 and Day 2 that everyone can watch for free.
Blog
Lazy Properties and Property Observers in ColdBox 7

This article will focus on two smaller but still wildly useful new Dependency Injection (DI) features in ColdBox 7: Lazy Properties and Property Observers. With these new DI features, developers have access to speed boosts and automatic locking around object construction with lazy properties, better logging and debugging capabilities (among many other uses) with property observers, and much much more.
Debugging & Logging with ColdBox
.png)
Are you tired of using writeDump() every time you encounter issues? Spending more time troubleshooting than developing new features? Dealing with legacy code nightmares? Say goodbye to old-fashioned troubleshooting methods! Introducing cbDebugger & LogBox, powerful tools to simplify your ColdBox app debugging process. And guess what? They are open-source and free!
Configurations Outside the Coldbox CFC with ColdBox 7
.png)
ColdBox 7 brings us many great new features, but let’s not overlook a simple one that improves the organization of our ColdBox application's moduleSettings
.
Delegates - The Lightning of (Coldbox 7) Empowerment

One of the the most significant new features in Coldbox v7 and Wirebox v7, delegates, is arguably a new language feature rather than a framework feature. Despite the implementation not being native with either Lucee or Adobe engines, the functionality provided using delegates is both long overdue and likely to change the way you program - and, especially, the way you approach inheritance and code reusability.
Delegates are game-changers for anyone using Wirebox, in the way you approach code reusability and inheritance.
Async Your Future with ColdBox 7
.png)
Async Your Future
Applications are only sometimes lightweight. There can often be large datasets and complex operations that need to run. To help remedy this, you can tap into the JDK using ColdBox's AsyncManager to bring pipelines, futures, and other tools to help com...
ColdBox Application Templates
.png)
ColdBox 7 dropped just over a month ago, and as part of those updates, the ColdBox Application Templates have also been updated. If you didn't know already, there are a handful of application templates that you can use to get up and running with ColdBox quickly.
Hyper Updates - June 2023

There's been lots of updates to Hyper this month. Let's dive in to the changes.
ColdBox From Zero to Hero - October Ortus Workshop
.png)
Calling all CFML developers and enthusiasts! We are thrilled to announce an upcoming event that promises to elevate your skills and empower you with ColdBox's latest updates and features. Join us for a two-day workshop led by modern CFML industry experts Luis Majano and Gavin Pickin as they guide you through the ins and outs of ColdBox development. Whether you're a beginner looking to jumpstart your journey into the MVC ecosystem or an experienced developer seeking to refine your ColdBox skills, this workshop is designed to meet your needs.
5 Benefits of Using ColdBox to Build Your REST API

ColdBox is an excellent MVC framework that can be used to solve many problems, from creating simple websites to enterprise-level applications. With built-in support for logging, caching, routing, dependency injection, testing, documentation, and more, it covers most of your needs as a developer. It also supports a modular architecture that allows you to grow your application as needed.