9.6.2 Configure JAX-RS App as Transaction Participant
Before you begin, ensure that you have configured the property values for the MicroTx library.
Ensure that you make these changes in the code of all transaction participant services.
Source code of a sample JAX-RS transaction participant application which uses the MicroTx library is available in the
FlightBookingAppResource.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