My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

GWT+GAE sample app using Maven, RequestFactory, and Objectify

Quick start

svn checkout https://listwidget.googlecode.com/svn/trunk/ listwidget
cd listwidget/web
mvn gwt:run

To import the project into Eclipse 3.5 or 3.6, do the following in Eclipse:

  1. Install Google Plugin for Eclipse
  2. Install m2eclipse plugin from http://m2eclipse.sonatype.org/sites/m2e
  3. Install m2e-extras plugin from http://m2eclipse.sonatype.org/sites/m2e-extras
  4. File | Import | Existing Maven project and browse to the listwidget/web directory

You can then Run As | Web Application.

Related blog post: Using GWT RequestFactory with Objectify

Powered by Google Project Hosting