Core Java
-

Java 8 Friday Goodies: Lambdas and XML
At Data Geekery, we love Java. And as we’re really into jOOQ’s fluent API and query DSL, we’re absolutely thrilled…
Read More » -

Java 8 Friday Goodies: java.io finally rocks!
At Data Geekery, we love Java. And as we’re really into jOOQ’s fluent API and query DSL, we’re absolutely thrilled…
Read More » -

GC impact on throughput and latency
One type of the problems each and every Java application out there has to wrestle with is related to garbage…
Read More » -

Learning about bitmaps
A few weeks ago Alistair and I were working on the code used to model the labels that a node…
Read More » -

Oracle ships Java 8
Oracle has decided to ship upgrade to JDK (Java Development Kit) 8 on March 18, even though the new release…
Read More » -

Post-hoc tracing using a debugger
Once nice little features of most debuggers that I have been exercising recently is the ability to log information on…
Read More » -

Java vs. Native Agents – The Powerful Things They Do
What you should know before installing an agent, and how it affects your code When building a scalable server-side application…
Read More » -

Mirror Mirror – Using Reflection To Look Inside The JVM at Run-time
Developers: Takipi tells you when new code breaks in production – Learn more We’re all used to employing reflection in…
Read More » -

Want to get faster with AtomicLong? Make it wait.
I often hear that Java atomic types (java.util.concurrent.atomic) are super-fast and play nicely with highly concurrent code. Most of the…
Read More »
