Configuring the ADK Environment
To develop an adapter for X4 BPMS, it is first necessary to provide the necessary classes and, if necessary, to set up the Java development environment (for example, Eclipse) with a Java Runtime Environment (JRE) in version 1.8 or later.
Note:
The ADK package with the necessary X4 Java classes and examples (adk-example.zip
) can be downloaded from the download area of the SoftProject website .
The associated ESB template shows how these classes are used in real-world examples. For more information, see Template with Adapter Examples.
Unpack the
adk-example.zip package
.Import it as an existing Maven project in your Java IDE.
The Java project now contains the foldersrc/main/java
(code examples).