At Ortus Solutions, we're excited to offer our comprehensive Object-Oriented Programming (OOP) series, designed specifically for CFML developers. Whether you're new to OOP or looking to deepen your understanding, this series led by Nolan Erck is the perfect resource to help you master both the fundamentals and advanced features.
Blog
ColdBox Free Tip 2: Fluent If Statements using the when() Method
Continuing our "102 ColdBox Tips and Tricks" series, let’s explore a powerful feature introduced in ColdBox 6: the when()
method. This method simplifies conditional logic by allowing you to chain execution blocks based on boolean values in a clean and fluent way.
BoxLang 1.0.0 Beta 17 Launched
In this release, we've introduced the exciting addition of websockets support to BoxLang through the powerful SocketBox module. This enhancement is not limited to our CommandBox Runtime but also extends to our MiniServer runtime, creating a more dynamic and efficient framework for real-time communication. For an in-depth introduction to these features, please visit our community post here.
Additionally, we've implemented several new features and improvements. We've also improved the system startup process by adding version and build date information to the MiniServer startup output (BL-607).
Adobe CFSummit 2024 Recap | Ortus Solutions
A huge thank you to everyone who visited our booth! We had the pleasure of engaging in meaningful conversations about Modern CFML and ColdFusion development, sharing insights, and exploring exciting new ideas. Visitors also got a chance to participate in some fun activities and win fabulous prizes, including our customized t-shirts, which were a huge hit!
BoxLang September Newsletter
Welcome to the September edition of the BoxLang Newsletter! This month has been packed with exciting updates, new features, and enhancements that continue to shape BoxLang into a robust and versatile programming language. In this edition, we highlight the latest beta releases, new integrations, and key features that have been introduced.
Fall Savings: Unlock Exclusive Discounts Until October 31st!
Get ready for the Ortus October Fall Savings! This is your opportunity to elevate your development experience with fantastic offers designed for everyone—from seasoned developers to tech enthusiasts. Our special promotions are here to help you achieve your goals while saving money!
Don’t Miss Out on These Amazing Offers!
Use the code FALLSAVINGS24 at checkout to enjoy these incredible discounts before they expire on October 31st
Ortus September Newsletter
Welcome to the latest Ortus Newsletter! This month, we’ve got a lineup of exciting topics, tips, and resources for developers. Whether you're looking to improve your REST APIs, optimize your ColdFusion hosting, or learn more about ColdBox features, we’ve got you covered!
BoxLang 1.0.0 Beta 16 Launched
Welcome to Beta 16! This release focuses on web support functionality and contains a number of improvements and bug fixes for HTTP operations, including multi-part file uploads and error handling. It also provides enhancements to Java interoperability, dump template output, and metadata introspection.
Overall, this beta release brings further stability for CFML applications migrating to BoxLang!
TestBox v6.0.0 Release
Introducing TestBox v6.0.0
TestBox 6.x is a major update to the testing framework, introducing key improvements like full support for BoxLang. With this release, users can write tests, specs, and harnesses directly in BoxLang. A new BoxLang CLI runner simplifies running specs and bundles without needing a web server. Additionally, the CLI now detects BoxLang projects, adds headless web server testing with the bx-web-support module, and includes dynamic assertion methods for cleaner test writing. Significant new features include environment helpers, display name annotations, and improved debugging and matcher functions.
VS Code BoxLang Extension: Debugging BoxLang in CommandBox
So you’ve installed CommandBox and are running the latest BoxLang server like a boss. You open up your browser and are met with an error message. This looks like a job for, you guessed it, the BoxLang VS Code Debugger!