Back End JPMS: An Overview Initially, JCP (Java Community Process) started developing JPMS(Java Platform Module System) in 2006 as JSR 277, and it was scheduled to be released in Java 7. But for some
Back End Java & Docker: Java 10 improvements strengthen the friendship! Till JDK 10, running java applications in linux containers was a bit tricky and requires additional setup to avoid surprises. These issues does not affect only older versions of Java (prior to 10), but also some tools that collect information from the execution environment
Back End Java 9 new Features: Reactive Streams JDK 9 reached General Availability on 21 September 2017, and it comes with a list of new and revised features, methods, and other elements. In the following post we take a deeper look into JEP 266, go over the improvements it has to offer.