Child pages
  • Creating Client Plugins

Versions Compared

Key

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

...

Plugins can be developed in any Java development environment, like Eclipse for example. 

Preliminary Settings

  • Create a new Java Project.
  • Add a set of needed Servoy libraries.

    The minimal set of libraries may be found in /{servoyInstall}/application_server/lib/ folder, and is the following:
    - j2db.jar
    - j2dbdev.jar
    - js.jar
    - wicket.jar

    Info

    A 'User Library' can be defined in Window > Preferences which will be available for all future relevant projects. Name it 'Servoy', for example.

...