maven - Hot swap with Netbeans 7.1 and Glassfish 3.1.1 -
maven - Hot swap with Netbeans 7.1 and Glassfish 3.1.1 -
i start in debug mode can utilize hot swap. how can if whenever alter configuration or java file netbeans sends glassfish , automatically redeploys application?
some details:
1 - maven war application.
2 - compile on save: both application , test execution.
3 - java debugger: apply code changes after save.
to utilize hot-swap capabilities of jpda in netbeans/glassfish environment, need turn off 'deploy on save' feature of netbeans.
this feature can configured on per project basis, appears in project's properties dialog. ui folks felt deployment more part of running project compiling project. command turns feature on , off in 'run' properties.
you may notice project running in debug mode , apply code changed tool enabled. icon straight under string 'ide' @ top of screenshot.
netbeans maven glassfish hotswap
Comments
Post a Comment