For a great majority of the applications that use XARs, the process of implementing an XAR is simple and straightforward, requiring only that you define the XAR in Enterprise Server. For more information about defining an XAR, see To define an XAR for an enterprise server region.
However, for a more complicated application, you need to plan ahead and design the required XAR(s) to accommodate the complexity of such an application. This can require modification and recompilation of application source code, and compilation of XAR switch module source code, which is provided with our Visual COBOL product. For more information on this process, see the Planning and Designing XARs topic in your Visual COBOL documentation.
After building a Micro Focus RM switch module in Visual COBOL, you can include it in an XAR definition in Enterprise Server. An XAR definition includes an xa_open string, which is where you include specific RM syntax for the underlying RM.
In addition to the RM-specific xa_open string syntax, we provide several options that enable you to fine-tune your XAR definitions to yield maximum efficiency when running applications on Enterprise Server.
XARs support the following RM switch module types:
Before configuring an XAR for an enterprise server region, we suggest that you consider the following:
However, in some scenarios, more than one XAR of the same type might be required for a Web services application. This likely requires recompilation of application source code. See Working with Multiple XARs for more information.
For more information about configuring an XAR, see To define an XA Resource (XAR) for an enterprise server instance.