I need to ask the experiment people around the java technologies. I develop a 3-tiers application :
Presentation Layer: for the User Interface. Service Layer: for the business Logic. Data Layer: for accessing to the database.
Please is this feasible with maven multi-module , for example a module for the User Interface layer and module for the service layer and module for data layer.
If is feasible , Please how proceed ? Thank you in advance