Reduce frequency of deployments in a Java web application using Spring-MVC

Posted by jboyd on Stack Overflow See other posts from Stack Overflow or by jboyd
Published on 2010-04-22T12:42:04Z Indexed on 2010/04/22 12:43 UTC
Read the original article Hit count: 238

Is there a simple way to have your "Service Layer" deployed separately from your web layer, so that I can reduce the number of times per week that I have to, package, build and deploy the entire WAR file?

I'm using Tomcat mostly, but I'm hoping for something more generic to Java web servers

© Stack Overflow or respective owner

Related posts about java

Related posts about spring