Package | Description |
---|---|
org.europa.together.application |
01 Application Layer: Implementation of the Application Logic.
|
org.europa.together.business |
02 Business Layer: Interfaces who implemented in the Application Layer and
used in the Service Layer.
|
org.europa.together.domain |
00 Domain Layer: Includes all Data Objects with Validation for Persistence.
|
org.europa.together.exceptions |
Exception: Trunk for customized Exceptions.
|
org.europa.together.service |
03 Service Layer: Use the Business Layer to implement the Services and
RESTful Services.
|
org.europa.together.utils |
Utils: Helpful things, who can't implement against an Interface.
|