Java
-

JLBH Examples 1 – Why Code Should be Benchmarked in Context
In this post: A side by side example using JMH and JLBH for Date serialisation Measuring Date serialisation in a…
Read More » -

2 Rookie Java Constants and Enums Pitfalls
In various code reviews I perform on Java and Groovy code I often see magic numbers and other random Strings…
Read More » -

Determining the Active HotSpot Garbage Collector
The StackOverflow questions find which type of garbage collector is running, Default Garbage collector for a jvm, How can I…
Read More » -

JLBH – Introducing Java Latency Benchmarking Harness
In this Post: What is JLBH Why did we write JLBH Differences between JMH and JLBH Quick start guide …
Read More » -

Java Community Survey Results: 74% of Developers Want Less Verbosity
A new JDK Enhancement Proposal (JEP) is making waves in the Java community: JEP 286. The proposal suggests to introduce…
Read More » -

CUBA Platform is Going Open Source
The long-awaited moment has come, and now we are happy to announce that the CUBA Platform has finally joined the free…
Read More » -

Default & Static Methods In Interfaces
In our original Java 8 support announcement post we specifically mentioned the lack of streams but completely missed the fact…
Read More » -

Integration Architecture with Java EE and Spring
The O’Reilly Software Architecture Conference in New York happens this week. And I had the pleasure to give a tutorial together…
Read More » -

Data aggregation with Spring Data MongoDB and Spring Boot
MongoDB aggregation framework is designed for grouping documents and transforming them into an aggregated result. The aggregation query consists in…
Read More »



