Search code examples
javajakarta-eeintellij-ideajrebel

Is jRebel even needed in Intellij?


I am now able to auto incrementally compile on save in my Java EE project that is running on a Websphere server.

I unistalled jRebel because I had issues starting the server suddenly, and noticed that now that Intellij is auto compiling I am also able to see the changes "almost" effectively ( slower than in Eclipse )

So, is jRebel even needed in Intellij? My settings for Websphere can be seen in the picture below. Note that I have only added one Ear file, and it is not the exploded version, still this is working. Is jrebel still in play here someway? jrebel.xml's are still present.

enter image description here


Solution

  • It appears, as if jRebel is still running, although the plugin is uninstalled. I can see jRebel outputs in the logs. Unsure why really, but it must be why things are running this smooth.

    So the answer is no for now.