Posts Tagged “snippet”
RIA utilities: copying instance properties
by RIAstar on February 9, 2012
I’ve lost count on how many times I’ve needed this in RIA development with Flex or ActionScript: the possibility to quickly copy property values from one class instance to another. The two most important uses I can think of right (…)
CFInvoke with a custom endpoint – ColdFusion
by RIAstar on August 23, 2011
Consuming web services in ColdFusion is easy – at least since CF9, because it used to be a PITA in previous versions for some kinds of services (e.g. SOAP). You can even write it in one line – woohoo! -, (…)