I have a MVC Spring Project using Maven and Tomcat. I am trying to seperate the projcet to subProjects like
---Web (Controller and Jsp's)
|
---Model ( Model classes)
|
---Service
|
---Repository
I want to let everything separate to be clean. I am using Spring MVC & Maven and TomCat. Should I use Maven Modules for these approach or It will be the best to ask Which approach should I use.