I ran into an annoying problem today, that was eventually solved by forcing the current processing thread to sleep.
The basic task was to stop a windows service on the server, perform some deletions, do some copying, then restart the service.
After issuing the <cfexecute> command to stop the service on the server, I would then receive […]
This can be a handy piece of code to have in your toolbox if you have a ColdFuson host that will not allow you to create DSN’s. Using this method, you can wrap this in a nice CFC that allows you to query a Microsoft SQL database. The object code example is as follows …
<cfscript>
classLoad = […]
I stumbled across this excellent video tutorial by Bruce Eckel and James Ward on Adobe, that shows an example of a Flex application working with Hibernate and XFire. Take a look, as it makes some very interesting learning on how this can be done as well as proving that ColdFusion doesn’t always have to be the […]