Child pages
  • Creating Client Plugins

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Custom Plugins

Custom Plugins are java classes contained in jar files from plugins folder that inherit IServerPlugin, ISmartClientPlugin or IClientPlugin. At startup, Servoy will search all jar files from plugins folder for its plugins. If MANIFEST.MF file of the jar contains attribute Servoy-Plugin: True together with class name Servoy will not scan all jar but just take those classes. For example, for mail plugin, the following code is needed in manifest file:

...