Versions Compared

Key

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

...

With this you can essentially use nearly any existing Java functionality inside Servoy and even integrate with native applications such as web-browsers.  Writing extensions requires understanding of Java.

 

Plugins

Plugins can be written for the Server, SmartClient and WebClient, see IServerPlugin, ISmartClientPlugin and IClientPlugin from API docs.

...