Today I have been testing setting up a new 2.0 Google Web Toolkit.
GWT 2.0 is currently on Milestone release so I thought I'd give it a try. I especially want to try out the GWT declarative UI features
I'll go through the steps I have made to start the project. (I'm assuming you are using Eclipse as your IDE)
Step 1
If you haven't already download and install the GWT and GAE (Google App Engine) plugins for Eclipse.
Step 2
Download the GWT 2.0 latest release candidate
Step 3
Add the n...
Your views…