CFBreak 2026-12
2026 » Published on March 27, 2026
Week 12, 2026: Here's the latest from the CFML, ColdFusion and Lucee community.
| | Pete Freitag |
| Pete's Tip of the Week You can pass a jar path or an array of jar paths into the third argument of the CreateObject function as of CF2025+, or any version of Lucee. |
| | Ben Nadel |
| Routing External Links Through An Intermediary Page In ColdFusion Ben Nadel explains his external link interception workflow for Big Sexy Poems... Parsing URLs In ColdFusion Ben Nadel builds ColdFusion methods that parse URLs using the underlying java.net.URI Java class... |
| | Raymond Camden |
| Implementing OAuth in Astro As I continue to dig into Astro , one of the areas I wanted to explore was security and authentication... |
| | Robert Zehnder |
| Building a better spider Robert evolved a web scraping service over several years to extract link metadata (Open Graph... So I wrote a forum application in BoxLang Robert shares his experience building DismalThreads, a modern forum application that evolved from his 2022 project renegade-forums... |
| | ColdFusion YouTube Channel |
| | Ortus Blog |
| Deploy BoxLang in Minutes: BoxLang Cloud Servers now available on AWS, Azure & Google Cloud Marketplaces BoxLang Cloud Servers are designed for modern cloud environments — and now you can deploy them in minutes directly... How to Modernize Legacy Applications with a Fixed Monthly Budget (Without a Big Rewrite) Many organizations know they need to modernize their legacy applications... From Monolith to Modular: Modernizing ColdFusion Architecture Without Breaking Production Most ColdFusion systems don’t fail because of traffic
Most ColdFusion applications don’t break under load... Into the Box 2026 Goes Virtual: Watch on Demand From Anywhere! 🌎 Not everyone can make it on-site and that’s exactly why Into the Box 2026 Virtual Edition exists... |
| | Adobe ColdFusion Forums |
| | Lucee Community |
| | Ortus Community |
| | StackOverflow ColdFusion |
| | CFDocs Function of the Week |
arrayFilter()Used to filter an array to items for which the closure function returns true. arrayFilter(array, function(item [,index, array]){} [, parallel] [, maxThreads]) → returns array Member Function SyntaxsomeArray.filter(function(item [,index, array]){} [, parallel] [, maxThreads]) |
| | Upcoming Events |
| June 22-23, 2026: Adobe ColdFusion Summit Las Vegas: Yep, you read that right CFSummit West is in June this year! Registration is open. | |
| April 29 - May 1, 2025: Into The Box Washington DC: Registration is now open for the 2026 Into the Box Conference |
| Brought to you by: Foundeo Inc. |
| This weekly CFML / ColdFusion newsletter is brought to you by Foundeo Inc. Purveyors of security products and services for CFML developers. Here's this week's featured product:
|
|


