If the another servlet is not part of the same application, you can use
urlfetch. Otherwise it might be a better practice using a helper class
that does what the second servlet has to do and use it in both servlets.
regards,
Cristian.
On 1/26/2010 7:56 AM, Fabrizio wrote:
Consider using queue.
At the end of your servlet, enqueue a call to the same servlet and
pass one or more parameters with the "next" item to process.
Example: /myservlet?nextID=90
Fabrizio
On Jan 26, 5:07 am, edarroyo<[email protected]> wrote:
I'm sorry if this is a stupid question, but is it possible to do a
post request to another servlet from within a servlet?
......
--
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.