Enterprise Java
-
Project Reactor expand method
One of my colleagues at work recently introduced me to the expand operator of the Project Reactor types and in…
Read More » -
Composing custom annotations with Spring
Java Annotations were introduced with Java 5 back in 2004 as a way to add meta data into Java source…
Read More » -
Testing Maven Release Plugin Auto-Increment Version Number
Abstract The Maven release plugin is a very powerful tool and I rely on it heavily for coordinating software releases.…
Read More » -
PMML revisited
Hi folks! The beginning of this year brings with it the initiative to re-design the Drools PMML module. In this…
Read More » -
Running a Safe Database Cluster in AWS With Auto-Scaling Groups
When you have to run a scalable application on AWS, your database must also be scalable. It’s easier to scale…
Read More » -
Distributed tracing for dummies
Tracing provides visibility into a system allowing the developers and operations to observe the application during runtime. Tracing becomes extremely…
Read More » -
How to Phrase Back End Tests in Cucumber
Cucumber is an execution framework for a specification language. It’s not meant to be a testing language, but it’s used…
Read More » -
Using JSON Schema Validation to Map Sparse JSON
In this post, we’ll look at a problem that comes up when you create APIs and share them. In particular,…
Read More » -
CUBA 7.2 – what’s new?
The seventh version of the CUBA platform was a big step forward. Internal architecture improvements and the new IDE built…
Read More »