Categories
Development

IBM J2EE vs. Microsoft .NET White Paper

A whitepaper has been released comparing IBM J2EE and .NET.

IBM J2EE vs. Microsoft .NET White Paper

Categories
Development

Your XP project needs the right staffing

Read it here. Good points. I already suspected project estimation with XP would be difficult, and it seems so. Oh, and don’t go into XP with just any team. 🙂

Categories
Development

Simpler RMI

I’ve only used RMI briefly, but the stub generation sure annoyed the hell out of me. In JDK 1.5 it is dynamic and eliminates the need for rmic. William Grosso has a piece on it and the basics of RMI here.