What are the benefits of Java EE – jrebel?
I've been checking jrebel According to their website:
This seems to be the same as what eclipse, NetBeans and IntelliJ have already implemented: we save and deploy our changes immediately What additional benefits does jrebel give us?
Can anyone explain to me?
Solution
The IDE (eclipse, NetBeans, or IntelliJ) will automatically redeploy the application if it is configured not to be instant Basically, just automation still leads to real redeployment of applications, including the creation of a new class loader and all the additions involved in the initialization process
In some cases, the combination of IDE and some containers can preserve session state - if that's great for you If not – you're here – jrebel is the answer
In the case of packaged deployment, the build phases add up, but by using jrebel, you only need to eliminate all this at once