项目作者: ecabrerar

项目描述 :
Simple multi-modules JEE Project Template.
高级语言: Java
项目地址: git://github.com/ecabrerar/javaee-essentials-pom.git
创建时间: 2013-08-23T03:52:47Z
项目社区:https://github.com/ecabrerar/javaee-essentials-pom

开源协议:Apache License 2.0

下载


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