PAK Basic Mapping Guide
After finishing this tutorial you will have a basic overview of what mappings are, why they are needed and how to use them.
PAK Advanced Mapping Guide
Learn how to get more out of your mappings by using PAKs interpolation feature.
Interpolation Syntax Reference
This short guide shows you how the you can interpolate values, when doing Mappings.
Default Implementations – PakDefaultDatatransformer
In this short summary you will get an idea how PAKs default data transformation works.
Default Implementations – PakDefaultDatatransformer
In this short summary you will get an idea how PAKs default JSON handler works.
MavenCommandPool
PAK Extra – MavenCommandPool Last updated 2025-04-07 09:26:29 +0200
SimplePersistenceService
PAK Core – SimplePersistenceService In Progress… Last updated 2025-04-07 09:26:29 +0200
@Service
This HowTo introduces the @Service-annotation and explains how to use it with Connectors
Register
Table of Contents 1. Register 1. Register In order to use implementations of ICommandRestService, services have to be registered within the ServiceLoader: A META-INF-directory has to be inserted within the resources-directory of the main-module. Insert another directory, named services within the newly created META-INF-directory. files must be added to the services-directory. The name of the […]
PAK Core – ISubEngineCreator
Short summary how the framework uses the sub-engine creator interface.