There is a new view that you can get from Adobe Labs that will add an RDS view to the eclipse IDE. It uses an updated version of ColdFusion MX, so it takes an update to your ColdFusion MX server before you add the plugin to eclipse.
The RDS view can be configured to point to [...]
Entries Tagged as 'ColdFusion'
RDS in Eclipse
April 28th, 2008 · No Comments
Tags: ColdFusion · Eclipse
Dynamic FlashPaper
April 28th, 2008 · No Comments
Creating FlashPaper documents on the fly is simple and easy once you have the right tools. The right tool is the FlashPaperConnect .dll. I found a version in Contribute. Read more to see how I used ColdFusion to generate FlashPaper documents on the fly.
Tags: ColdFusion
Getting Started with Flex
April 28th, 2008 · No Comments
When teaching or consulting Flex, you will often be asked for examples of how to do “xyz”. Here are few links that will help.Flex and CF:
Integrate Flex with CF security
File Upload:
File Upload in Flex/Flash in Internet Explorer
File Upload Using Flex/Central/Java
Architecture Ideas:
Cairngorm and an associated Breezo that will help explain the design patterns.
Tags: Cairngorm · ColdFusion · Flex
Feelin’ the Love From Your Logs
April 28th, 2008 · No Comments
ColdFusion logs, when installed on JRun, can be modified so that you can separate out log information by log level. This will allow you to find log entries easily.
Tags: ColdFusion · JRun
CFFunction Tip
April 28th, 2008 · No Comments
Extra white space can be a problem for some in ColdFusion. If you are creating ColdFusion Components (CFC) or User Defined Functions (UDF) then there is an attribute to the CFFUNCTION tag that can help.
The OUTPUT Attribute: You should add the attribute output=”no” to the CFFUNCTION tags in your CFC/UDF when it is not rendering [...]
Tags: ColdFusion
Set up FarCry in a hosted environment
April 28th, 2005 · No Comments
I’ve developed and implemented a few Content Management System (CMS) in my career. One of the best open source CMS for ColdFusion that I’ve found is FarCry. Unfortunately, it is hard to setup in a hosted environment because it requires specific virtual directories and a ColdFusion Mapping. Not all hosts will allow you to do this, but recently I got HostMySite.com to help me get it installed in their hosted environment.
Tags: ColdFusion