Which is better ? Single EAR file or Multiple EAR files ?
For a single EAR file application, sometimes, only a small part of the application needs to be updated, then the whole application needs to be compiled and the whole EAR file needs to be installed.
Heard that we can split one EAR file into different EAR files. Has anyone tried that before ? Care to share your experiences on multiple EAR files ?
But how should I package the EAR files ? Put the common classes in one EAR file and the rest in another ?
So when I make changes to one EAR file, do I need to re-build the other one and re-install into the production server again ?

