ColdFusion and Remote Calls and notifying the caller of the problem
Tags: General, Ajax, extJS, Dojo, ColdFusion 8, Coldfusion, Flex, ColdFusion 9, jQuery, Air, Javascript
I want to touch on a subject that I know that not many people actually take into consideration, and that is how to deal with errors and other problems on the server when being called by a remote client call.
I am going to state that I am defining any call made as either a web service, remote procedure call, rest calls that is either from a client like a JavaScript call or even Flash, Flex or anything else.
So how do we handle them, should we report them to the caller or should we just log the call somehow on the server.


