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...