Does Live Class Reloading actually work when using Tapestry in IntelliJ IDEA CE?

36 views Asked by At

I'm trying to learn Tapestry and I would like to use IDEA Community Edition instead of Eclipse but I can't understand if Live Class Reloading actually works there. Following the instructions in "Tapestry Tutorial" (and adapting them to the IDEA create project using maven) I'm able to generate the Quickstart project. It runs fine with jetty:run but no LCR seems to take place. I'm just simply changing a string in index.java page to see if it shows when reloading the page. I doesn't. I tried manually building, rebuilding, compiling and saving files, single classes and whole project but no matter what I do, nothing happens to the reloaded page. It's stuck with the original value. Obviously if I stop and relaunch the change is immediately visible. I'm using the vanilla project as it is. No additions or changes. I checked I'm not in production mode.

If I follow the same exact steps in Eclipse, it just works out of the box.

0

There are 0 answers