This article will teach you how to handle Exceptions properly in RESTful Web services using JAX-RS API and some advanced options which are available with RESTEasy and Quarkus runtime.
F.Marchioni
How to fix Log4j CVE-2021-44228
This security bulletin discusses the recent flaws in Log4j2 library which affects some recent versions of this opensource library. Let’s see how to perform checks and mitigation actions if your Java applications are using a flawed Log4j2 version.
Getting started with JAX-RS Client API
This article is a walk through JAX-RS Client API for testing REST Endpoint using WildFly / JBoss EAP 7 as REST provider.
How to deploy applications on WildFly
This tutorial discusses how to deploy applications on WildFly application server. We can deploy applications on the top of WildFly in several ways: 1. File system copy (standalone mode only) 2. Using the Management Interfaces (Admin Console or CLI) 3. Using Maven to deploy WildFly applications Deploying applications on WildFly using File system deployment File … Read more
How do I get the list of Datasources available ?
A DataSource is the preferred means of getting a connection from a Database. Let’s learn how to fetch the list of Datasources which are configured in the application server using the CLI and programmatically.
DMN example application with Quarkus
In our first tutorial about DMN – Getting started with Decision Models (DMN) – we have covered the foundation of Decision Models and the key components in it. In this follow up article we will design and create an example application which exposes a simple Decision Model through Quarkus REST Services.
Java CheatSheet for Developers

In this post I will keep some useful Java hacks and one-liners which are useful in every day programming
Configuring a Periodic Rotating File Handler
This article will teach you how to configure the Periodic File Handler in WildFly. We will also go through some common settings and advanced options such as compressing and rotating the logs file.
How to configure the Port offset on JBoss AS / WildFly
Do you want to learn how to change the default ports in WildFly application server? Then keep reading this tutorial.
How to run Jakarta EE 9 on WildFly
Welcome to Jakarta EE 9! In this tutorial we will learn how to get started with Jakarta EE 9 by downloading WildFly EE 9 Preview.