Blog
Recent Entries

Ortus Monthly Recap - Jan/Feb
Ortus Solutions is kicking off 2025 with major milestones, from the highly anticipated Into the Box 2025 to groundbreaking advancements in BoxLang and key industry event appearances at Jfokus and DevNexus 2025. With new product releases, enhanced compatibility, and exclusive discounts, we’re equipping developers with the tools they need to build faster, smarter, and more efficiently.Let’s dive into the latest updates shaping the future of modern web development!

BoxLang 1.0.0 RC2 Launched
We’re entering the final stretch of our pre-releases, and we couldn’t be more excited to introduce RC2! 🚀 This release marks a major leap in performance and compatibility, the result of over six months of intensive development. Beyond enhanced stability and seamless integration, RC2 delivers game-changing performance optimizations that push the boundaries of efficiency. Get ready for our fastest, most refined release yet!

Building a Web App with BoxLang!
BoxLang, the new JVM-based scripting language from Ortus Solutions, is gaining traction among developers looking for a modern, lightweight alternative for building web applications. In a Recent blog post, Raymond Camden took it for a spin by developing a simple blog application, highlighting BoxLang's capabilities and ease of use. Let’s break down his experience and key takeaways.
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.