Hi All,
Am a newbie in
J2EE , have this small doubt in RequestDispatcher and Response.sendRedirect ; as per my book doing a forward using a request dispatcher will not create a new request object but with Response.sendRedirect a new request object gets created. My doubt is .. Is it possible i can route a request to different
servlet in different J2EE container using RequestDispatcher ? If yes will i be still be having the old request object with me ?
I am working on building a sample code to see if it works ; but for now was curious to get too the answer and logic behind.
Thanks in advance
Nikita