So I have a multi module Maven web app running in eclipse and tomcat with wtp.
However the deployment of the application takes some time: building sub modules if changed and starting the application takes also a couple of minutes. Thus I am thinking of using JRebel to speed up this whole process. But I do not know if JRebel can really help me. Most of the time I am working in the submodules. So the changes in the dependencies need to be deployed in my running web app.
I read on http://en.wikipedia.org/wiki/JRebel that updates in JARs are just ignored. Is this still true? I saw there are some kind of maven plugins for JRebel and Eclipse plugins. Can they manage this whole process or am I wasting my time?