Skip to content

ecabrerar/javaee-essentials-pom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#javaee-essentials-pom

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:

  • ejb - the module containing the EJBs.
  • web - the module containing the Web application.
  • appclient - the module containing the client side application.
  • wsappclient - the module containing the Web services client application.
  • ear - the module producing the EAR which packages the EJBs and the Web application.

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

Bitdeli Badge

About

Simple multi-modules JEE Project Template.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages