Categories
Development

Classloading

I know way too little about classloading. I should probably look into it one of these days. This is a best practices summary for classloading. It also has a link to a Classloading technical paper.

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

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.