Thanks, I figured it out already I just extend the HTTPServlet and implement the doGet method with the code I want to run.
I now see that RemoteServiceServlet is actually inherited from HTTPServlet so I could also just inherit from that. Jaap On Aug 18, 1:59 am, "Jason (Google)" <[email protected]> wrote: > Hi Jaap. Have you seen > this?http://code.google.com/appengine/docs/java/config/cron.html > > The actual handlers are servlets, the the same as you would define for any > on-demand endpoints. > > - Jason > > On Sun, Aug 16, 2009 at 3:41 PM, Jaap <[email protected]> wrote: > > > Hi, > > > I want to run a cron job in java. Can somebody sent me the code for a > > minimal cron job. > > > Thanks > > > Jaap --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
