User Guide

Table Of Contents
PART III
Developing CFML Applications
This part describes how to develop ColdFusion applications. It describes the elements of a
ColdFusion application and how to structure an application, handle errors, use variables that are
shared among pages, lock code segments, and secure your application. It also describes how to
create a globalized application, and debug and troubleshoot application problems.
The following chapters are included:
Chapter 13: Designing and Optimizing a ColdFusion Application . . . . . . . . . . . . . . . . . . . . 275
Chapter 14: Handling Errors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 307
Chapter 15: Using Persistent Data and Locking. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 339
Chapter 16: Securing Applications. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 373
Chapter 17: Developing Globalized Applications. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 403
Chapter 18: Debugging and Troubleshooting Applications . . . . . . . . . . . . . . . . . . . . . . . . . . 423
PART III