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

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

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