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 2024-12-19 10:07:55 +0100
SimplePersistenceService
PAK Core – SimplePersistenceService In Progress… Last updated 2024-12-19 10:07:55 +0100
@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.
PAK Core – IServiceProvider
In this summary you will get an idea how services are registered to the engine and how to write your own IServiceProvider.
PAK Core – IPersistenceService
Short summary describing persisting data in PAK.