NetBeans 和 GWT 在开发模式下快速编辑/刷新
我正在使用带有 GWT 插件的 NetBeans。与 Eclipse 不同的是,每次我想要在浏览器中反映更改时都需要构建
。
NetBeans 中有没有办法消除这一步?
I'm using NetBeans with the GWT plugin. Unlike Eclipse, I'm required to build
everytime I want to reflect a change in my browser.
Is there a way to eliminate this step in NetBeans?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否使用 Gwt4nb 插件?它允许您在调试项目时进行开发模式。然后,当您更改 GWT 代码时,只需刷新浏览器窗口,您就会看到更改。
我已经使用 NetBeans 和 GWT 近 3 年了,该插件从未遇到过问题,也从未需要使用 Eclipse。
Are you using Gwt4nb plugin? It allows you to do Development Mode when you are debugging your project. Then when you change your GWT code, just refresh your browser window and you will see changes.
I'm using NetBeans for almost 3 years already with GWT and never had problems with that plugin, never needed to got to Eclipse.