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 ...