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
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.
A whitepaper has been released comparing IBM J2EE and .NET.
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.