I’ve already written about the JVM security manager, and why it should be used - despite it being rarely the case, if ever. However, just advocating for it won’t change the harsh reality unless some guidelines are provided to do so. This post has the...
Read more »
Collection of best practices for Java persistence performance in Spring Boot applications - AnghelLeonard/Hibernate-SpringBoot... (more…)
Read more »
Contribute to jafingerhut/jafingerhut.github.com development by creating an account on GitHub. (more…)
Read more »
Introduction to Java Threads Being a Java programmer, most of us have had any contact with multithreading. One of the biggest challenges is to properly synchronize the code between threads. Fortunately, the language developers have prepared for us a full ... (more…)
Read more »