I am working on a small Java EE application that also uses EJB. This is a very small application with several beans.
Now I am collecting the entire application in one war file. Would this be considered bad practice? Should I create another project and the resulting jar file for EJB?
From a practical point of view (in addition to being able to reuse EJB in several projects), what are the pros and cons of deploying in just one military file or their division into war + jar files?
source
share