Enterprise Java
-
Deploying a Quarkus or any Java based microservice behind an Nginx reverse proxy with SSL using docker
It has been a while but as per a friend requested I am going to show you how to deploy…
Read More » -
Code Generation in CUBA: What makes the magic
Introduction Code generation is a common thing in modern frameworks. There may be different reasons behind introducing code generation –…
Read More » -
Kafka & Zookeeper for Development: Zookeeper Ensemble
Previously we spun up Zookeeper and Kafka locally but also through Docker. What comes next is spinning up more than…
Read More » -
REST: Sorting collections
When building a RESTful API we often want to give consumers the option to order collections in a specific way…
Read More » -
Apache Camel 3.7 – More camel-core optimizations coming (Part 5)
I have previously blogged about the optimziations we are doing in the Apache Camel core. The first 3 blogs (part1,…
Read More » -
Stylish API
In this blog post we are going to look at the new styling and other new options available in OpenAPI…
Read More » -
Jakarta MVC 2.0 Progress
The work with Jakarta MVC 2.0 goes forward. According to the Jakarta EE Specification Process (JESP), we are now in…
Read More » -
Processing real-time data with Storm, Kafka and ElasticSearch – Part 2
This is the second part of the article series: Processing real-time data with Storm, Kafka, and ElasticSearch. 1. Introduction In…
Read More » -
Kafka & Zookeeper for Development: Local and Docker
Kafka popularity increases every day more and more as it takes over the streaming world. It is already provided out…
Read More »