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
General

The Logic of Torture

The Logic of Torture

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.