Extensions Developement
Extension developement (components, client side services and java plugins)
Last updated
Was this helpful?
Extension developement (components, client side services and java plugins)
Last updated
Was this helpful?
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 and the other is server side development.
Component and Services are executed in the browser and build with Angular written in Typescript. The api is declared in the 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.