Skip to content

Admin console data Model

CALS Studio는 Physical Layer / Business Layer / Presentation Layer로 구성되어 있으며, 각 Layer의특성은 아래와 같다.

Physical Layer: 실제 Data가 저장되는, DBMS 기반의 Table과 칼럼을 정의한다.
Business Layer: Physical Layer와 Presentation Layer를 연결하고 Business를 처리하는 주요 처리 로직을 구현한다.
Presentation Layer: 사용자에게 보여지는 화면의 구성과 출력 기능을 제공하며, 사용자의 Action에 따른 Data의 입력과 출력을 처리한다.