Chapter 6. Application / Functionality

Workers are implementations on the server side which fulfill specific tasks and usually take a lot of computing effort and resources. Among others, the generation of large documents and the creation of data streams for displaying / printing / page previewing / page selection are examples for these implementations. The workers are called and supplied with data by the respective Nodes.

The superclass for a node implementation is the Node class while it is NodeWorker for a worker implementation.

You will find a detailed description of the pre-defined nodes in jadice server in the enclosed Javadoc documentation. the section called “Implementing Own Nodes / Workers” explicates by means of an example how to implement own Nodes and NodeWorkers to extend jadice server's range of functions.

[jadice server Version 5.8.7.0: Documentation for Developers and Administrators. Published: 2021-04-15]