Introduction

 

JMap server extensions are modules developed in Java that are added to JMap Server to respond to new types of queries and perform tasks on the server side. Server extensions can contain configuration interfaces that are integrated to the Extensions section of JMap Admin. Often, a server extension works with a client extension.

To develop a server extension and make it available, you must perform the two following steps:

1.Develop an extension by creating a Java class that implements the JMapServerExtension interface.
2.(Optional) Develop a JMap Admin configuration interface for your extension.
3.Deploy your extension in JMap Server.

See the following sections for more information.