  |
The Infospheres Java Coding Standard - http://www.infospheres.caltech.edu/resources/code_standards/java_standard.html
Discusses structure, documentation, naming conventions. Also discusses useful related tools. |
  |
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. |
  |
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. |
 |
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. |