1. Announcing Espresso: the start of a modern Java web ecosystem

    We have seen rapid development of Java itself these days. The introduction of functional programming elements made Java coding experience quite sharper.

    However, the Java web ecosystem is still with its early days . The Servlet API is dated, heavy and verbose. Even with Spring boot has improved Java development, simpler …

  2. Custom JRE for Clojure app distribution

    Modular Java was introduced in JDK 9, and considered to be the largest architectural change in Java, ever. The core of Java libraries were split into several modules, sits in $JAVA_HOME/jmods. The bloated, monolithic rt.jar is no more.

    Modular Java requires you to include a module-info.java for …

« Page 2 / 133 »