Blog

ColdBox LITE v1.1.0 Released

Luis Majano July 10, 2013

Spread the word

Luis Majano

July 10, 2013

Spread the word


Share your thoughts

We are so proud to announce our first minor release of ColdBox LITE v1.1.0! What is ColdBox LITE?

ColdBox LITE (CBL) is an MVC framework with a subset of features of the ColdBox Platform that deal with MVC only. Thus, providing a light-weight conventions based MVC framework. Since ColdBox itself is built with modularity, CBL was the last piece we wanted to decouple from the platform to provide yet another standalone library for ColdFusion. CBL focuses on providing developers a light weight MVC engine in two flavors:

The ORM flavor includes all of our ORM additions such as Active Entity, ORM base and virtual services, Hibernate criteria and detached criteria builders and ORM Dependency Injection. CBL also includes WireBox as the standard engine that provides access to the model, dependency injection and persistence.

Release Notes v1.1.0

Bug

  • [CBOXLITE-1] - Renderer adding an extra / when locating views and layout if appmapping is the root
  • [CBOXLITE-4] - Super type passing argumentsCollection when it should be argumentCollection on several methods
  • [CBOXLITE-5] - Bug on location argument with renderdata not being executed

Improvement

  • [CBOXLITE-2] - Updated application template to better standards

New Feature

  • [CBOXLITE-6] - renderdata with formats and formatsview to allow for auto-format detection

Documentation

Did you expect less? Of course it is fully documented: http://wiki.coldbox.org/wiki/cbl.cfm

What does it not include?

CBL does not include the following capabilities as they are found in the ColdBox Platform:

Which one do I use?

ColdBox LITE is meant to be a simplistic conventions based engine, so it sports a very low entry barrier and targets small to medium sized applications that only concern themselves with MVC concerns.  If your application grows (which the majority do) or you are planning already a larger application then might as well start with ColdBox Platform.

How do I migrate?

We have designed the libraries to work in unison.  Therefore, you can upgrade and downgrade as you see fit.  All this is determined by your application's Application.cfc.  The class path of the framework bootstrap application is what determines your engine.

Video Introduction

Examples

We have also started to build our samples gallery for ColdBox LITE.  You can download our gallery and also visit its source code so you can fork it in GitHub.

Download

Below are the links to download the source bits and also to download our integrated development environment: DevBox as well!

 

 

Add Your Comment

Recent Entries

CommandBox: A Smarter Foundation for BoxLang and CFML Workflows

CommandBox: A Smarter Foundation for BoxLang and CFML Workflows

In day-to-day development, some tools simply do their job… and others quietly change the way you work. CommandBox falls into the second category.

It doesn’t replace your editor, framework, or existing applications. Instead, it becomes the common ground where CFML and BoxLang development meet ,giving teams a consistent, reliable way to build, run, and evolve their projects.

Victor Campos
Victor Campos
January 16, 2026
BoxLang v1.9.0 : Production-Ready Stability, Enhanced Lifecycle Management, and Rock-Solid Reliability

BoxLang v1.9.0 : Production-Ready Stability, Enhanced Lifecycle Management, and Rock-Solid Reliability

Happy New Year! The BoxLang team is excited to announce BoxLang 1.9.0, a significant stability and compatibility release focused on production-readiness thanks to our client migrations and new application deployments. This release also introduces array-based form field parsing conventions, enhanced datasource lifecycle management, improved context handling, and resolves over 50 critical bugs to ensure enterprise-grade reliability for mission-critical applications.

Luis Majano
Luis Majano
January 09, 2026
DocBox v5 - Reborn: Modern API Docs for BoxLang & CFML

DocBox v5 - Reborn: Modern API Docs for BoxLang & CFML

Welcome to DocBox v5! We didn't just update DocBox. We rebuilt it from the ground up.

DocBox v5.0.0 represents a complete architectural rewrite—modern syntax, blazing performance, and a stunning new look that finally brings API documentation into 2025. Gone are the clunky HTML pages of yesteryear. Say hello to a gorgeous, theme-driven single-page application that makes browsing your API docs feel like using a premium developer tool. We have also released a dedicated module for BoxLang: BX-DOCBOX. A fully interactive CLI tool for generating your docs from the command line using pure BoxLang.

Luis Majano
Luis Majano
January 06, 2026