Skip to main content

Posts

Showing posts with the label Three-Tier Architecture

Three-Tier Architecture in Ax ERP

The three tiers in this architecture are dedicated for the following three types of jobs:   Clientā€”The Presentation layerā€”This is where the forms are stored. Place client specific classes and methods here.   Object serverā€”The Business application logic layerā€”Transaction-oriented database update jobs should be run here, close to the database.   Database serverā€”The Database layerā€”Utilize the power of the database server by using aggregate functions, joins, and other calculating features of the database management system.