Servlet Chaining and Servlet Forward

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ramadeviirrigireddy
    New Member
    • Jul 2007
    • 54

    #1

    Servlet Chaining and Servlet Forward

    Can anyone tell me what is the difference between Servlet Chaining and Servlet Forward ? thanks in advance
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by ramadeviirrigir eddy
    Can anyone tell me what is the difference between Servlet Chaining and Servlet Forward ? thanks in advance
    What do the books/tutorials say?
    Hint: Google each one separately and compare them for yourself.

    Comment

    • ramadeviirrigireddy
      New Member
      • Jul 2007
      • 54

      #3
      Originally posted by r035198x
      What do the books/tutorials say?
      Hint: Google each one separately and compare them for yourself.
      Hi 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 answer

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        Originally posted by ramadeviirrigir eddy
        Hi 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 answer
        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?

        Comment

        Working...