/notes/code/java/gradle.html
How to use the Gradle build system for Java, based on the first two parts of the user guide.
/notes/code/java/intellij-idea.html
The most helpful keyboard shortcuts for IntelliJ, an editor for the Java programming language.
/notes/code/java/java-classloaders.html
How Java classloaders work, and how we can use OSGI to work around their limitations.
/notes/code/java/java.html
Keeping up-to-date with changes in the Java programming language.
/notes/code/java/json.html
JSON as a serialization format in Java, using the Jackson library.
/notes/code/java/spring.html
Introduction to — and criticism of — the Spring dependency injection framework for Java.