While building a Java Web APP starter kit I needed to implement, between other things, the following:
... (more…)
Read more »
Java virtual machines (JVM) use built-in garbage collection (GC) technology to automatically manage memory usage within the Java heap. When an allocation failure occurs, a GC cycle is triggered to reclaim memory from objects that are no longer referenced.... (more…)
Read more »
Every Java developer sooner or later has the exact same problem. They wish they could see beyond their public API. (more…)
Read more »
We’ve all seen the above image being mentioned in the context of code quality. But what do we mean when we say that a particular piece of… (more…)
Read more »
We announce the end of our Beta, take a short look back on what has happened and outline how we will continue. (more…)
Read more »