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)

Public Java API

...

Docs

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

External

...

Docs

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

Existing

...

Extensions

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.  

...

When a war requires database access, it's possible to get a database as datasource via JNDI, all the database servers are exposed in the global JNDI scope as "jdbc/dbservername" and should be accessed in current context via a <resource-ref>, see Tomcat manual for more details.

Developer Eclipse

...

Plugins

Servoy developer is another plugin ontop of the the eclipse.org framework.

...