Simple multi-modules JEE Project Template.
Simple multi-modules JEE Project Template
to demonstrates how to use Maven in a multi-modules JEE Project.
As a general rule, it is better to find functional names for modules. However, it is usually easier to choose names
that represent a technology instead.
The following names were chosen:
EJBs
.This is the easiest and most flexible structure to use.However, if you have many modules in the same directory you may consider finding commonalities between them and create subdirectories to partition them.
More information about how organize maven subdirectory at:
http://java.dzone.com/articles/how-do-you-organise-maven-sub