We are about to create our new server and are pondering the question:
Should we use a single WAR (web application) or break down our application into multiple modules each one is a single WAR file?
Obviously the multiple wars option makes i easier to deploy single features without taking down the application.
What are exactly the pros cons of each methodology?
Our project is is a backoffice admin application, we are using spring \ jpa \ mongodb and GWT for our client side.