This seems like an elementary question, but I want to make sure that we're doing things right.
We're making webapps using Spring MVC and serving them using WebLogic. Where should jars be placed in this setup?
We have talked about placing business logic into jars that would live in the server classpath and app-specific jars would be packaged into the WAR files that get deployed. We know that if we redeploy a jar in the server classpath we have to bounce the server. Is there a way to avoid this?