Created
June 25, 2024 14:37
-
-
Save ChrisMoney/37085c2e7e97f6198e941ce27f424fe1 to your computer and use it in GitHub Desktop.
N-Tier Design
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UI: UI files driven by Factory methods | |
Helper: Wrapper methods that handle misc. functions | |
API: API calls envoked at the factory level | |
Factory/Business: Handles SQL Connections, santizes data before handing off to DAO | |
DAO: Handles requests to data warehouse and returns objects |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment