Java Weekly, Issue 339

The Spring story on GraalVM is getting polish and Java 14 and even 15 features are getting some well-deserved attention. A solid week in the Java ecosystem.

HTTP/2 in Netty

Learn how to implement an HTTP/2 server and client in Netty using code samples.

Digital Signatures in Java

Java provides support for digital signature via the JCA APIs. See how to digitally sign and verify messages with public/private key cryptography.

Guide to System.gc()

Learn about the System.gc() method understand if there are any use cases when calling this method might be useful

Java Weekly, Issue 292

The Java shell, better NPE debugging and being careful what dependencies you’re pulling into your project. Good stuff.

Java Weekly, Issue 276

Java 12 has been out of just a few weeks and packing some really cool functionality. We’re looking at the enhanced switch this week – highly useful.