Background tasks on app engine using Java
google-app-engine, java, parsing
Solution
The official site is really good: https://developers.google.com/appengine/docs/java/taskqueue/
Problem
I'm programming novice. I'm looking for a source that will clearly explain how to run background tasks on App Engine (Java). I currently have an App up and running but would like to have a background task that parses another site and creates tables that will be consumed by my App. Thanks!