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

Popular posts from this blog

apache - setting document root in antoher partition on ubuntu -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -

Process 'command 'F:\android-sdk\build-tools\21.1.2\aapt.exe'' finished with non-zero exit value 1 -