Hacker News new | ask | show | jobs
by wmitty 583 days ago
A major factor was that early Java in the browser did not support.jar (really .zip) files. This meant every class (and every inner class) required a separate http request (on the much slower http of the day).

You used to have to put everything in one giant class to work around this.

(This situation was so frustrating)