
Accelerate your development with Lucee
A light-weight dynamic CFML scripting language for the JVM that enables the rapid development of simple to highly sophisticated web applications.
Lucee :: Learn
Searching for more Lucee knowledge? Check out our Slack channel and find help or help other developers with CFML related questions. Contributing This documentation is built from an …
Getting to know Lucee Server
About CFML CFML, or ColdFusion Markup Language is a catch-all term for a tag-based markup language (CFML) and its scripting counterpart (CFScript). It's an easy-to-learn language that …
Session Handling in Lucee :: Lucee Documentation
Comprehensive guide on session handling and configuration in Lucee, including session types, storage options, and security considerations.
Core CFML Language :: Lucee Documentation
The core elements of the CFML Language. CFML started as a tag based language and then introduced tag-script. So keep in mind, all these tags, i.e tag-if can ...
Lucee Editors & IDEs :: Lucee Documentation
Modern IDEs supporting for CFML developmentTable of contents VS Code Step debugging Lucee with VS Code (highly recommended!) NeoVim Sublime Text Adobe ColdFusion Builder …
Installing the Boncode connector and mod_cfml - Lucee
Table of contents Download & Install mod_cfml Tomcat Valve Download & Install Boncode AJP 1.3 Connector Boncode AJP 1.3 Connector Prerequisites Automatic Install of Boncode AJP …
File Extensions :: Lucee Documentation
Learn about the different file extensions supported by Lucee, including .cfm, .cfc, .cfml, and .cfs. This guide provides examples for each type of file.
Lucee Documentation
Lucee is a high performance, open source, ColdFusion / CFML server engine, written in Java. The documentation here aims to provide a thorough reference and guide to all things to do with the …
Tags :: Lucee Documentation
edit Tags are at the core of Lucee Server's templating language. CFML Tags can also be called via <cfscript>. Usually you don't even need the CF prefix, but you need it in some cases when …