Is there a way to programmatically schedule new cron jobs, preferably using the Java API? I would like to offer my users the chance to schedule actions to happen at a later time, but from reading http://code.google.com/appengine/docs/java/config/cron.html it sounds like the only way to add a new cron job is to edit cron.xml. Is there a way to do this in code?
Thomas -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
