Rob Pilic
Member since Dec 11, 2008
- Profile: /members/219-rob-pilic.htm
- Comments: 4
Recent Blog Comments By Rob Pilic
-
My First ColdFusion Web Service
Posted on Dec 12, 2006 at 10:59 AM
A large application I work on uses web services to communicate with its CFCs which reside on a physically separate application server. Yes I am in hell. CF makes working with web services pretty easy, but there are a number of hair-pulling pieces such as using optional arguments and other issues lik... read more »
-
Application.cfc Scoped Functions Are Stored In Page VARIABLES Scope
Posted on Nov 6, 2006 at 11:15 PM
I believe this is true only if you have the onRequest method in your app.cfc. I try not to use onRequest anymore because it interferes with web service CFCs and AJAX calls. But if this isn't an issue, it definitely is a cool by-product. I actually learned this from Ray Camden - see the comments for ... read more »