Feb 17, 2010

Google AppEngine Java - The Essential Links

I keep searching for the same websites over and over again. This is my collection essential links for Google AppEngine for Java. Using maven and low-level data-access only.

Getting started with maven-gae-plugin and GAE/J 1.3.1:
1) Installing
  • Download early access, e.g. to C:\
  • Go to the download directory and type in a command prompt (as a single line):
    mvn install:install-file -DgroupId=com.google.appengine -DartifactId=appengine-java-sdk -Dversion=1.3.1 -Dpackaging=zip -Dfile=appengine-java-sdk-1.3.1.zip
  • Use a local pom like the one linked here 
  • Go to your projects root dir and call "mvn gae:unpack"
2) Using
  • Just execute the maven goals listed at the maven-gae-plugin page
    • e.g., mvn gae:run   runs the local appengine. It runs now, but I still have issues to find my local servlets...

    No comments:

    Post a Comment