Categories
Web

JavaScript Leak Detection

I don’t usually do much JavaScript in my applications, but might do some simple AJAX stuff in the future. I wasn’t really aware that JavaScript did leak much, but next time around I’ll have to use this util.

Categories
Development

Geronimo Resources

So Geronimo passed the TCK tests a couple of days ago. Excellent work. IBM DeveloperWorks has a resource page for Geronimo here, as well as resources for other Apache projects.

Categories
Development

Web app memory leaks

This is a must read if you’re doing webapps in J2EE. Sure made me think through how classloading, introspection and ThreadLocals are used in our app.