Wiki

Clone wiki

Lucee / Cookbook

Home

Cookbook

Basic

Some base examples

Application.cfc / Tag <cfapplication>

Lucee comes with a simple framework that let's you control the flow of your application and your environment with a file named "Application.cfc".

Cache

Lucee supports a lot of different cache systems, for example EhCache, Memcached, Infinispan, etc.. and you can use these caches in various scenarios:

Configuration

Datasource

Some examples related to Datasources/Queries:

File System

Java

Mail

Webservices

  • HTTP Webservices (TODO)
  • RESTFul Webservices (TODO)
  • Soap/WDDX Webservices (TODO)

XML

  • Read and write XML (DOM) (TODO)
  • Read XML with a listener Model (SAX) (TODO:review) - Lucee not only allows to convert a XML file to a Object tree (DOM), it also supports a event driven Model (SAX).

Updated