have never really practiced thermal deployment. When we used to do WebSphere application server, we often had a customer ask was hot deployment problem, when actually unclear, remember is to deploy the application when the choice of support binary deployment. I'm not sure if it's really work anymore.
Self-made web development, using an embedded jetty approach, but Jetty does not support the thermal deployment of class, have to restart frequently, which is a waste of time. It took a little while to study how to get jetty to support class's thermal deployment and not find a good solution. Search, found Jrebel This tool, history is not short, unfortunately, charges.
So find a cracked, online someone spend days to crack, courage commendable.
Copy Jrebel.jar C:\Users\Administrator\. Intellijidea12\config\plugins\jr-ide-idea\lib\jrebel
del/q C:\users\administrator\.jrebel\*.*
Copy Jrebel.lic C:\Users\Administrator\.jrebel\jrebel.lic
Pause
If you do not use plug-in mode, it is also possible to manually enable Jrebel.
When you start jetty, add the JVM parameters:
-xmx1024m-noverify-javaagent: "D:\javalib\jrebel.jar"-drebel.aspectj_plugin=true-drebel.spring_plugin=true
Jrebel for Jetty Thermal deployment