We have a dedicated server running CentOS and Coldfusion 8. All cfmail email is routed through Google with cfmail and smtp.
I\'m looking for a ColdFusion or Java regex (to use in a replace function) that will only match numbers [0-9], letters [a-z], but include none ASCII Portuguese letters (unicode latin, like ç and ã).
How should one carry out web services call in ColdFusion reliably? How do you handle situations like the remote server is down / busy?and lead to page timeout?
I have existing PDFs to which I need to dynamically add an image/images. The image comes from a file upload. Once I have the file uploaded, how can specify where to place the image on the PDF. One cod
I\'m having an odd issue with an installation of CF8.01. I recently updated the coldfusion image hotfix (kb403411) & discovered that suddenly CF started needing use of a new directory for some ima
I can\'t believe I just read this: Using the CFML event gateway for asynchronous CFCs As far as I know a thread can also be used to do async events.However, I am having trouble understanding when I s
Anyone tried integrating CF with ActiveMQ?How was the experience?Worth spending time to build a new solution on it?I woul开发者_JS百科d like to learn more on how to use it, any resource you can point
I\'m developing an iOS app dealing with push notifications. Our push notification server is written in ColdFusion and is using com.notnoop.apns.SimpleApnsNotification to send the notifications. In the
Why does ColdFusion not recognize my session va开发者_开发技巧riable when I remotely call a CFC?
How do i call a jar file provided using CFML? I tried using createObject() method but I am confused about the path.