views:

124

answers:

1

what kind of application you all developing? And what is the best way to get started?

+2  A: 

Yep, I uploaded a very basic simple application this morning. Download the Google App Engine plugin for Eclipse:

http://code.google.com/appengine/docs/java/tools/eclipse.html

it gives you three new icons:

  • New Web Application Project
  • GWT Compile Project
  • Deploy App Engine Project

You can generate a basic application and work from there. I'm planning a few projects, mostly review sites.

Jon