In this article, we will provide an overview of the upcoming Jakarta RESTful Web Services 4.0 features. We will show how to test the latest version of this API on WildFly and how to run some examples with it.
F.Marchioni
Converting a PDF to Text in Java made simple
In this tutorial, we will explore how to convert a PDF document into raw text using the Apache PDFBox library in Java. This process can be particularly useful for applications that need to analyze or summarize the contents of a PDF, such as providing input to an AI chatbot.
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 and module name of a WildFly application using Java Naming and Directory Interface (JNDI).
Custom WildFly distributions using Channels
The WildFly Channels project allows for provisioning custom component versions in a WildFly distribution. In this article, we will learn how to configure a custom WildFly distribution that contains a RestEasy module not yet available in the latest version of the application server.
Consuming Jakarta EE REST Services with React
This tutorial will show how to build a powerful combination: a React frontend that seamlessly interacts with data from a Jakarta EE REST backend application running as a WildFly bootable JAR.
Connecting to Keycloak from Node.js Adapter
In this tutorial, we’ll learn how to connect to Keycloak from a Node.js application using the keycloak-connect Adapter. We’ll walk through setting up a basic Express application and protecting routes with Keycloak authentication and authorization.
Updated version of WildFly Administration guide available!
Fresh take on WildFly Administration Guide ! An updated version of the book is available, covering all the details of the latest version of the application server (WildFly 32) !
WildFly Domain Management made simple
This article provides an overview of how to manage your WildFly Domain in a simple and effective way using just the Web Console and the Topolgy view of your Domain.
How to provision WildFly with Ansible
Ansible is an innovative IT automation engine that automates cloud provisioning, configuration management, application deployment, intra-service orchestration, and many other IT needs. In this updated article we will learn how to provision and update a WildFly 32 application server distribution using playbooks.
How to start WildFly with a custom Banner
WildFly 32 introduces as an experimental feature, the possibility to print a Banner when the application server is starting up. In this article, we will learn how to customize the banner and how to use a simple Ansible playbook to install a custom banner on every server in your inventory.