Re: [appengine-java] Cron Jobs in Java

2009-12-10 Thread maksud
Its fairly simple to imlement a cron job. First Create a *cron.xml* in your web/WEB-INF folder. (Along with web.xml appengine-web.xml etc.) It contains the definition of the servlet the cron will perform. The url is the url for your servlet and schedule is the timing. /cron/myjob Process my j

[appengine-java] Cron Jobs in Java

2009-12-10 Thread NG12
Hey all, So I'm writing a web app in Java. So far everything is going really well, and I'm almost done. However, for the life of me, I cannot figure out how to make a Cron job. I'm new to web development, but I can't even find simple examples of how to set one up. http://code.google.com/appengine