EAServer Java extension properties

Table 21-2 describes the fields in EAServer Manager’s Installed Extensions dialog box and the corresponding entries in the manifest.mf file within an extension JAR file.

Table 21-2: Java Extension Properties

EAServer Manager field

Manifest entry

Description

Extension Name

Extension-Name

The extension name.

Specification Version

Specification-Version

The version number of the specification that the extension conforms to.

Specification Vendor

Specification-Vendor

The company or organization responsible for the specification that the extension conforms to.

Implementation Version

Implementation-Version

The implementation version number.

Implementation Vendor

Implementation-Vendor

The company or organization responsible for the implementation.

Implementation Vendor ID

Implementation-Vendor-ID

A unique identifier for the company or organization responsible for the implementation. Usually follows the reverse-domain naming convention used in Java packages, for example, “com.sybase.”

Implementation URL

Implementation-URL

A Web URL to obtain information on the implementation.