CFC Best Practices: Invoking a Security CFC Any Way You Like
This article discusses the basic programmatic structure of ColdFusion Component (CFC) Functions and how to invoke them securely. Functions are one of the more powerful features of CFCs, allowing developers to call specific sections of ColdFusion code by way of several different methods. These include the CFINVOKE tag, URL parameters, form posting, Macromedia Flash Remoting, Flash ActionScript and CFSCRIPT. Also, Web Services may receive responses from CFC's or pass arguments to the CFC. These methods are explored in this article, along with the crucial issue of keeping your website secure while using outside code.
CFC Best Practices: Invoking a Security CFC Any Way You Like