PAK Core – IContext
In this short summary you will get an idea how to use a factory to create an IServiceProvider.
PAK Core – ContextBuilder
In this short summary you will get an idea how to use the ContextBuilder to create the default IContext of the framework.
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 […]
@workflowDocu
Java Command Annotations – @workflowDocu Table of Contents 1. Basics 1.1. Requirements 2. Usage 2.1. @workflowDocu for input parameters 2.2. @workflowDocu for output parameters 2.3. @workflowDocu on Command-level Java command annotations are used for the developing Java commands in PAK. This chapter describes the functionality of the @workflowDocu annotation. It also gives an example of […]
@Service
Java Command Annotations – @Service Table of Contents 1. Basics 2. Properties 3. Usage Java command annotations are used for the developing Java commands in PAK. This chapter describes the functionality of the @Service annotation. It also gives an example of how you can use this annotation in your implementation. 1. Basics The @Service annotation […]
@Run
Java Command Annotations – @Run Table of Contents 1. Basics 2. Usage Java command annotations are used for the developing Java commands in PAK. This chapter describes the functionality of the @Run annotation. It also gives an example of how you can use this annotation in your implementation. 1. Basics The @Run annotation marks the […]
@Range
Java Command Annotations – @Range Table of Contents 1. Basics 2. Properties 3. Usage Java command annotations are used for the developing Java commands in PAK. This chapter describes the functionality of the @Range annotation. It also gives two examples how you can use this annotation in your implementation. 1. Basics The @Range annotation restricts […]
@PreDestroy
Java Command Annotations – @PreDestroy Table of Contents 1. Basics 2. Usage Java command annotations are used for the developing Java commands in PAK. This chapter describes the functionality of the @PreDestroy annotation. It also gives an example of how you can use this annotation in your implementation. 1. Basics The @PreDestroy annotation marks a […]
@PostConstruct
Java Command Annotations – @PostConstruct Table of Contents 1. Basics 2. Usage Java command annotations are used for the developing Java commands in PAK. This chapter describes the functionality of the @PostConstruct annotation. It also gives an example of how you can use this annotation in your implementation. 1. Basics The @PostConstruct annotation marks a […]
@Persistent
Java Command Annotations – @Persistent Table of Contents 1. Basics 2. Properties 3. Usage Java command annotations are used for the developing Java commands in PAK. This chapter describes the functionality of the @Persistent annotation. It also gives an example of how you can use this annotation in your implementation. 1. Basics The @Persistent annotation […]