This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.classpath | Sun Sep 20 15:21:28 -0700 2009 | |
| |
.gitignore | Thu Oct 15 05:53:38 -0700 2009 | |
| |
.project | Mon Sep 14 16:51:45 -0700 2009 | |
| |
.settings/ | Thu Nov 05 06:29:56 -0800 2009 | |
| |
LICENSE.txt | Sun Oct 18 17:59:47 -0700 2009 | |
| |
README.markdown | Thu Nov 05 06:29:56 -0800 2009 | |
| |
UnitTests.launch | Wed Sep 16 18:59:03 -0700 2009 | |
| |
src/ | Fri Oct 30 17:15:28 -0700 2009 | |
| |
test/ | Thu Oct 15 05:57:11 -0700 2009 | |
| |
war/ | Wed Sep 16 18:25:55 -0700 2009 |
README.markdown
Pick Several
Pick Several is a Google Wave gadget. It implements approval voting (i.e., vote for as many choices as you want, and the choice with the most votes wins).
Pick Several is written using GWT, which feels a bit heavyweight for this sort of application. However, GWT did make the GUI programming very easy.
The architecture of Pick Several was inspired by the Model-View-Presenter + Event Bus architecture recommended by the Google AdWords team, but without a full separation between the presenter and the view. See:
http://code.google.com/events/io/2009/sessions/GoogleWebToolkitBestPractices.html







