  |
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. |
  |
Why I Am Not A Java Programmer - http://www.guild.net/~schwern/papers/Why_I_Am_Not_A_Java_Programmer/why.html
Paper by Michael G. Schwern in which he explains his reasons for disliking Java. |
  |
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. |