Comparing Java and JavaScript

Perhaps the first thing that most people ask when they hear the names of these two programming languages are. “Why do they have the same name?” and “Are they the same thing?”. There is a general misconception that because Java and Javascript share a simil… Read more

Similar

Run Eclipse with Java 14

This post serves as a reminder of how I got the new Eclipse 2020-03 build running with AdoptOpenJDK 14. I did this because I wanted to dive into Java 14 and especially the new preview feature for records. Of course I could do that while still running Ecli... (more…)

Read more »

Java Developer’s Guide to SSL Certificates

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 »