Enterprise Java
-
Knative serving – using Ambassador gateway
This is a continuation of my experimentation with Knative serving, this time around building a gateway on top of a…
Read More » -
Serverless – simply an approach to building modern applications?
If you search for “serverless” you find that serverless is a new popular way to build modern applications. Is serverless…
Read More » -
Micronaut for Java EE/Jakarta EE Developers
There is a new microservices framework in town called Micronaut. In this post, I’ll discuss how I’ve ventured into working…
Read More » -
Simplify integration testing of legacy application with Spock 1.2
Learn how leverage Spock 1.2 to slice a Spring context of a legacy application writing integration tests. Have you ever…
Read More » -
ActiveMQ Performance Testing
We use ActiveMQ as our messaging layer – sending large volumes of messages with a need for low-latency. Generally it…
Read More » -
Ajax File Upload with Servlet and Bootstrap
Introduction In this tutorial, we will check how Ajax file upload works with Servlets. Also we will decorate our form…
Read More » -
Containerising a Spring Data Cassandra application
I’m continuing my journey of learning Docker. I am still keeping it simple at this point. This time around, I…
Read More » -
TIP: Activate via URL and Send Arguments
The most secure password in the world is the one that doesn’t exist. You remove the user from the equation…
Read More » -
Spock 1.2 – hassle-free Spring beans mocking in integration tests
Discover how to automatically inject Spock’s mocks and spies into the Spring context using Spock 1.2. Stubs/mocks/spies in Spock (and…
Read More »