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 […]
@Service
This HowTo introduces the @Service-annotation and explains how to use it with Connectors
IModel
PAK Core – IModel Last updated 2025-04-07 09:26:29 +0200
Model Parameterization
Model Parameterization in PAK In Progress… Last updated 2025-04-07 09:26:29 +0200
EngineObservers
PAK Core – Engine Observers & Callbacks Last updated 2025-04-07 09:26:29 +0200
ICommandPool
PAK Core – ICommandPool Last updated 2025-04-07 09:26:29 +0200
IEngine
PAK Core – IEngine Last updated 2025-04-07 09:26:29 +0200
IEngineConfig
Core – IEngineConfig In Progress… Last updated 2025-04-07 09:26:29 +0200
EngineBuilder
PAK Core – EngineBuilder In Progress… Last updated 2025-04-07 09:26:29 +0200
Java Command Processing
Java Command Processing Table of Contents 1. Basics The processing of commands plays a vital role in PAK. It’s required for defining commands. This chapter will offer an quick overview on how to define commands, using the two notation-styles in PAK. 1. Basics There are two ways to define commands. One on class– and the […]