I have tried using deferred tasks in Apache Wicket.

They do indeed run, but I cannot access the bulk of my data exchange
code since it needs the context of an application and/or a session to
work.

I have reverted to using enqueued tasks to fire up a web page and do
my processing from there. But I was interested in using DeferredTask
since I wanted to:

  ·  bypass the 30-second web page response limit and use the 10-
minute task processing limit instead
  ·  obviate having to code new web pages and just implement the
DeferredTask.run() method.

Has anyone got to use DeferredTask within the context of an
application and session successfully?

-- 
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.

Reply via email to