Java Security Starts with the JVM

| | Java, jvm, OpenJDK, security
The first stop on the road to Java security should be the JVM. Outdated, unpatched, or unsupported Java runtimes carry unnecessary risks. The post Java Security Starts with the JVM appeared first ...
Code maintenance lifecycle

Take the Pain Out of Your Customers’ Code Maintenance with Azul Code Inventory

Code maintenance is never prioritized. If you’re a provider of Java software developer services, your customers need a solution to dead code. The post Take the Pain Out of Your Customers’ Code ...
Understanding JVM soft references for great good (and building a cache)

Understanding JVM soft references for great good (and building a cache)

Java (the island) landscapeThere are plenty of good and popular caching libraries on the JVM, including ehcache, guava and many others. However in some situations it’s worth exploring other options. Maybe you ...