Java
-
Integrating Gatling into a Gradle build – Understanding SourceSets and Configuration
I recently worked on a project where we had to integrate the excellent load testing tool Gatling into a Gradle based build.…
Read More » -
Project Amber: The Future of Java Exposed
If all goes according to plan (Project Jigsaw we’re looking at you), Java 9 is set to launch in less…
Read More » -
A Simple Map Iterator Performance Test
There are many dimensions of Java Map performance to measure, but a critical one is simple single-threaded scanning. Here is…
Read More » -
Testing Spring Data + Spring Boot applications with Arquillian (Part 1)
Spring Data’s mission is to provide a familiar and consistent, Spring-based programming model for data access while still retaining the…
Read More » -
End to end BPM (with a splash of DMN)
Red Hat Summit next week is shaping up to be one of the best ever! And if you are a Drools…
Read More » -
[EBOOK] Top 10 Java Performance Problems
Interested to learn more? Then you should download the relevant ebook here. Most performance issues in Java can be attributed…
Read More » -
Apache Spark RDD and Java Streams
A few months ago, I was fortunate enough to participate in a few PoCs (proof-of-concepts) that used Apache Spark. There,…
Read More » -
Java 9 Module System (Jigsaw) @ LJC’s HackTheTower
Today we spent half a day, on our first HackTheTower event. Members of London’s Java User Group (aka LJC), gathered on the…
Read More » -
Setting multiple Java JRE/ JDK on MacOSX using brew, cask and jenv
Yesterday at the Java9, Jigsaw HackTheTower event, I realized that I need to step up my game and improve my existing…
Read More »