When Eclipse goes bad

May 18, 2010

Eclipse (which ColdFusion Builder and CFEclipse are built on) has an "Installation History" tab which lets you roll back to a previous configuration. This is dead handy if you install a plugin which doesn't work (the recent SVN updates broke mine!). Read more »

Unit Testing ORM with ColdBox 3 and MXUnit

May 05, 2010

I've just started building a new site using Coldfusion 9's ORM capabilities. Being a good developer (OK, so I'm not but I aspire to be!) I created my tests directory and then hit the problem of how do I actually test Persisted Entities using MXUnit in a ColdBox 3 application? Read more »

Filtered Project Views in ColdFusion Builder

December 24, 2009

Eclipse and ColdFusion Builder allow you to create "Working Sets", which essentially are filtered views of projects in your workspace. Read more »

Transfer ORM snippets

May 05, 2009

Just a quick post to say that I've added a Transfer ORM library of snippets to www.cfsnippets.org Read more »

CFEclipse keyboard shortcuts

July 03, 2008

I've just seen a great post on Henke.ws called Top 6 underused Eclipse shortcuts for CFEclipse. I recently compiled a list of CFEclipse keyboard shortcuts for my collegues so thought I'd share it here. Read more »

CFEclipse on Windows

March 27, 2007

If you want to get CFEclipse up and runing on Windows then this what you need to do: Installing Eclipse IDE Go to http://www.eclipse.org/downloads/ Download Eclipse IDE for Java Developers (windows version) Extract the zip file to y… Read more »