How to write a (toy) JVM In this article – Serge Zaitsev creates a toy (and incomplete) JVM to show the core principles behind it and hopefully sparkle some interest for you to learn more about the Java Virtual Machine
The excellent “Think Java” book is now available as wiki under CC BY-ND License. Intended for beginners, this book is a fantastic resource and starting point.
Performance of Modern Java on Data-Heavy Workloads – Hazelcast decided to put Oracle‘s Z & OpenJDK‘s Shenandoah to the test & find which choices work well with workloads typical for their distributed stream processing engine, Hazelcast Jet.
The 25 greatest Java apps ever written – According to Alexa Weber Morales & Oracle Java Mag. From space exploration to genomics, from reverse compilers to robotic controllers.
Jakarta Security and REST in the Cloud Part 1: Hello World – There is not enough discussion about Security, but there should be. In this blog Otavio Santana explores safety in the Jakarta EE world with Jakarta Security in microservices in the cloud.
Jakarta EE Security & Rest in the Cloud: Part 2 – In this 2nd part, Otavio Santana speaks of the BASIC authentication process, how to implement it with a non-relational database, in this case, MongoDB & how to quickly take it to the cloud.
Jakarta EE Security & REST in the Cloud Part 3: Knowing the OAuth2 – In this third part Otavio Santana talks about the OAuth2 authentication process, moving it quickly to the cloud, & how to implement it with two MongoDB and Redis databases.
Configuring SSL/TLS Connection Made Easy – In this article, Hakan Altındağ discusses how to easily configure an SSL/TLS connection in #Java to better secure your application.
Debugging: Diagnose and Detect the Cause of Errors in your Application – This guide will help you to diagnose and detect the cause of errors in your application by debugging Payara Server or Payara Micro using the NetBeans plugin.
JDK 15: The new features in Java 15 – Paul Krill discusses the next version of standard Java, which will feature text blocks, garbage collectors, hidden classes, and previews of pattern matching and records.
How the deprecation of Java applets affected online visualization frameworks – An interesting case study by Martin Skrodzki exploring how the deprecation of Java applets affected online visualisation frameworks.
Send emails with Java EE and JavaMail using Payara – Philip Riecks explains how to send emails using the JavaMail API 1.6 with Java EE 8 running on the Payara application server and a local or remote SMTP server.
A Kubernetes Service Mesh Tool Comparison for 2020 – This article by Damian Velazquez Cafaro compares the benefits and drawbacks of service mesh tools: AWS App Mesh, IstioMesh, Linkerd, KumaMesh, Consul Connect, and EnvoyProxy.
How to Design an Optimal Microservice Architecture – While the exact architecture will vary, Gaurav Mishra discusses certain best practices that will help design effective and optimal microservices architecture.
On Project Loom, the Reactive model and coroutines – With Java 15 debuting Project Loom. Nicolas Frankel believes this will be a game-changer for the JVM. This blog explores the reasoning behind why he believes it will be so impactful.
Heap Memory In Java Applications Performance Testing – In this article, Radha Krishna Prasad explores several different models, approaches, resources, and tips available for Java Heap to fully optimize any Java application.
12 recipes for using the Optional class as it’s meant to be used– Mohamed Taman
discusses his dozen best practices to protect your applications against ugly null pointer exceptions—and make your code more readable and concise.
The Low-Latency Rematch: Performance of Modern Java on Data-Heavy Workloads -Following up on Part 1 by Marko Topolnik, analyzing the performance of modern JVMs on workloads that are relevant to the use case of real-time stream processing.
“How we got the generics we have” – This article by Brian Goetz focuses on how the generics that exist now were developed, and why, as a means of setting the groundwork to influence the “better” generics they are trying to build.
Java 11 Upgrade Tip: Don’t Rely on Generated serialVersionUID – Principal Software Engineer at Hubspot, Jonathan Haber discusses their migration from Java 8 to 11 & has tips to make the process as smooth as possible.
The illusion of statelessness – A very interesting article from Nicolas Frankel exploring why he believes statelessness is very rarely achievable.
Comic Of The Month