Plugins Overview
Wizzdi has developed a set of plugins available for use and extension.
Installing Plugins
Simply place the service jar in FlexiCore’s plugin folder and the model jar in the model folder.
the server must be restarted in order for the plugins to be available.
The Software Updater service can be used for remote deployment of all types of plugins, FlexiCore itself, and other software components.
Using more than one plugin of the same class is possible only if a different version is defined inside the plugin,
Using Plugins
Interfacing with existing plugins is possible using its implemented REST API’s, Dynamic Invokers, System-wide events, or method calls from your plugins.
Extending Plugins
Extending existing plugins is possible by injecting their implemented services where required, model plugins can be extended by inheriting from their defined entities.
Success Stories