Chapter 24 Creating Advanced ColdFusion Components

IN THIS CHAPTER

Review of ColdFusion Components 51

Simple CFCs 54

Introspection and HINTs 62

Accessing a CFC via a URL 65

Type Checking in Components 67

Components That Hold Instance Data 68

Working with Inheritance 84

Defining Interfaces 87

Implementing Security 88

Using the OnMissingMethod Method 91

Distributed CFCs and Serialization 92

Review of ColdFusion Components

An important part of ColdFusion is its ColdFusion Components (CFCs) framework. Think of the CFC framework as a special way to combine key concepts from custom tags and user-defined functions into objects. These objects might represent concepts (such as individual films or actors), or they might represent processes (such as searching, ...

Get Adobe ColdFusion 9 Web Application Construction Kit, Volume 2: Application Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.