My personal #1 bug fix in ColdFusion 9.0.1 is in the Admin API

That might sound weird to everyone looking at the awesome list of new stuff in the ColdFusion 9.0.1 updater that Adobe has released just this week. But let me tell you what it that #1 bug fix is and why it makes the life of my clients so much easier.

Flex 4 for ColdFusion developers (and others) at cf.Objective(ANZ)

cf.Objective(ANZ) 2010 will for the first time offer full-day workshops on the day before the actual conference. I’m going to offer a full-day training titled “Flex 4 for ColdFusion developers”. Unlike other Flex 4 one-day training or introductions, this one will focus on the special needs of CF folks either coming new into Flex or wanting to learn more about the specifics of integrating Flex apps with ColdFusion.

ColdFusion 9.0.1 – yay!

This morning, Adobe has released an update for ColdFusion 9 – ColdFusion 9.0.1. I’m very happy about the final release of the updater 1 as it doesn’t just contain a lot of bug fixes but also whole bunch of new and/or improved features.

cf.Objective(ANZ) 2010 – some speakers, some sessions (and a registration system)

You might have heard that our antipodean version of cf.Objective – coincidentally named cf.Objective(ANZ) – is coming back again in 2010. After the very successful first run in 2009, we’re going to be back to Melbourne on November 18 & 19, 2010 for two days on advanced CF content, networking with attendees and presenters from all over the world.

How much memory does my ColdFusion variable really use? – Part III

Finally, nearly the last part (there’s one more coming…). In part II I talked about the different problems we’d run into using the instrumentation code out-of-the-box without modifying it for the special scenario of using it to size ColdFusion variables

How much memory does my ColdFusion variable really use? – Part II

Here we go – part II of an approach into sizing ColdFusion variables from within ColdFusion. In part I I introduced the problem we’re trying to solve, a general solution (JVM instrumentation) and also pointed you to the JavaSpecialists newsletter #142 for a working solution (from a Java point of view). Heinz also commented in part I and pointed out that there is a full-blown open source project named java.sizeOf() that provides a complete solution from a Java point of view.

How much memory does my ColdFusion variable really use? – Part I

Recently I’ve been dealing quite a bit with ColdFusion from an infrastructure point of view – clustering, monitoring, system tuning etc. One particular thing I (and I know of at least some others) have found missing was an easy to use and realistic way of figuring out how much memory a particular ColdFusion variable really uses.