Extensions

Servoy can be extended in various ways:

  1. Plugins
  2. Beans
  3. Custom Java code (in SmartClient)
  4. Inclusion of javascript libraries (in MobileClient)

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.

Public Java API

For information on the usable Servoy API, see the Servoy API documentation online at: http://www.servoy.com/docs/public-api/

External docs

Checkout the comprehensive overview for building your own plugins and beans for Servoy.