The article Stop the hype about webservices in Michael Nascimento Santos’s blog gives all of us a quick reminder about when to and when not to use Webservices.
Categories
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
.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?