Painlessly Migrating to Java Jigsaw Modules - a Case Study
https://www.infoq.com/articles/Java-Jigsaw-Migration-Guide
https://www.infoq.com/articles/Java-Jigsaw-Migration-Guide
InfoQ
Painlessly Migrating to Java Jigsaw Modules - a Case Study
This article is a case study of changes required in an application to make use of the new Java Platform Module System. An understanding of the module system will become an important skill for Java developers, using Java 9 and beyond.
Basic Spring web application in Java, Kotlin and Scala - comparison ·
https://rskupnik.github.io/basic-spring-webapp-java-kotlin-scala
https://rskupnik.github.io/basic-spring-webapp-java-kotlin-scala
rskupnik.github.io
Basic Spring web application in Java, Kotlin and Scala - comparison ·
I’ve been wondering how hard would it be to implement a basic Spring Boot app in alternative JVM languages, such as S...
A Curious Java Language Feature and How it Produced a Subtle Bug – Java, SQL and jOOQ.
https://blog.jooq.org/2017/07/20/a-curious-java-language-feature-and-how-it-produced-a-subtle-bug/
https://blog.jooq.org/2017/07/20/a-curious-java-language-feature-and-how-it-produced-a-subtle-bug/
Java, SQL and jOOQ.
A Curious Java Language Feature and How it Produced a Subtle Bug
Java’s visibility rules are tricky at times. Do you know what this will print? package p; import static p.A.x; class A { static String x = "A.x"; } class B { String x = "B.x&qu…
