Can anyone tell me what is the difference between Servlet Chaining and Servlet Forward ? thanks in advance
Servlet Chaining and Servlet Forward
Collapse
X
-
Tags: None
-
Hi r035198x,Originally posted by r035198xWhat do the books/tutorials say?
Hint: Google each one separately and compare them for yourself.
I googled it but not able to find the exact difference so that's the reason why i have put this question here so that i can get the exact answerComment
-
That's odd. You mean none of those pages that were returned pointed out that chaining is simply when results of one servlet are passed onto another servlet for processing before being returned to the caller(JSP, say) while forward is the actual method of passing the parameters (results) between the chained servlets?Originally posted by ramadeviirrigir eddyHi r035198x,
I googled it but not able to find the exact difference so that's the reason why i have put this question here so that i can get the exact answerComment
Comment