Burst the Bubble with Lucee 7

Break out of the CFML bubble with Lucee 7! Learn how to leverage the power of Java Maven libraries and integrate popular frameworks like Spring and Apache into your Lucee applications, expanding your capabilities and tapping into the broader world of IT development.


Burst the Bubble with Lucee 7

As CFML developers, we often find ourselves in a small bubble within the vast IT world. This talk will show you how to break out of that bubble and tap into the broader ecosystem. When looking for features or functionality, we tend to limit ourselves to the CFML world, but there’s a whole world beyond it, with projects maintained by millions of developers.

Leverage Java and Maven with Lucee 7

Lucee 7 runs on the JVM, and with its seamless integration of Java, it can natively load Java Maven libraries, giving you access to a wealth of external tools and libraries. In this session, I will show you how to easily integrate popular frameworks and applications from leading projects in various domains (such as Spring, Apache, and more) into your Lucee 7 applications.

Case Study: Quartz Scheduler Extension

To demonstrate the power of this integration, I’ll walk you through the implementation of the Quartz Scheduler Extension for Lucee 7. This extension, written entirely in CFML, loads the required libraries via Maven. It serves as a modern replacement for the older “Scheduled Task Extension,” and I will showcase how you can leverage this approach to integrate advanced scheduling capabilities into your CFML applications.