Enterprise Java
-
Use Spring Cloud Config as externalized configuration
One of the most important practices when it comes to continuous delivery is building your binaries only once and use…
Read More » -
Testing the Java EE 8 Specifications
The Java EE 8 Platform has definitely been moving along within the past couple of months. Specifications have been releasing…
Read More » -
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 »