Hi,
I have a fairly typical WebApp using Spring and SpringMVC:
- NetBeans 6.7
- Maven 2.0.9
- Java 1.6.0_13
- JavaRebel 2.0.2b
I can not seem to get JavaRebel to recognize any of the Spring Annotation changes (though in JavaRebel documentation it claims SpringPlugin is built into JavaRebel). When I save changes in NetBeans, JavaRebel does not automatically reload changes. I need to go to another console and issue a "mvn compile".
This seems to defeat the benefits of JavaRebel? My web-app can redeploy in as much time as it takes to compile and reload changes in JavaRebel! The only savings here is that my session is still intact.
Furthermore, whenever I make changes to Spring Annotations, I still need to restart my container (Jetty plugin running via Maven), or at the minimum, go to the console and wait for the sucker to compile (rather than an incremental compile via the IDE).
I still have not realized a savings over Eclipse+Tomcat+Sysdeo-Plugin. Other than the fact that I can use NetBeans, which has a much nicer JSP editor than Eclipse.
So I ask of you guys at ZeroTurnAround: Where is my savings? Why should I buy this for my team?
Thanks,
Rob
