I am making gwt application as following step:
- Firstly I install gwt plugin in my eclipse(Helios).
- Create dynamic project.
- Add gwt plugin through
- going to property page of the project
- Select google-webtoolkit
- check "use GWT"
- then go to google-web application
- the directory name to "web-content".
- Create gwt module in my project then create entry point class then html.
- Create a button in onModule method of entry point class.
Then I run the application in tomcat server by just right clicking on project and selecting run as web application(run with tomcat server). As result of this I am getting a blank page on browser? There is no excption in server log. I am not able to debug. Where I am going wrong? Please help me to sort out this problem.
I am not using google web application because I was getting difficulty to create war file. As a result of this I got the above process to develop GWT application.
Thanks Rahul