${renderedContent}
Quick Links to:
The Educational Systems - Common Services Framework generally follows the code conventions set by the Java programming language that can be found at http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html
For the purposes of this document, we'll highlight those areas that seem to be most frequently overlooked, and ways in which we might deviate from the standard.
Line Length
${renderedContent}
Class and Interface Declarations
${renderedContent}
if, if-else, if else-if else Statements
${renderedContent}
do-while Statements
${renderedContent}
try-catch Statements
${renderedContent}