Language: Deutsch · English
Extend Nuclos with your own libraries – extensions and the client/server/webapp/common folders.
HOW-TO DEVELOPER UPDATED: JUL 2026 APPLIES TO NUCLOS 4.2026.X
On this page
Nuclos extensions are additional program libraries and configuration files added to the Nuclos core at installation. They let you extend Nuclos with your own Java functionality (e.g. for libraries used in server-side rules).
| Folder | Effect |
|---|---|
client | desktop-client functionality (rich client). |
server | server-side functionality (e.g. for rules). |
webapp | web-client functionality. |
common | both sides (desktop client + server, not web client). |
extensions folder in the main directory of the Nuclos instance.client, server, webapp and common.Example
An example extension is the Translator (localization/automatic translation).