Overview When developing web applications, we often need to integrate with other applications using SSL. This could be over different protocols such as HTTPS, IMAPS, or LDAPS. In this article, we'll cover what Java developers need to know about SSL cer... (more…)
Read more »
The long awaited Java SE 9.0 is releasing on September 21, 2017, and with it come some major changes, notably Java Platform Modules.
... (more…)
Read more »
Ersatz (noun) An artificial substance or article used to replace something natural or genuine; a substitute. (more…)
Read more »
Remove support for the preview feature "String Templates" from the Java compiler and the Java API. (more…)
Read more »
In this series I will explain what control flow is, how it is represented for program analysis, and the various nuances for practical implementations that target Java bytecode.
Basics Control flow is a term used to describe the order in which the statemen... (more…)
Read more »