Blog

Passing the Baton: Lucee 6 and Hibernate ORM

Michael Born |  July 20, 2023

As of Lucee 5.4.1.8, new Lucee builds will no longer bundle the (Lucee) Hibernate extension. This means that if you rely on Hibernate ORM in your CFML application, you will need to manually bundle the Hibernate extension into your Lucee server. Let's read on for more info.

Read More

Into the Box 2023 - CFCast Series are out!

Maria Jose Herrera |  July 17, 2023

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.

Read More

Lazy Properties and Property Observers in ColdBox 7

Michael Born |  July 05, 2023

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.

Read More

Debugging & Logging with ColdBox

Abilio Posada |  June 30, 2023

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!

Read More

Configurations Outside the Coldbox CFC with ColdBox 7

Esme Acevedo |  June 27, 2023

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.

Read More

Delegates - The Lightning of (Coldbox 7) Empowerment

Jon Clausen |  June 27, 2023

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.

Read More

Async Your Future with ColdBox 7

Maria Jose Herrera |  June 20, 2023

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...

Read More

ColdBox Application Templates

Grant Copley |  June 19, 2023

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.

Read More

Hyper Updates - June 2023

Eric Peterson |  June 16, 2023

There's been lots of updates to Hyper this month. Let's dive in to the changes.

Read More

ColdBox From Zero to Hero - October Ortus Workshop

Maria Jose Herrera |  June 16, 2023

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.

Read More