Monthly Archives: November 2007

Profiling WebObjects applications

Recently I had to profile a WO application for memory leaks (more exactly, unintentional retention of objects that prevented them from being garbage-collected). Some quick notes: Eclipse TPTP will not work on Mac OS X. Period. Although Eclipse allows you to … Continue reading

Posted in WebObjects | Leave a comment

Submitting a form with target set to a script-generated iframe on IE

(nice title, isn’t it?) Although AJAX techniques are now widespread among the web-developers community, there’s still something that can’t be done using pure AJAX techiques (whatever that means): file uploads. There’s no way to grab a file using JavaScript and … Continue reading

Posted in AJAX and Javascript | 36 Comments