Saturday, July 21, 2012

Java Servlet with Google App Engine

https://developers.google.com/appengine/downloads?hl=zh-TW#Google_App_Engine_SDK_for_Java


1. Create Application ID on GAE dashboard
2. Modify "application" tag in demos/guestbook/war/WEB-INF/appengine-web.xml
3. Update application (../../bin/appcfg.sh update war)

[Note] Looks like the index will not generate automatically, you need to put datastore-indexes.xml into war/WEB-INF dir

No comments:

Related Posts Plugin for WordPress, Blogger...