  |
Java Programming Style Guidelines - http://geosoft.no/development/javastyle.html
A set of recommendations on various aspects of coding such as naming, file organization, and comments. |
  |
Tips for maintainable Java code - http://www.squarebox.co.uk/download/javatips.html
A random collection of personal observations by Rolf Howarth. |
  |
A Programming Style for Java - http://www.webcom.com/~haahr/essays/java-style/
A large number of heuristic guidelines for writing well-structured and maintainable Java programs. |
  |
Java Coding Standards - http://www.ontko.com/java/java_coding_standards.html
Collection of links Ray Ontko. |
  |
Naming Conventions in Java - http://membres.lycos.fr/beust/naming/
A short article on what lessons can be learnt from C++ for Java coding standards. |