This article will teach you how to manage the Servers and Server Groups running in a WildFly Domain. For the purpose of this article we will use the Command Line Interface to perform the management operations.
Configuring Transactions (JTA) using JBoss / Wildfly
This tutorial discusses about configuring and monitoring transactions using the Java Transaction API(JTA) on Wildfly application server. Transaction overview Let’s start from some definitions: You can define a transaction as a group of operations that must run as a unit and can involve persisting data objects, sending a message, and so on. When the operations … Read more