Tagged Questions
6
votes
3answers
203 views
Redeploying Java EE applications immediately
I am quite new to Java EE and have been struggling with the slowness of the deployment process, and wonder if I'm doing something wrong. I am experienced with Django where the changes to code ...
5
votes
3answers
3k views
Incremental hot deployment on Tomcat with Maven and NetBeans
I'm using NetBeans 6.8, Tomcat 6, and Maven 2.2 and want to see changes in my code immediately in the browser (showing http://localhost:8080) after saving the file.
The tomcat-maven-plugin has the ...
0
votes
1answer
166 views
How do i upgrade a module in a running NetBeans Platform application from commandline or script?
How do i upgrade a module in a running NetBeans Platform from commandline or script? When developing NetBeans Platform Apps in NetBeans IDE it is possible to hot deploy/update modules in a running ...