-
Desktop Java
JavaFX Missing Features Survey: Table View
The TableView (and TreeTableView) of JavaFX has won the price for being the control that was mentioned the most in…
Read More » -
Software Development
First Steps Into the World of Go
Since developers should learn a new programming language every year, I felt it was about time for me to dive…
Read More » -
Agile
It takes an engineer to manage engineering
I’ve been meaning to write about the managers and Agile software development for a long time. And, apart from a…
Read More » -
Software Development
The importance of single-partition operations in Cassandra
DuyHai Doan is an Apache Cassandra Evangelist at DataStax. He spends his time between technical presentations/meetups on Cassandra, coding on…
Read More » -
Software Development
Performance improvements… or experiments?
The project I’m involved in will face great challenges in the upcoming years. That was the reason why we have…
Read More » -
Core Java
Beware Of findFirst() And findAny()
After filtering a Java 8 Stream it is common to use findFirst() or findAny() to get the element that survived…
Read More » -
Enterprise Java
Implement custom JMeter samplers
As we proceed on different architectures and implementations the need for versatile stress testing tools rises. Apache Jmeter is one…
Read More » -
Enterprise Java
Isolating integration tests and mocking dependencies with Spring Boot
Integration tests can be slow and unreliable because they depend on too many components in the system. Up to a…
Read More » -
Enterprise Java
Java EE 8 MVC: Working with Path Parameters
In the previous post we saw how to work with query parameters in Java EE MVC. This post continues with…
Read More »