Looking for an essential open source GWT / App-Engine project to use as a reference

I am working on a GAE-J / GWT application where the desktop application connects to the GAE-J component and there is also a web application component whose interface is written in GWT and the GAE-J backend supports both the desktop application and the web application.

I have a lot of experience writing clean server and desktop code, but not so much in a web application. So I'm looking to look into a nice complex open source to see how others have done things, but I can't find many useful open source GWT and / or GAE-J stuff other than frameworks. Does anyone know of any good projects out there?

+2


a source to share


4 answers


maybe this can help you http://code.google.com/webtoolkit/articles/mvp-architecture.html



+1


a source


I wrote a small application called SixFixMix that uses the following stack: GWT , GIN , dyuproject (for OpenID), gwt-mobile-webkit (for HTML5 Geolocation), gwt-google-apis (for maps), gwt-log , gwt -presenter , gwt-dispatch , Objectify and GAEJ . Good luck!



+5


a source


It doesn't have GWT (yet?), But Partychat ( Google Code Project ) is an open source moderately complex Java App Engine application that mimics multi-user chats using the XMPP service.

I'm sure there are more complex applications out there, and some of them include a GWT component, but I thought I would take the self learning opportunity when it gave :)

+2


a source


GWT is tagged open source on Google hosting.

+2


a source







All Articles