Solve the ColdFusion Component or Interface fusebox5.Application Error

April 18, 2008

Someone has just asked how to solve the Error: Could not find the ColdFusion Component or Interface fusebox5.Application.   If you get this message, then it means that your application.cfc can't find the Fusebox core files in your website… Read more »

Trapping missing Fuseactions in Fusebox

April 03, 2008

If you want to trap and handle calls to invalid fuseactions, whether the url is mistyped or the link has expired, then you have two choices with Fusebox. Read more »

Running Fusebox No XML with a virtual directory

March 30, 2008

There has been a post on the fusebox forums about a error that occurs when trying to run the XML free implimentation of Fusebox 5.5 from a virtual directory in IIS. The error they are getting is: Could not find the ColdFusion Component or Interfa… Read more »

Dynamic do Fusebox circuit.cfc style

March 27, 2008

I was just wondering if there is a difference between calling another fuseaction in a circuit.cfc using the two methods below: Method 1: Call another fuseaction in the same circuit using fusebox's dynamic do <cfset myFusebox.do( action=&qu… Read more »

Fusebox powered blog

March 25, 2008

I've finally got round to writing my own blog web app (you're looking at it!). It is built on Fusebox 5.5, using the new implicit cfc based circuits instead of the traditional XML method. Read more »

Fusebox 5.5 Application.cfc and webservice bug

March 20, 2008

I just discovered a bug in Fusebox 5.5.1. You can replicate it by downloading the sample application from Fusebox.org. If you create a CFC at the same level as your Application.cfc and call it as a webservice, it fails on line 32 of Fusebox.Applicat… Read more »

Specifing a directory for implicitly locating circuits in Fusebox 5.5 using FUSEBOX_CALLER_PATH

March 17, 2008

I like to build my apps so that all the Controller, Model and View circuits are inside a directory off the webroot. It just seems neater to me not having lots of folders in the webroot. If you are using the noxml version of Fusebox 5.5, then your mo… Read more »

Comparing circuit.xml.cfm to circuitName.cfc in Fusebox 5.5

March 15, 2008

In Fusebox 5.5 you can now use circuitname.cfc instead of circuit.xml.cfm to define your circuits. Here is a side by side comparison. Read more »

Fusebox 5.5 no xml (almost!)

March 14, 2008

I just building an app using the noxml implementation of fusebox 5.5 to test it out in a real world situation. There doesn't seem to be a huge amount out their about this at the moment so I thought I'd jot down my findings. Read more »

Using Fusebox relocate with noxml

March 14, 2008

relocate verb Arguments: Name Required Type Default url Optional string   … Read more »

« Previous Page Next Page »