ColdFusion

Some thoughts on Java, OS X, Eclipse and others

by kai 26/10/2010

Somewhere deeply hidden in the release notes of the recent Java for Mac OS X update, our friends from Apple have announced that they deprecated the Java runtime for Mac OS X and that “developers should not rely on the Apple-supplied Java runtime being present in future versions of Mac OS X”.

Read that as: Mac OS X 10.7 won’t have Java (by Apple), maybe we’re lucky and get the 10.6 update 3 thrown into OS X 10.7, but maybe not. To be fair – Apple was never a big and fast supporter of Java on OS X, for them to release Java 6 and 64-bit versions of the runtime was apparently a major drama so that a lot of Java developers on the Mac at some time just switched to SoyLatte, a FreeBSD port of Java 6. That worked and still works fine for a lot of server applications such as Tomcat.

Read the full article →

30 days of me – day 6

by kai 14/09/2010

Today’s post is about my favourite super hero. It’s actually Cold Fusion.

Read the full article →

cf.Objective(ANZ) 2010 update

by kai 19/07/2010

When I posted about cf.Objective(ANZ) 2010 in Melbourne (November 18-19 2010)the other week we had just put registration live and the first batch of speakers online. Just a few days later and there’s already so much more.

Read the full article →

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

by kai 16/07/2010

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.

Read the full article →

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

by kai 16/07/2010

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.

Read the full article →

ColdFusion 9.0.1 – yay!

by kai 14/07/2010

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.

Read the full article →

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

by kai 09/07/2010

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.

Read the full article →

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

by kai 10/03/2010

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

Read the full article →

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

by kai 09/03/2010

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.

Read the full article →

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

by kai 07/03/2010

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.

Read the full article →