Developer Guides

Basic

Some basic examples

Application.cfc / Tag

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

Mail

Spreadsheets

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 an Object tree (DOM), it also supports an event driven Model (SAX).