Panel | ||
---|---|---|
| ||
In order to start developing plugins for Welcome to CRM.COM software, you will need to setup the Java projects required. The plugin development! The following guide provides instructions to setup your development environment and create the Java projects in Eclipse IDEplugin projects using CRM.COM Plugin SDK. What does this section cover?
|
Step-By-Step Guide
...
Prerequisites
In order to start developing plugins from CRM.COM, you will need the following:
- Oracle Java SE Development Kit 8 (JDK)
- Eclipse IDE
- Maven
- Wildfly Application Server 10.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.
Expand title Importing .ear file - Click here to download the sample custom projects.
- Import the sample projects in your workspace.
- Rename the custom Java projects to the desired name.
- Create/update the mpconfig.properties 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.
Mpconfig Properties File
...