The ATGAgentPlugins
project facilitates communication between ASA and ORMPOS and contains all the ORMPOS web service client code. All the UI code will be contained within the Agent project, and all the specific knowledge of ORMPOS is contained within ATGPOSClient
.
The goal of this effort is to make the integration as generic as possible so that Oracle MPOS (ORMPOS) is not the only MPOS/POS system that could be integrated with ASA.
ATGPOSRestManager
and related files are located in ATGAgentPlugins/POS/Rest
directory to facilitate communication between ASA and ORMPOS. The ORMPOS specific UI code is contained in ATGAgentPlugins/POS/UI
and the classes which initiate web service calls related to the POS integration are located in the POS/Managers
directory (within the ATGAgentPlugins
project).
ORMPOS related files are contained within ATGAgenPlugins/POS.
Note: ATGAgentPlugins
is intended to be a general purpose plugin not specific to POS related code. In this release however, the only plugins are POS plugins.