  |
The Problems with JSP - http://www.servlets.com/soapbox/problems-jsp.html
Why pure JavaServer Pages isn't the solution. Describes alternatives and better ways to use JSP. |
  |
Java Sucks - http://www.jwz.org/doc/java.html
Rant by Jamie Zawinski, with many detailed criticisms of the Java language itself and its supporting libraries. |
  |
Softpanorama Java Page - http://www.softpanorama.org/Lang/java.shtml
A skeptical look at Java from the Open Source Software Educational Society. |
  |
A critique of Java - http://www.uclic.ucl.ac.uk/harold/srf/javaspae.html
Harold Thimbleby discusses why Java itself as a programming language leaves much to be desired and highlights a few serious problems with Java's design. |
  |
Java is Afraid of Unions - http://www.rajeshpatkar.com/articles/javaunion.htm
By Rajesh Patkar. Unions give different views of looking at the same memory location. |