As an updated post to the last one, this is a better starting point: viewvc on komacke, rev 27 (Updated on 2010-04-01, no joke.)
It uses gwt-dispatch 1.1.0 that offers SecureDispatch. The project integrates Google Accounts login.
It uses gwt-presenter. The combination of gwt-dispatch 1.0 and gwt-presenter owes thanks to Chris Lowe
Additionally JPA/warp-persist is used with a DAO framework to persist an account object that holds notebook-account-specific information.
It uses UiBinder. It includes localization although not yet for UiBinder. I've done that on another project and it's a little tricky. I'll add it here soon.
If you might benefit from a hello-world starting point with all those technologies, please feel free to grab a copy from the URL above.
BTW, if you are worried about license, I hereby declare the described code distributed under the Apache 2.0 License .
Discussion