Tagged Questions
7
votes
7answers
783 views
Which Java web frameworks provide hot-reload?
I'd like to know which Java web application frameworks do provide a "hot reload" capability, i.e. allow to develop applications and have them redeployed on the server "almost instantly" (i.e. in less ...
1
vote
1answer
250 views
Finding a needed dll after a JBoss (hot) redeploy?
My web application uses a native dll for part of its functionality (the location of which is provided in PATH). Everything works until I make a change to the WAR and JBoss hot deploys this WAR. At ...