...
- 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.
...
...
- Extract CRM.COM Plugin SDK to a location in your filesystem where Wildfly Application Server has permission.
- Set the CRM_HOME system variable in Wildfly's configuration file to the location the SDK was extracted.
- Create your plugin projects
- Register your plugins by updating the plugins.xml file.
...