I am developing a J2EE application using IntelliJ and deploying to Glassfish. I am also using JRebel which hasn't seemed to help reduce the need to redeploy.
Changes to JPA entities still requires redeploying as do changes to JSPs or Tags.
What configuration options in either IntelliJ, Glassfish, or JRebel should I be looking into so that I can just change code and see/test my changes without having to redeploy?