ACL 1.0-SNAPSHOT API
Package
Description
01 Application Layer: Implementation of the Application Logic.
02 Business Layer: Interfaces who implemented in the Application Layer
and used in the Service Layer.
03 Service Layer: Use the Business Layer to implement the Services and
RESTful Services.
00 Domain Layer: Includes all Data Objects with Validation for
Persistence.
Exception: Trunk for customized Exceptions.
04 Orchestration Layer: Compose different Services to a new Service
for usage in the Presentation Layer.
03 Presentation Layer: This layer includes the display logic.
03 Service Layer: Use the Business Layer to implement the Services and
RESTful Services.
Utils: Helpful things, which can't implement against an Interface.