[appengine-java] Re: Any Hands-on Sample for CRON-jobs ?

2011-12-29 Thread suresh ashok
I just want to - collecting data from a remote source and caching it locally and retreive it later Rgds, Suresh On Dec 29, 1:05 pm, Carter Maslan car...@maslan.com wrote: Yes we use it, if this is what you mean:http://code.google.com/appengine/docs/java/config/cron.html? On Wed, Dec

[appengine-java] Re: Any Hands-on Sample for CRON-jobs ?

2011-12-29 Thread suresh ashok
Hi Carter, i had gone through the URL given but how it is used in java. Is just .xml files are fair enough to use Cron jobs. Regards, suresh On Dec 29, 1:05 pm, Carter Maslan car...@maslan.com wrote: Yes we use it, if this is what you

Re: [appengine-java] Re: Any Hands-on Sample for CRON-jobs ?

2011-12-29 Thread Carter Maslan
you write a java sevlet that handles the url specified by each cron entry in cron.xml. On Dec 29, 2011, at 1:02 AM, suresh ashok suresh@gmail.com wrote: Hi Carter, i had gone through the URL given but how it is used in java. Is just .xml files are fair enough to use Cron jobs.

[appengine-java] Re: Any Hands-on Sample for CRON-jobs ?

2011-12-29 Thread suresh ashok
Is this works well in local server, ie is it read the cron.xml locally?? On Dec 29, 2:35 pm, Carter Maslan jcmas...@gmail.com wrote: you write a java sevlet that handles the url specified by each cron entry in cron.xml. On Dec 29, 2011, at 1:02 AM, suresh ashok suresh@gmail.com