8.2 Workflow to Develop Applications with TCC

Use the following workflow as a guide to develop your applications to use MicroTx to manage TCC transactions.

Task Description More Information
Install MicroTx Install MicroTx and ensure that you can access it. Workflow to Install and Use MicroTx
Provide configuration information for the MicroTx library properties. Perform this step for all the transaction participant and transaction initiator applications so that your applications can access the library. Configure Library Properties
Integrate the MicroTx library with your application code. Select a suitable procedure to integrate the library based on the following factors:
  • the development framework for your application
  • whether an application initiates the transaction or participates in the transaction
The library is available for Java, Node.js, and Python apps. Perform one of the following tasks:
Deploy your application Develop, test, and deploy your microservices independently. After integrating the library files with your application, deploy the application. Deploy Your Application