Introduction
JMap Pro extensions are modules developed in Java that can be added to JMap Pro to enhance its features. Extensions are specified as parameters for applications and are initialized when said applications are launched. Typically, extensions are integrated to the GUI of a JMap Pro application by inserting the buttons and menus that activate the functions provided by the extension.
To develop an extension and make it available to users, you must perform the following two steps:
| 1. | Develop your extension by creating a Java class derived from the JMapClientExtension class; |
| 2. | Deploy your extension in JMap Server so it may be accessed by the JMap Pro applications. |
See the following sections for more information.