A32 Application Interface

Written on 01/07/2022
Patrik Hallén


An access point where an application service is made available to a user or another application module.

Description 

Application interface is either a user interface (GUI) or programming interface (API).

A GUI is characterized by a focus on presentation and function that is downloaded via application services. An API offers application services which in turn expose automated functions.


Example

  • Order Form (for User)
  • Order Services (for application modules which want to call for application services)