-
Core Java
JDK 11 and proxies in a world past sun.misc.Unsafe
With JDK 11 the first methods of sun.misc.Unsafe are retired. Among them, the defineClass method was removed. This method has…
Read More » -
Enterprise Java
Host your maven artifacts using Google Cloud Storage
If you use Google Cloud and you use Java for your projects then Google Cloud Storage is a great place…
Read More » -
Enterprise Java
Host your maven artifacts using Amazon s3
If you use amazon Web Services and you use Java for your projects then Amazon S3 is a great place…
Read More » -
Enterprise Java
Host your maven artifacts using Azure Blob Storage
If you use Microsoft Azure and you use Java for your projects then Azure Blob Storage is a great place…
Read More » -
Core Java
Date Util
Timezones suck. Especially daylight saving. I don’t mind moving the clock or losing an hour of sleep as much as…
Read More » -
Enterprise Java
User Authentication Best Practices Checklist
User authentication is the functionality that every web application shared. We should have perfected that a long time ago, having…
Read More » -
Enterprise Java
Get to Know JSON Pointer: JSON-P 1.1 Overview Series
Java EE 8 includes an update to the JSON Processing API and brings it up to date with the latest…
Read More » -
Core Java
JVM Architecture: Overview of JVM and JVM Architecture
Hello readers! In this tutorial, we will understand and learn the Java Virtual Machine (JVM) and its architecture. This tutorial…
Read More » -
Enterprise Java
Java EE 8 Security API: Overview
The New Security API Probably, the single most significant new feature added to Java EE 8 is the new security…
Read More »