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:
- Adding Caches via Application.cfc
- cached-within-request
- Session Handling in Lucee
- List existing Cache Connections
Configuration
- The Administrator Frontend (TODO)
- configuration-administrator-cfc
Datasource
Some examples related to Datasources/Queries:
- Datasources
- cached-within-request
- Add a new Datasource driver (TODO)
File System
- Configure the Mail Server (TODO)
- Sending Emails
Spreadsheets
Webservices
- HTTP Webservices (TODO)
- REST Services with Lucee
- 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).