A Programming Style for Java - A large number of heuristic guidelines for writing well-structured and maintainable Java programs. www.webcom.com/~haahr/essays/java-style
How To Write Unmaintainable Code - A humorous approach emphasizing the need for coding standards - Java centric discussion. www.mindprod.com/unmain.html
Java Coding Standards - Collection of links Ray Ontko. www.ontko.com/java/java_coding_standards.html
Java Programming Style Guidelines - A set of recommendations on various aspects of coding such as naming, file organization, and comments. geosoft.no/javastyle.html
JavaRanch: Java Programming Style Guide - Style guide focusing primarily on formatting and comments, as well as advice on which coding constructs to avoid. www.javaranch.com/style.jsp
Naming Conventions in Java - A short article on what lessons can be learnt from C++ for Java coding standards. membres.lycos.fr/beust/naming
The Infospheres Java Coding Standard - Discusses structure, documentation, naming conventions. Also discusses useful related tools. www.infospheres.caltech.edu/resources/code_standards/java_standard.html