ColdFusion running from in-built webroot first

October 14, 2009

I found something in ColdFusion today that had me stumped for a bit. I guess this is a pretty rare situation, but a very confusing one! Read more »

Create and Save a drawing with Flex and ColdFusion

October 13, 2009

I've created a prototype Flex 3 application which captures a drawing (or signature) that a user draws and saves it to the server using ColdFusion and Flex Remoting. Read more »

Creating Gateways using a GatewayFactory for ORM

October 08, 2009

Joe Reinhart blogged earlier this week about his ColdFusion 9 ORM: Generic DAO wrapper. I've been playing around with something similar (although I don't have a dynamic finder method like Joe has) which uses a Gateway Factory and an Abstract Gateway and thought I'd post my code here in case anyone was interested. Read more »