AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / Conceptos WINDEV Mobile / Parte 3 - Bases de datos
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
13. 3-Tier architecture
Previous pageTable of contentsNext page
3-tier architecture is an application architecture model.
It consists in dividing an application into 3 tiers:
  • Presentation tier: the User Interface,
  • Application (or processes) tier: business logic of the application,
  • Data tier: to access persistent data.
The objective with this separation is to make each tier independent, in order to facilitate maintenance and future developments of the application. This provides better security because only the Application tier allows access to the database. It also optimizes teamwork and cross-platform development.
3-tier architecture
The 3-tier architecture is fully compatible with the development of applications or sites using WINDEV, WEBDEV or WINDEV Mobile.
Previous pageTable of contentsNext page
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 13/07/2022

Señalar un error o enviar una sugerencia | Ayuda local