Running the GWT application
•Two ways of running the application
- create a war file and deploy in any app server or
- Run ant hosted in the command prompt. And click on the ‘Launch Default Browser’
1) If the ‘Launch Default Browser’ is used then you may see below screen2) Development mode requires a gwt developer plugin. The plugin provides additional debugging cababilities on the client side.3) If plugin is not installed, remove ?gwt.codesvr=127.0.0.1:9997 from the url to see the application.
nn,j
Posted in: