views:

110

answers:

4

I'm working on GAE-J/GWT app, wherein a desktop app connects to the GAE-J component, and there is also a web-app component whose front-end is written in GWT, and the GAE-J backend supports both the desktop app and the web app.

I have a good amount of experience with writing pure server code and desktop code, but not so much on the web-app side of things. So I'm looking to study some good sophisticated open source code to see how other's have done things, but I can't find much open source GWT and/or GAE-J stuff, other than frameworks. Does anyone know of any good projects out there?

+2  A: 

There isn't any GWT in it (yet?) but Partychat (Google Code Project) is a moderately-sophisticated open-source Java App Engine app that simulates multi-user chatrooms using the XMPP service.

I'm sure there are more sophisticated apps out there, and some that include a GWT component, but I figured I'd take the chance to self-promote when it's given :)

Jason Hall
+1  A: 

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

Kerem
This, in addition to the talk here: http://code.google.com/events/io/2009/sessions/GoogleWebToolkitBestPractices.html is really eye-opening, thanks!
tempy
+2  A: 

GWT tagged open-source projects on google code hosting.

milan
+5  A: 

I've written a little app 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!

Eric Landry
This looks great, I'll take a look, thanks!
tempy