Blog
Recent Entries
BoxLang AI v2: Enterprise AI Development Without the Complexity
One Year. 100+ Features. Unlimited Possibilities.
Just one year ago, in March 2024, we launched BoxLang AI 1.0. Today, we're thrilled to announce BoxLang AI v2—a massive leap forward that positions BoxLang as the most powerful and versatile AI framework on the JVM.
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.
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.
Add Your Comment
(6)
Oct 19, 2008 05:29:02 UTC
by Gary Fenton
Thanks for pointing out the update. I'll let everyone else go first and try it out in production and write up about it in their blogs. Got to be totally sure it doesn't introduce a new unexpected issue! :-) Does anyone know the Adobe line on supporting CF running a version of Java that didn't ship with CF?
Oct 19, 2008 16:32:53 UTC
by Luis Majano
Hi Gary, I did the upgrade last night on my production systems, so I will let you know the outcome. So far, I have seen performance updates because of it.
Oct 20, 2008 11:34:32 UTC
by Will Belden
Just subscribing.
Oct 30, 2008 08:09:47 UTC
by Hussein Grant
Hi Luis, Is there any documentation to assist with installation on a cf8 machine? I assume that the correct update for CF8 would be the JDK 6 Update 10 with Java EE. Thanks.
Oct 30, 2008 10:11:20 UTC
by luis majano
I did not find any but it is pretty trivial. 1 dowload the jdk and install 2 make a backup of the jvm.config file in (cfinstall)/runtime I believe 3 open file and modify the jew home to point to the jdk you installed. Remember to use backslashes 4 restart cf
Oct 30, 2008 10:41:58 UTC
by Hussein Grant
Sounds easy. Thank you very much.