Packaging a Java EE Application -
i have enterprise project (ear) 1 ejb , several web modules, these web modules have lots of classes in common, same each project, if modify 1 of them i'll have manually copy code other projects well. don't want put them in ejb module because use lot of front-end related resources.
is there way share these classes between web projects?
obs: use classes , resources ejb module.
make module commun classes , package jar. add jar dependency other project.
maven should tool project.
Comments
Post a Comment