Enterprise Java
-

Spring Based Application – Migrating to Junit 5
This is a quick write-up on migrating a Gradle based Spring Boot app from Junit 4 to the shiny new…
Read More » -

Cloud Native Applications with JWT
AÂ native cloud application is an application that is developed for a cloud computing environment. There is no specific answer to…
Read More » -

DataSource Routing with Spring @Transactional
I was inspired by Carl Papa’s use of aspects with the Spring Framework to determine the DataSource to use (either…
Read More » -

Power Up Your Data Model With Projections
Introduction Data models can be tricky. Modelling can be even harder. Sometimes information that should go into a database table…
Read More » -

Integration tests with Maven
Implementing unit tests with maven is something ordinary and most of us are familiar with the project structure and where…
Read More » -

Transactional exception handling in CDI
In Java EE, exceptions that are raised during the execution of a transactional business method cause the transaction to rollback.…
Read More » -

Hollowjars, Deployment scanner and why Wildfly swarm is cool
In a previous post I described how you can use OpenLiberty and maven to start the server, either as a…
Read More » -

Apache Pulsar: Distributed Pub-Sub Messaging System
Apache Pulsar is an open-source distributed pub-sub messaging system originally created at Yahoo and part of the Apache Software Foundation. Pulsar…
Read More » -

OWASP Dependency Check Maven Plugin – a Must-Have
I have to admit with a high degree of shame that I didnât know about the OWASP dependency check maven…
Read More »



