Jeff,

>Side note: Have you done any work with plugging into a cfc with this
>instead of calling a cfm template for the query?

I prefer using façades instead of calling a CFC directly. It's so easy to
throw together a façade that just invokes the CFC, that I don't really worry
about it.

Adobe announced at a recent conference that you'll be able to invoke a CFC
and have it return JSON instead of WDDX, but I'd still end up using a
façade. I don't like exposing my raw business objects via HTTP.

-Dan

Reply via email to