Forums Register Login

include + forward question

+Pie Number of slices to send: Send
Hi folks,

"Servlet A" forwards to "Servlet B", wich includes "Servlet C", wich forwards to "Servlet D", wich includes "Servlet E".

"A -> B <- C -> D <- E"

When "Servlet A" is requested , wich servlets might contribute to the final response??

have fun yourselves...let�s discuss it.

Tks.
+Pie Number of slices to send: Send
"Servlet A" forwards to "Servlet B"---> now in B
wich includes "Servlet C", wich forwards to "Servlet D"-->now in D
wich includes "Servlet E"-->now D+E

so the final servelet will be servlet D + contents of servlet E
i.e. ("D+E")

this was a funny questions, had fun thanks.
+Pie Number of slices to send: Send
 

Originally posted by Felipe Pittella:
Hi folks,

"Servlet A" forwards to "Servlet B", wich includes "Servlet C", wich forwards to "Servlet D", wich includes "Servlet E".

"A -> B <- C -> D <- E"

When "Servlet A" is requested , wich servlets might contribute to the final response??

have fun yourselves...let�s discuss it.

Tks.



Hi all
A forwards to B =>response has contents of B
B includes C => response has both B & c
C forwards to D => response will have D
D includes E => response will have D & E

So i think final response will include D & E.

Please correct me if i am wrong.

Thank you
Legend has it that if you rub the right tiny ad, a genie comes out.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com


reply
reply
This thread has been viewed 545 times.
Similar Threads
Tomcat url pattern
Doubt in Servlet Mapping
HFSJ page 336 on Question 6 --
playing with loops
what's wrong with this code?
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 28, 2024 11:22:57.