简体   繁体   中英

How to refresh server code for GWT in IntelliJ (dev mode)?

When running a gwt project in dev mode in IntelliJ, if I make any changes to the server-side code, I need to actually stop and run the app again in order for it to be updated.

Is there any other way to refresh the server-side code, so the whole app doesn't have to be restarted?

GWT server code is real Java code, so no, you can't do that by default. However, you could use JRebel (commercial) to achieve what you want.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM