-
Core Java
JUnit 5 – A First Look at the Next Generation of JUnit
In the beginning of February, the JUnit 5 (aka JUnit Lambda) team has published an alpha release. Since JUnit 4 is among…
Read More » -
Enterprise Java
Contract First SOAP Service with Spring and Maven
1. Introduction In this tutorial, we will learn to implement a contract-first SOAP service application using JAX-WS, Spring and Maven.…
Read More » -
Core Java
Constructor or setter?
It goes without saying that every object needs to be created before it can be used. It does not matter…
Read More » -
Core Java
Learn about JDK9 Compact Strings (Video review Charlie Hunt)
JDK 9 introduces a new feature called Compact Strings. Given the ubiquity of Strings in Java programs I feel that…
Read More » -
Scala
Spring Boot with Scala
A while back I had tried out a small Spring Boot based sample with Scala as the language and found…
Read More » -
Enterprise Java
How to install Red Hat Container Development Kit (CDK) in minutes
As an application developer or architect tasked with exploring the possibilities that containerized applications offer, there is little help with…
Read More » -
Agile
#NoEstimates a simple experience report
I’ve been practicing #NoEstimates with my teams for the last 2-3 years if you want to know how it worked…
Read More » -
Groovy
Grails 3 DataSource Configuration
Grails 3 has new configuration files and format. The new format is based on YAML and the file name to…
Read More » -
Core Java
JUnit 5 – Setup
In November 2015 the JUnit Lambda team presented their prototype. Since then the project rebranded itself as JUnit 5 and…
Read More »