ColdFusion v Railo ORM
I've been working on an ColdFusion ORM application so that it also runs on Railo and found a few differences. Read more »
I've been working on an ColdFusion ORM application so that it also runs on Railo and found a few differences. Read more »
Just a quick blog post about a minor difference between ColdFusion and Railo when returning a query as JSON. Read more »
I just asked on Twitter, if there was a ColdFusion equivalent of JavaScript's .slice() method. Marc Esher replied pointed me at Java's subList method. Read more »
I've been working on some code which needs to be able to run on ColdFusion and Railo. There are several posts about running them on top of a servlet container or JEE server, but I've gone for a quick and dirty solution which I use on Windows. Read more »
At work, we sometimes get asked why we use ColdFusion. This is usually because another company that has quoted for the job is using PHP. As a result I wrote some copy to go on our website stating "Why we use ColdFusion". I wanted to sell the positives of ColdFusion instead of point scoring against other server side technologies, as that just leads to a flame war! Read more »
I've had a few hours spare so thought I'd see for myself if Railo is as fast as I've heard. Well, after running a few of my own mini applications I can backup the claims. Read more »