I am developing the Vaadin 8 user interface. At this point, every time I change the user interface, I have to restart my application.
Is there a better way? I tried connecting the Java debugger and using the IntelliJ Reload Changed Classes function, but the failure was disabled.
I saw JRebel mentioned in the Vaadin context, but I can't afford it - Spring Loaded seems to be another option . Is there anything else?
source share