Re: GWT application requires Plugin to be installed in browser

2011-03-17 Thread BhaskerT
Hi Ben & David, Thanks alot for the suggetions:) It worked:) Do we have any option of getting it worked in debug mode also. without deploying it on server? On Mar 15, 11:49 pm, David Chandler wrote: > Hi BhaskerT, welcome to GWT. > > Ben is correct. GWT development mode allows you to develop an

Re: GWT application requires Plugin to be installed in browser

2011-03-15 Thread David Chandler
Hi BhaskerT, welcome to GWT. Ben is correct. GWT development mode allows you to develop and debug quickly in the browser without having to do a full compile to JavaScript. If you haven't tried it already, be sure to try Debug As | Web Application and set a breakpoint in your app in Eclipse, then t

Re: GWT application requires Plugin to be installed in browser

2011-03-15 Thread Ben Imp
You are running your application in development mode, which means you are probably running it from your IDE. Its used for debugging and fun stuff like that. If you compile and deploy your web application to a server, like Apache or Tomcat, you wont get that. http://code.google.com/webtoolkit/doc

GWT application requires Plugin to be installed in browser

2011-03-15 Thread BhaskerT
Hi All, I am new to GWT(2.0) development. Problem statement: While accessing a GWT based web application, IE ask me to install GWT plugin. Solution: If i instal the plugin then it works perfectly fine. As per my knowledge Gmail is based on GWT. and if i try to access gmail from any where it does