Hazelcast, from Embedded to Client-Server
Because Hazelcast is developed in Java, it's available as a JAR, and we can integrate it as a library in our application.

Nicolas Frankel
3,164 viewsBecause Hazelcast is developed in Java, it's available as a JAR, and we can integrate it as a library in our application.

Nicolas Frankel
2,770 viewshow one can use Arrow's type system with Spring Data. You can benefit from the explanations to craft your custom Spring Data repository.

Gunnar Morling
3,064 viewsIntroduction to the JfrUnit open-source project, providing assertions not on metrics like latency/throughput, but on indirect metrics.
Vipin Sharma
2,651 viewsWriting concurrent programs is hard, testing concurrent programs is harder, and debugging concurrent programs is a nightmare!

Yaojin Yang
7,375 viewsVS Code has been used by more and more Java developers to edit, build, run, debug, test and deploy their code and manage their projects.
Kevin Farnham
4,568 viewsNow that 2021 is well underway, many prominent Java developers have taken the time to predict what 2021 may bring to the Java universe!

Brice Dutheil
3,250 viewsDid you know Java Flight Recorder offers a public API for controling JFR programmatically or to read events from a JFR file? Read on!

Brice Dutheil
4,085 viewsContinuing from part 1, to exploit the recording by analyzing it, we have a tool named jfr that ships with the JDK. Let's get started!
Brice Dutheil
9,411 viewsJava Flight Recorder is the profiler you can use in production, continuously, it is a feature in the JVM that traces the JVM with events.

Helen Scott
5,160 viewsWhen I first came across the notion of Live Templates, I couldn't figure out what was 'live' about them. Did they need feeding?