5.6.1 Configure JAX-RS App as Transaction Initiator
Before you begin, ensure that you have configured the property values for the MicroTx Distributed Transactions library.
Source code of a sample JAX-RS transaction initiator application which uses the MicroTx Distributed Transactions library is available in the
BookingResource.java file which is located in the microtx-samples GitHub repository. You can use this as a reference while integrating the MicroTx libraries with your application.
Parent topic: Develop JAX-RS Apps with TCC