I use the following frameworks for my web application:
- Maven
- Spring MVC 3.2.4
- Spring Security 3.1.4
I use Netbeans 7.3 and Glassfish 3.1.2 and it is a maven project.
And it's been painfully slow that I need to restart the Glassfish re-build and re-run the project just to be able to test the code that I change every single minute. Changes to jsp files can be updated by the auto-deploy just fine, but somehow to be able to test the changes to the mvc controller I need to re-build and re-run the project (by turning off the glassfish and right click on the project and select clean and build and select then run). And each run takes about 10-15 minutes. Is there any less painful way to test my code?