Can't get easier than that! Hope you enjoy the template.
Can't get easier than that! Hope you enjoy the template.Recent Entries
Instead, they slowly become fragile.
At first, the application works. Then small operational issues start appearing: unexpected slowdowns, random restarts, patches applied late at night, fixes that introduce new bugs.
Eventually teams find themselves trapped in what many engineers call “hotfix hell.”
This pattern is common in environments still running:
The IntelliJ ecosystem is one of the most powerful development environments for JVM developers. Today, we’re excited to introduce the official BoxLang IDE plugin for IntelliJ, bringing modern BoxLang development directly into the JetBrains IDE family.
Whether you're building new BoxLang applications or maintaining existing CFML codebases, this plugin gives you first-class tooling inside IntelliJ.
...
We’re excited to announce that the team behind BoxLang will be attending JavaLand 2026 as Startup Sponsors!
From March 10–12, 2026, the Java community will gather at Europa-Park for one of the most unique and immersive developer conferences in Europe. With nearly 130 presentations across multiple tracks, workshops, and community activities, JavaLand brings together developers, architects, and technology leaders from across the JVM ecosystem.
For the BoxLang team, this is a fantastic opportunity to connect with the Java community and continue our mission: modernizing software development on the JVM while empowering developers with productive, flexible tools.
Add Your Comment
(6)
Aug 08, 2010 15:55:16 UTC
by Glyn Jackson
Thanks for the update. It works very well :)
Aug 24, 2010 03:56:23 UTC
by Brad
In what way is this super simple? Is it just that there is less mark-up in the code/templates? That appears to be the main difference between the Advanced template or Super Simple templates.
Aug 24, 2010 11:02:58 UTC
by Luis Majano
@brad, It has plain MVC only without all other concerns activated so you can get rid of some cruft if you are learning.
Aug 24, 2010 11:15:13 UTC
by Brad
@Luis Thanks, but can you please briefly explain how the handlers have access to some inherent functions in Coldbox, i.e. getPlugin and getSetting when they don't extend anything?
Aug 24, 2010 15:06:31 UTC
by Luis Majano
All this is in the documentation Brad. The short version is that we decorate the objects at runtime, mixins of methods and state, once the handler is requested for the very first time. Luis
Aug 26, 2010 06:57:27 UTC
by Brad
Thanks Luis