gwt-gae-bookmarks


Bookmark service on gae with gwt

Here is a weekend project I made to start experimenting with all the techniques listed bellow and make a usefull service.

This is a simple ajax aplication, but also can deploy as google chrome extension.

To deploy the chrome extension I needed to make a little hack on gwt rcp generator. This let me use the gwt rcp mechanism on the google chrome extension.

Chrome extension sceenshoot

http://lh6.ggpht.com/_e5JNMr6W9uw/Swo47_KAtZI/AAAAAAAAAVQ/znKc55j4T7Q/screen.PNG http://lh4.ggpht.com/_e5JNMr6W9uw/Swo6W_8i3cI/AAAAAAAAAVY/dE0ojnjEvwo/add.PNG

Demo

http://mismarks.appspot.com

Techniques

  • Chrome extension
    1. Cross origin request
    2. Browser action
    3. Popup
  • Gwt
    1. Google search ajax api
    2. Gwt rcp cross origin generator
    3. MVP
    4. Gin
    5. Event bus
    6. UiBinder
  • Gae
    1. Users service
    2. Guice
    3. Jdo

Project Information

Labels:
gwt gae uibinder gin guice jdo eventbus mvp