Jakarta servlet quick start tutorial for beginners to get started building web applications using servlets technologies
Create a Simple WebSocket application with Java EE
In this tutorial, I’m going to create a simple WebSocket server with Java EE that I can use Javascript Websocket API to connect and send/receive messages. I’m going to use […]
Unable to parse response body for Response Quick Fix with Elasticsearch & Spring boot
Recently, I upgraded Elasticsearch from 7.15.2 to 8.0.1. The setup was quick and simple. However, when making a request to save an entity to the database and in turn make […]
Setup Cucumber, TestContainers & Junit5 in Spring Boot Project
Since I spent countless hours finding the correct setup for Cucumber, TestContainers and Junit5 (Jupiter) for my Spring Boot project, I hope this tutorial can somehow save you time and […]
EJB Events Tutorial With Quarkus Example
Using events to pass messages in EJB can be a useful tool to simplify your business logic. Let’s learn how to fire and listen to events in EJB with an […]
Setting and Getting Custom Properties In Quarkus
Often time, when creating web application, you need to set some values in application settings and later, pull such values to display to users. One of the most prevalent examples […]