ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WINDEV Mobile concepts / Part 3 - Databases
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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 layer, which corresponds to the user interface,
  • Application layer, which corresponds to the application's business processes,
  • Data layer, which manages the access to 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
3-tier architecture is fully compatible with applications or sites developed with WINDEV, WEBDEV or WINDEV Mobile.
Previous pageTable of contentsNext page
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/19/2024

Send a report | Local help