Blog

Security Best Practices for ColdBox REST APIs

Maria Jose Herrera |  August 29, 2024

Security is critical in any REST API. A well-secured API safeguards your data and ensures the integrity of your application. Implementing robust security measures prevents unauthorized access and protects sensitive information from threats.

Read More

BoxLang: Functional Binding to Member Methods

Maria Jose Herrera |  August 28, 2024

We’re excited to unveil a new feature that makes method referencing in BoxLang even smoother. Building on our recent update introducing functional static binding to built-in functions, we're now bringing the same ease to member methods. Happy coding!

Read More

Mastering Data Handling in ColdBox REST APIs

Maria Jose Herrera |  August 27, 2024

Data handling is a cornerstone of any REST API. It encompasses receiving requests, processing data, and returning appropriate responses. Effective data handling ensures your API can efficiently manage various data types and communicate results to clients. ColdBox simplifies this process with powerful built-in features that streamline data handling and enhance your API’s performance.

Read More

Member Methods for Java Streams in BoxLang

Maria Jose Herrera |  August 26, 2024

BoxLang's all about enhancing your coding experience by making data manipulation smooth and intuitive.We've recently introduced some powerful new features that extend our support for Java Streams, giving you more flexibility and control over collecting and processing data.

Read More

BoxLang 1.0.0 Beta 11 Launched

Luis Majano |  August 23, 2024

We have really kicked into gear with this release, tackling a whopping 26 tickets and delivering some of our most aggressive features to date. This update signifies a significant leap forward towards a stable release in the Fall. Thank you for your continued support and stay tuned for more exciting developments!

What is BoxLang?

BoxLang is a modern dynamic JVM language that can be deployed on multiple runtimes: operating system (Windows/Mac/*nix/Embedded), web server, lambda, iOS, android, web assembly, and more. BoxLang combines many features from different progr

Read More

Getting started with BoxLang Runtimes!

Maria Jose Herrera |  August 22, 2024

Did you miss our exciting live event on BoxLang Runtimes? No worries! We’ve got you covered with a full recap video now available on our YouTube channel and CFCast training platform. In this insightful session, hosted by the web development leader Charlie Arehart, we explored the future of development with BoxLang—a revolutionary new application server designed to optimize and transform your ColdFusion applications.

Read More

New Call: ColdBox From Zero To Hero - Round 3

Maria Jose Herrera |  August 21, 2024

Join us for the third round of our popular "ColdBox From Zero To Hero" workshop! Whether you're new to ColdBox or looking to sharpen your skills, this 2-day intensive workshop will guide you through the latest version of the most popular CFML MVC framework, ColdBox 7.

Read More

Auto-casting Java Functional Interfaces to BoxLang Functions

Maria Jose Herrera |  August 21, 2024

We’re thrilled to introduce auto-casting for Java functional interfaces to BoxLang functions. What does that mean? Simply put, you can now take a functional interface from Java and seamlessly use it as a BoxLang function.This makes it easier to integrate Java’s robust functional programming capabilities directly into your BoxLang code.

Read More

Believe It or Not, There Are Still CFML and ColdFusion Developers Who Aren't Using CommandBox Yet

Cristobal Escobar |  August 20, 2024

CommandBox has become a game-changer for many developers in the world of CFML and ColdFusion development. But, surprisingly, there are still developers who haven’t embraced this powerful tool yet. If you’re one of them—or even if you’re just curious about what CommandBox can do for you—here are the top 10 reasons why you should start using CommandBox today!

Read More

ColdBox REST API Caching

Maria Jose Herrera |  August 19, 2024

Caching is a powerful technique to boost the performance of your REST API. By reducing server load and speeding up response times, caching enhances the efficiency and scalability of your API. ColdBox offers advanced caching capabilities to optimize your API's performance.

Read More