GWT 2.0 introduces several new features including:
1) Out of process hosted mode which runs in a browser plugin instead of SWT for faster development.
2) UIBinder for declarative UI creation that integrates better with standard practices.
3) Compiled stylesheets that bundle CSS and images into the JavaScript for fewer HTTP requests.
4) Developer guided pointcuts that allow fractional code downloads to improve load performance.