简体   繁体   中英

How to Use Super Dev Mode for Maven based GWT Application

我有多个基于Maven的GWT项目,这些项目之前已经在使用经典开发模式,现在我将GWT版本升级到2.7,它将不支持经典开发模式,并且将其更新为使用超级开发模式。我希望在开发模式下所做的更改反映在重新加载页面上而不编译应用程序。如何通过重新加载页面来反映开发模式中所做的更改?

GWT 2.7 now uses SuperDevMode by default when launching the DevMode entry-point ( mvn gwt:run with Mojo's Maven Plugin for GWT), so if it worked before, it should work now; the only difference being how you debug your code (you no longer use mvn gwt:debug , you just open the dev tools i your browser when using mvn gwt:run ).

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