How to Map Your DTO Objects with MapStruct
In this tutorial, we will learn how to map your Data Transfer Objects (DTO) using...
How to configure CORS in Quarkus applications
Here’s a step-by-step tutorial on how to configure Cross-Origin Resource Sharing (CORS) in Quarkus applications...
How do I get the physical Connection with JBoss or WildFly ?
This article will teach how you can fetch the underlying Connection from either the java.sql.Connection...
Dynamic Queries with Criteria API
The Hibernate Criteria API provides a powerful and flexible way to build dynamic queries in...
Configuring Proxy address forwarding with WildFly
This tutorial discusses how to configure Proxy address forwarding with WildFly’s Web server by setting...
Configuring a Datasource with MySQL on WildFly
In this tutorial we will learn how to install and configure a Datasource on WildFly...
How to use a Datasource in Quarkus
This article will teach you how to use a plain Datasource resource in a Quarkus...
Hibernate dynamic-insert and dynamic-update
In this tutorial, we’ll explore the @org.hibernate.annotations.Entity annotation and specifically focus on its dynamicInsert and...
Getting started with Jakarta REST Services 4.0
In this article, we will provide an overview of the upcoming Jakarta RESTful Web Services...
Converting a PDF to Text in Java made simple
In this tutorial, we will explore how to convert a PDF document into raw text...
Getting started with langchain4j and Llama Model
This article is a step-by-step guide to introduce you to Large Language Models (LLMs) in...
How to get the Java EE Application Name programmatically
In this guide, we’ll walk you through the steps to programmatically obtain the application name...
- 1
- 2
REST Services cURL cheatsheet
Explore this comprehensive cheatsheet tailored for REST developers seeking a powerful yet straightforward testing tool...
Quarkus 3 Cheatsheet (2023)
Quarkus is a popular Java framework designed to build lightweight, fast, and efficient applications. It...
JUnit 5 Cheatsheet (2023)
This article contains a JUnit 5 Cheatsheet which you can use as handy reference to...
Docker and Podman CheatSheet for DevOps
Docker and Podman are both tools that allow developers to package applications and their dependencies...
JBoss cheatsheet for Linux Administrators (2022)
This is my JBoss / WildFly cheatsheet I use for managing the application server on...
JBoss / WildFly XML descriptors reference
WildFly uses a set of custom XML descriptors which can be used to customize Enterprise...
REST Services Cheat sheet
Here is a comprehensive JAX-RS Cheatsheet to help you code your REST Services. JAX RS-Annotations...
JBoss Datasource cheatsheet
Here is a cheatsheet with some examples of Datasources configurations which are valid for JBoss...