Hi,
in my backend code I want to use the validation/computation feature of the kernel. In GetA12 Login it is written, that a dynamic as well as a static approach can be used. The given example is for a dynamic service config. Since I have a big document model I want to use the static approach instead.
With the code snippet for code generation (section 6.5) I achieved to generate the java code for my document model. Now I want to integrate the code into my repo. But there are some dependencies missing and I have no idea, which A12 libs to reference in my build.gradle.
Import statements in the generated code look like the following:
import com.mgmtp.a12.kernel.core.rt._29_1.internal.core.*;
Which dependencies are needed to get the code compiled?
Cheers
Felix
