Plugin Packaging
Joget support 2 types of plugin packaging, there are Standard Java Plugin and Dynamic OSGI Plugin.
...
- Build as an OSGi (Open Services Gateway initiative framework) JAR bundle.
- Deploy JAR using the Manage Plugins in the Web Console.
- Supports dynamic loading/unloading/reloading without restarting.
- Runs in isolated mode, preventing library version conflict with base libraries or other plugins.
- More difficult to develop and test due to OSGi configuration and isolation.
- Technology powering this structure: Apache Felix.
Plugin Types
Image RemovedImage Added