| Auszug |
|---|
|
Nuclos extensions: libraries, JAR, extensions folder, client, server, webapp, common, rules, installation. |
Language: Deutsch · English
Extensions
Extend Nuclos with your own libraries – extensions and the client/server/webapp/common folders.
| Status |
|---|
| colour | Green |
|---|
| title | Stand: Jul 2026 |
|---|
|
| Status |
|---|
| colour | Grey |
|---|
| title | gilt fuer Nuclos 4.2026.x |
|---|
|
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).
Scopes
| 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). |
Installation
- Create an
extensions folder in the main directory of the Nuclos instance. - Inside it, create the four sub-folders
client, server, webapp and common. - Place the respective libraries (JARs) in the matching sub-folder.
| Info |
|---|
|
An example extension is the Translator (localization/automatic translation). |
Related pages