Multiple queries and one transaction
I just need to post this as all examples I found were explaining how to use transaction in a <cftry> and <cfcatch> block with only one query. But if you have a query file to include in your Fusebox application, that does multiple queries and only one needed to be in a transaction block, then [...]
Full StorySending ColdFusion Email through Local SMTP Server
When developing Web-based applications many times one has to test it and see it is working before going further.
Very often emails need to be send from within those applications.
Here are the steps to easily setup a mail server on the local computer and test email sending.
Using ColdFusion in a Fusebox Application
Fusebox is a web application management framework using xml files to setup rules for loading the application. it allows you to control the loading of different pages or modules in a transparent way for the user of the web application.
Full StorySetting Up a Web Application using ColdFusion and Oracle on the same host
I was asked by a client to test some application features onsite and needed to re-create the environment on a single computer using ColdFusion with Oracle as database and had a hard time figuring out what the installation order is and get everything work together.
Full Story