Extensions Developement

Extension developement (components, client side services and java plugins)

This section covers developement of extensions that can be added to the Servoy core product.

There are 2 main area's of developement 1 is the Components And Services and the other is server side Java Plugin development.

Component and Services are executed in the browser and build with Angular written in Typescript. The api is declared in the spec and exposed in in Servoy scripting api through elements.xxx (components) or through the "plugins." node (services)

Server side plugins are written in Java and do run server side in the client that can be accessed through the exposed api on the "plugins." node.

Last updated