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

MatchBox and WebAssembly: Running BoxLang in the Browser and at the Edge

MatchBox and WebAssembly: Running BoxLang in the Browser and at the Edge

The MatchBox open beta is live at https://boxlang.ortusbooks.com/boxlang-framework/matchbox, and it brings something genuinely new to the BoxLang ecosystem: a path into WebAssembly.

That means BoxLang code can now move into browser applications, static-site deployments, edge runtimes, and WASI-style containers - without requiring a JVM. The feature is still beta, but the core direction is already useful: write BoxLang, compile it with MatchBox, and ship the generated WASM artifact to wherever a small portable runtime makes sense.

Jacob Beers
Jacob Beers
June 04, 2026
One Language, Every Runtime: BoxLang Expands Beyond the Server

One Language, Every Runtime: BoxLang Expands Beyond the Server

Discover how BoxLang’s multi-runtime architecture helps developers build beyond the server with support for serverless functions, desktop applications, CI/CD workflows, Java integrations, containers, runtime management, and more.

Maria Jose Herrera
Maria Jose Herrera
June 04, 2026
BoxLang 1.14.0 : Introducing Inner Classes

BoxLang 1.14.0 : Introducing Inner Classes

BoxLang has always embraced a simple truth: the way you organize code shapes the way you think about problems. For a long time, if you needed a helper class, you needed a file. One class, one .bx file, no exceptions. That's clean and predictable, but it creates real friction when a class is tightly coupled to exactly one caller and has no business existing anywhere else.

Luis Majano
Luis Majano
June 03, 2026