Versions Compared

Key

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

...

To make beans for both Web and SmartClient the IServoyBeanFactory can be utilized, see the source of the DBTreeView bean (which is shipping with Servoy)

Custom Java code

In Smart and WebClient its possible to call any static Java method, like

Code Block
var mytime = Packages.java.lang.System.currentTimeMillis();

Public Java API docs

For information on the usable Servoy API, see the the Servoy API documentation online online.

External docs

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

...

Besides default extensions shipping with Servoy, many Third-party extensions are available at ServoyForge.

Custom Java code

In Smart and WebClient its possible to call any static Java method, like

Code Block
var mytime = Packages.java.lang.System.currentTimeMillis();

Server WAR file deployment

Since Servoy incorporates Apache Tomcat its possible to deploy .war (Web Application Resource) in application_server/server/webapps.  

...

Its possible to install many other plugins like SVN, GIT, SQLExplorer etc, via "Help" > "Install new software" > enter an eclipse update site url.