Internal Server Application (ISA) - HxGN EAM - 12.1 - Feature Briefs - Hexagon

HxGN EAM Custom Framework

Language
English
Product
HxGN EAM
Search by Category
Feature Briefs
HxGN EAM Version
12.1

An Internal Server Application (ISA) is an application that is deployed in the same JVM as the HxGN EAM application. The primary reason to use an ISA over an ESA would be a requirement to use the HxGN EAM Custom API. If the ISA is not accessing the HxGN EAM Custom API, there is little to no need for an ISA.

See the readme in the sample application folder for instructions on how to install the sample internal application.

While designing and developing an ISA, observe the following criteria:

  • The ISA must be based on the Java J2EE web 2.2 or later specifications.

  • The ISA should be deployed as a J2EE web application (war or ear) in the same JVM as the HxGN EAM application.