ColdFusion 9 Proof of concept for Dump() of Entities

After having a discussion about why cfdump() uses getters to grab its data, I was curious that Adobe could have checked to see if the lazy is true on a property and if so not fetch it.

This proof of concept not only worked, but I have submitted it over at http://entitydump.riaforge.org/ and as it was done rather quickly, there is a lot of features that could be added to this.

But for now I am happy to prove that cfdump can be a lot smarter than it actually is.