Providing Adapters on the X4 Server
To include the finished adapter package into the X4 Server configuration the compiled adapter classes and required external libraries are provided as Java archive (.jar
file) on the application server.
The sample project within the ADK package already contains the corresponding Maven build, which generates the JAR file and descriptors already with the expected folder structure.
How to provide an adapter on the X4 Server
Execute Maven clean install.
Unpack the generated ZIP file
target/adk-examples-1.0.0-SNAPSHOT-wildfly-module.zip
underC:\X4\Server\<wildfly>\modules
.Add a reference to the adapter's own module within the
X4-Extensions
module.- Restart the X4 Server.
The adapter will be available within the X4 Designer after the next connection with the X4 Server and can be then used in processes.