Versions Compared

Key

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

...

  • Oracle Java SE Development Kit 8 (JDK)
  • Eclipse IDE
  • Maven
  • Wildfly Application Server v10.1 or later
  • The CRM.COM Enterprise Archive (.ear file) - Provided by CRM.COM
  • The CRM.COM Plugin SDK - Provided by CRM.COM

Step-By-Step Guide

  •  Open Eclipse IDE and import the .ear file into your workspace.

Image Removed

Image Added


Image RemovedImage Added


Image RemovedImage Added



  •  Extract CRM.COM Plugin SDK to a location in your filesystem where Wildfly Application Server has permission. 


Image Added


  •  Set the CRM_HOME system

...

  • property in Wildfly's configuration file to the location the SDK was extracted.


Image Added


Info
titleWildfly system properties

You can also set any Wildfly system properties through the Wildfl management console 

  •  Create your plugin projects




  •  Register your plugins by updating the plugins

...

  • descriptor

The plugins.xml file is used to register your plugins. Using this file, you can define your plugins and the organisations that your plugins will be enabled for.

...