WorkWithPlus Services Layer

WorkWithPlus for Web automates and simplifies the development of applications in layers, where the presentation layer access the data layer by services and not accessing the database directly.

ServicesLayer01

WorkWithPlus uses API Object in order to encapsulate all the services that will be invoked in the different objects, and handle errors, among other benefits. 

Also, integrates with GAM using the same architecture of layers and services so to ensure the security of the application.

The items of this section will describe in detail how this mechanism works.