Java
-
AccuREST Stub Runner Released
It’s been a good release time recently! I’m blogging here at Too Much Coding blog more about releases then about…
Read More » -
Your first Lagom service – getting started with Java Microservices
I’ve been heads-down in writing my next O’Reilly report and didn’t had enough time to blog in a while. Time…
Read More » -
Enabling Entity and Query cache in Hibernate
1. Introduction Amongst the performance related tasks I have been through, this has been one of them. The concern is that if…
Read More » -
Shadow Fields vs. Property Accessor Interface Round 2
If you guys haven’t noticed a (light-hearted) showdown between Dirk Lemmerman and me, let me quickly mention how we got to this point.…
Read More » -
Learning Lucene
I am currently working with a team starting a new project based on Lucene. While most of the time I…
Read More » -
Shadow Fields vs. Property Accessor Interface
Carl Dea recently followed up on a blog post of mine called Save Memory! Use Shadow Fields for Properties. In…
Read More » -
Continuous Stress Testing for your JAX-RS (and JavaEE) applications with Gatling + Gradle + Jenkins Pipeline
In this post I am going to explain how to use Gatling project to write stress tests for your JAX-RS Java EE endpoints,…
Read More » -
Clean architecture of Selenium tests
In this blog post, I would like to introduce a clean architecture for Selenium tests with best design patterns: page…
Read More » -
JavaFX Tips to Save Memory! Shadow Fields for Properties and Observables
In the world of JavaFX the Properties API allows UI developers to bind values to UI controls. This capability is surprisingly…
Read More »