Blog

Weekly ColdBox Development Update!

Luis Majano October 15, 2008

Spread the word

Luis Majano

October 15, 2008

Spread the word


Share your thoughts

I am starting a new series today in which I'll document the progress the ColdBox team is making on the development efforts of ColdBox. This series is mostly focused on the development and how we are achieving it. It will be interesting to get input from all ColdBox developers as new features are added, bugs are fixed and more.

Weekly Report:

White space Fixes This past week I completed a white space issue when rendering the layout/view combinations. This fix basically eliminated ALL white space, so I am very happy about it. Enhanced Messagebox Plugin The messagebox has been enhanced to use divs and css. You will now be able to override the messagebox's look and feel right from your own applications css. These are the needed classes: cbox_messagebox (outer shell), cbox_messagebox_content (messagebox container), and the messagebox states: cbox_messagebox_error, cbox_messagebox_info, cbox_messagebox_warning. MessageboxStyleClass deprecated for MessageboxStyleOverride The MessageboxStyleClass is now deprecated to make way for the override setting. This is a boolean value that defaults to false. BaseService A base service was created for all internal ColdBox services to encapsulate the ColdBox Service Taxonomy. Settings Revamped Rob Gonda brought in a fix for the get/set settings in the controller that affected dot notation settings. As a side-effect the fix speed up the get/set/exists methods. Way to go Rob!! Sub Apps Rob has been going strong with sub apps and they are coming into shape as the requirements are being gathered and processed. This is not an easy task and will be a MAJOR part of this release (If I ever finish it :) ) ResourceBundles Plugin Fix A fix was made to the resource bundle allocation method, due to Rob's new settings fixes. Interceptors Interceptor requirements are mostly done, a revision will occur this week and development for this feature should start this week.


As you can see, development is going strong and as progress is made, you will hear about it. If you are a daredevil then check the bits from SVN as work continues.

Add Your Comment

Recent Entries

Introducing BoxLang AI Explorer: A Local Catalog for Every AI Pattern

Introducing BoxLang AI Explorer: A Local Catalog for Every AI Pattern

Learning a new AI API usually means jumping between scattered documentation pages, guessing at imports, and copy-pasting code that may or may not still work. We wanted something better for BoxLang AI, so we built the BoxLang AI Explorer: a local, browser-based catalog of runnable BoxLang AI examples, organized by category and difficulty, each with guidance, source code, and sample output.

Luis Majano
Luis Majano
August 14, 2026
Community Spotlight: BoxLang Express Brings Node-Style HTTP to the JVM

Community Spotlight: BoxLang Express Brings Node-Style HTTP to the JVM

If you've spent years in Spring Boot, Micronaut, or Jakarta EE, "web framework" usually means a servlet container, an embedded Tomcat or Netty, a build step, and a fat jar before anything answers a request. What if you could skip all of that and still be on the JVM?

Luis Majano
Luis Majano
August 12, 2026