Enterprise Java
-
Database testing with TestContainers
If you have ever written code that tests database interactions, such as data access objects, you very possibly have run…
Read More » -
Auto-Publishing & Monitoring APIs With Spring Boot
If you are heading down the path of a Microservices style of architecture, one tenant you will need to embrace…
Read More » -
Index Data from a Relational Database into Elasticsearch – 1
Elasticsearch provides powerful search capabilities with support for sharding and replication of the data. So we would want to index…
Read More » -
DMN 1.1 XML: from modeling to automation with Drools 7.0
I am a freelance consultant, but I am acting today as a PhD student. The global context of my thesis…
Read More » -
How to Set Up a Secure REST API with Spring
As you all know, Spring Boot is a toolkit that makes it super easy to quickly develop powerful web services.…
Read More » -
Spring Boot and Security Events with Actuator
Spring Boot Actuator provides auditing capabilities for publishing and listening to security related events in a Spring Boot application with…
Read More » -
Microservices Series: MicroProfile and Apache TomEE
Introduction MicroProfile is an initiative started in September 2016 by group of prominent vendors to build a Microservices architecture based…
Read More » -
Consumer Driven Testing with Pact & Spring Boot
Recently a colleague of mine stumbled across Pact.io, Our current application had grown to over 50 services and we we’re starting…
Read More » -
Apache Lucene 7.0 Is Coming Soon!
The Apache Lucene project will likely release its next major release, 7.0, in a few months! Remember that Lucene developers generally try…
Read More »