Research into Java Development standards

Lucas Jellema 8
0 0
Read Time:1 Minute, 26 Second

Yesterday I started research into the current state of affairs with regard to coding standards for J2EE development. We are looking for an up to date set of low level (detailed) standards for at least the following categories/technologies:

  • HTML, CSS, JavaScript
  • JSP & JSTL
  • Struts
  • XML, XSLT, XSL-FO
  • Core Java Programming
  • Oracle Business Components for Java (BC4J)
  • Oracle Toplink
  • JHeadstart
  • JDeveloper
  • Ant, JUnit

The first queries on Internet were not unsuccessful! Some of the more interesting search results are listed below

The following document seems to include guidelines on almost all technologies in the Java arena that are of interest to us: Technical Paper: Java – J2EE, Conventions and Guidelines Release 1.0.2 Stephan Janssen The JCS Team (2004)

Java Coding Standards

Books

  • The Elements of Java Style – Allan Vermeulen, Scott Ambler et. al. – Cambridge University Press – 2000 – ISBN 0 521 777682
  • J2EE Design and Development, Chapter 4- Rod Johnson – Wrox – 2003 – ISBN 0 7645 4385 7

Internet resources

JavaScript Coding Standards

JSP Coding Standards

About Post Author

Lucas Jellema

Lucas Jellema, active in IT (and with Oracle) since 1994. Oracle ACE Director and Oracle Developer Champion. Solution architect and developer on diverse areas including SQL, JavaScript, Kubernetes & Docker, Machine Learning, Java, SOA and microservices, events in various shapes and forms and many other things. Author of the Oracle Press book Oracle SOA Suite 12c Handbook. Frequent presenter on user groups and community events and conferences such as JavaOne, Oracle Code, CodeOne, NLJUG JFall and Oracle OpenWorld.
Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

8 thoughts on “Research into Java Development standards

  1. A general introduction on conding conventions that I wrote for my students can be found here. It has gone through many iterations, so is supposed to contain useful information by now 😉

Comments are closed.

Next Post

Tools for Automated Checking of Java Coding Standards

Automated Quality Audit or Standards Enforcement There is a number of tools available for automated standards checking. These tools parse Java source code and determine which standards have been violated. Some tools are free (open source), some are commercial. A very brief overview (we should do a more thorough evaluation): […]
%d bloggers like this: