DominicOrga / ecc-exercise-5

ECC Exercise 5: Maven Multi-Module

Home Page:https://www.exist.com/exist-code-camp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

ECC Exercise 5: Maven Multi-Module

https://www.exist.com/exist-code-camp/


Languages

Language:Java 100.0%