Java 9 Module System Tutorial (code first, explanations second)

Tutorial of Java 9 module system basics: how to declare modules with module-info.java, compile, package, and launch them and what module path and graph are. Read more

Similar

Debugging SSL in Java using mitmproxy

In this post we’ll go over setting up the popular mitmproxy tool on an external host and configuring your Java programs to proxy traffic through it, allowing you to debug misbehaving HTTP clients and libraries. OverviewOccasionally, you’ll be faced wi...

Read more »

Azul Launches Java Cloud Compiler

Azul has launched a cloud-native compiler, improving the time to peak performance for Java applications. By delegating JIT to an external system, applications can reach higher throughput, faster than when JIT is performed locally. (more…)

Read more »