Francesco Marchioni

@mastertheboss
13 Followers
6 Following
15 Posts
Avid Java and open-source technologies enthusiast. A dedicated writer and author, sharing my knowledge and experiences through https://www.mastertheboss.com
Easily set up 🛠️ SAML authentication on WildFly using WildFly Glow https://tinyurl.com/33uvwyzz #wildfly #keycloak #saml
Using SAML with Keycloak - Mastertheboss

In this tutorial, we'll explore how to integrate SAML (Security Assertion Markup Language) with Keycloak. SAML 2.0 is a widely-used authentication

Mastertheboss
How to build Reactive Applications with WildFly 31 Part 2: Using AMQP 1.0 http://tinyurl.com/yc6rj57p #wildfly #microprofile #reactive
Reactive Messaging with AMQP and WildFly - Mastertheboss

In the second article of this series, we will learn how to code, configure and deploy a Reactive Application using WildFly and an AMQP Broker such as

Mastertheboss
Just revamped the MicroProfile reactive Messaging Tutorial to work with WildFly 31 and the latest smallrye-reactive-messaging stack http://tinyurl.com/2wyp33en #wildfly #jakartaee #Kafka #microprofile
Writing Reactive Applications with WildFly - Mastertheboss

In this updated tutorial we will learn how to design, configure and deploy a Messaging Reactive application on WildFly, using smallrye-reactive-messaging

Mastertheboss
What if I told you that you can get realistic Test data for your model just by applying one annotation? don't miss the full story! http://tinyurl.com/yc7eevsb #jakartaee #wildfly #datafaker #Java
How to create Test Data in Jakarta EE applications - Mastertheboss

This article covers how to create sample random Data for your REST Services using a well-known library Data Faker. We will show how to bind a Fake Model

Mastertheboss
If you need a quick dive into the world of Ansible, here's how to use it to automate WildFly Bootable Jar creation using a Git Task #Ansible #wildfly #Git http://tinyurl.com/yeaana67
Managing Git Repositories with Ansible - Mastertheboss

Ansible is a powerful automation tool that allows you to manage and configure systems, including version control systems like Git. In this tutorial, we

Mastertheboss
🦸‍♂️ Today's mission: ugrade from Flyway 6 to 10 in a single bound! Here's the full story: http://tinyurl.com/3286yjf3 #flyway #wildfly
Getting started with FlyWay Database Migrations - Mastertheboss

This updated tutorial will show you how to perform database migrations using FlyWay in two different use cases: using Flyway Maven's plugin and performing

Mastertheboss
Freshly updated, how to persist Sessions in a Database 🛢️with WildFly 31 http://tinyurl.com/2dx3cumt #wildfly #java
WildFly: How to store sessions in the Database - Mastertheboss

In this guide, we'll explore the steps to persist sessions in a database using WildFly or JBoss EAP. This can be particularly useful in scenarios where

Mastertheboss
A gentle introduction to Structured Concurrency (JEP 453) #java #jdk21 http://tinyurl.com/838ty37s
Java Structured Concurrency in practice - Mastertheboss

Structured concurrency (JEP 453) is a method of organizing concurrent programming in a way that maintains the relationship between tasks and subtasks.

Mastertheboss
Just refreshed this article to work with the latest WildFly 31 and Jakarta EE 10! 🚀 . Check it out: http://tinyurl.com/3brmaedv #WildFly #JakartaEE #Java
How to Configure Level 2 Cache in JPA Applications - Mastertheboss

In this updated article we will learn how to configure Hibernate Second Level Caches with Jakarta Persistence API to optimize database interactions. The

Mastertheboss
🚀 Learn how to store, query, and manage JSON data with WildFly and PostgreSQL's native JSON support. #JakartaEE #JPA #JSON #WildFly #PostgreSQL http://tinyurl.com/bde59jdt
How to store JSON Data with JPA and Hibernate - Mastertheboss

Several databases provide varying levels of support for JSON data, including storage, indexing, querying, and manipulation capabilities. In this article

Mastertheboss