...
- 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
...
- property in Wildfly's configuration file to the location the SDK was extracted.
Info | ||
---|---|---|
| ||
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.
...