Blog

Jon Clausen

May 01, 2026

Spread the word


Share your thoughts

We're excited to announce the first stable release of bx-compat-rest, the official CFML REST compatibility module for the BoxLang web runtime. This release means that existing ACF and Lucee users, whose applications rely on CFML REST implemenations can now run on BoxLang. With bx-compat-rest, that same familiar model works natively inside BoxLang's modern JVM web runtimes.

What's Included in v1.0.0

  • Automatic service discovery and registration — Drop your REST-annotated CFCs in a directory and call restInitApplication() to get going - or configure your REST application paths in your configuration. The module scans, registers, and routes requests automatically.
  • Intelligent path routing — Full support for dynamic path parameters, query strings, and HTTP method matching across GET, POST, PUT, PATCH, DELETE, HEAD, and OPTIONS.
  • Content negotiation — Automatic serialization and deserialization based on Accept and Content-Type headers, supporting JSON and XML out of the box.
  • CORS preflight support — Built-in handling of OPTIONS requests with configurable allowed methods and headers. CORS policies can also be configured at the module level
  • CF-compatible BIFsrestInitApplication, restDeleteApplication, and restSetResponseare all available just as they were in Adobe ColdFusion and Lucee. We also introduce a restGetServiceMap built-in-function to allow you to inspect all registered REST applications and routes in the runtime.

Whether you're migrating a legacy CFML API or building something new, bx-compat-rest gives BoxLang web applications a first-class REST foundation.

Install it today via CommandBox:

install bx-compat-rest

This module is part of our premium modules included in our professional subscriptions. For more information on module installation and configuration, see the official documentation

Add Your Comment

Recent Entries

ColdBox 8.2.0: Middleware, Streaming, AI Gateways, and a Whole Lot More

ColdBox 8.2.0: Middleware, Streaming, AI Gateways, and a Whole Lot More

ColdBox 8.2.0 is the result of work we started in March. Several of its headline features, including route-scoped middleware and Server-Sent Events, were incubated for months before shipping. We held them back on purpose: we wanted the APIs settled, the edge cases covered, and the testing story complete before asking you to build on them. They're ready now.

Luis Majano
Luis Majano
September 23, 2026
Assert Like You Mean It, TestBox 7.1 Part 1: Set Expectations

Assert Like You Mean It, TestBox 7.1 Part 1: Set Expectations

If you have ever tested that two collections contain "the same stuff, order doesn't matter," you already know the workaround: sort both arrays, compare them element by element, and hope nobody adds a duplicate. It works, but it isn't what you meant to write. You meant "these are the same set."

Luis Majano
Luis Majano
September 23, 2026
Is Your QA Process Ready for Your Next ColdFusion or BoxLang Release?

Is Your QA Process Ready for Your Next ColdFusion or BoxLang Release?

As applications continue to evolve, QA can easily become reactive. Teams may test late in the development process, focus only on happy-path scenarios, repeat manual checks, or rely on AI-generated changes without fully validating the results. ​ These gaps can create risks that are not always visible until they affect users, disrupt operations, or require costly fixes in production.

Maria Jose Herrera
Maria Jose Herrera
September 21, 2026