/ecc-exercise-5

ECC Exercise 5: Maven Multi-Module

Primary LanguageJava

asExist Software Labs, Inc. (PH)
Exist Code Camp (ECC)

Exercise 5: Maven Multi-Module

Convert Exercise 4 into a multi-module Maven project with the following sub-modules:

  1. App Layer
    Manages the user interface, user interaction, data request, data validation, and display.

  2. Service Layer
    Contains functionalities (add, edit, delete, update), and business rules governing the logic of
    the program.

  3. Model Layer
    The backbone of the project which stores POJOS, object storage, and related dependencies.