I need to start reading about how to develop and implement new plugins for joget version 3, but i am having problems with the following issues :-

1. from where i can access the source code for any already installed plugins to read about them.

2. which technology and IDE i should use.

3. after writing the plug-in JAR file how to integrate it with Joget?

Thanks in advance for any help.

BR

  • No labels

2 Comments

  1. Hi John,

    Please refer to Building from Source. You may use any IDE with Maven integration. For plugin development, please refer to Extending Functionality - Developing Plugins.

    Good luck!

  2. hi Hugo.

    thanks for your reply. but why should i use Maven integration ?