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.

Categories
Development

.NET catching up

.NET is catching up. It seems more and more frameworks are ported to .NET from Java. I discovered that XStream has a twin over at XStream.NET. Hibernate and Spring also has some evil twins. 😉

Any frameworks ported from .NET to Java?