Requisition of client - Cicle life
Requests received and forwarded to libraries contained in the "business" namespace, being condensed and forwarded to data collection in the "ORM" namespace, in case the contained request requires database queries
A request initialized in the UI can be represented by a simple web application or even an API.
In the example represented in the UML below, a request navigates between the main libraries, being identified by the initialized and named request
ModelCollection
Understand the ModelCollection class better
The identification requested in the UI can be complemented along the way, by adding one or more requests, all within a single request manager, represented by the ModelCollection class
Comments