Forums Register Login

Servlet chaining

+Pie Number of slices to send: Send
Can any give me example of servlet chaining?
I want both the program of the chain, one who is othere and the other who actually serving the service..
+Pie Number of slices to send: Send
Hi,
According to my knowledge, servlets chaining is the process of serving request with group of servlets. For example 1st servlet process part of request and then forwarded that request to second servlet via RequestDispatcher.forward method,where second servlet process part of remaining request and this chain goes on till request is served.
Thanks
+Pie Number of slices to send: Send
Hi,

Read this post .... it has every thing for you.
https://coderanch.com/t/360209/Servlets/java/Servlet-Chaining

Cheers
Ravinder
+Pie Number of slices to send: Send
Use Filter instead.
and POOF! You're gone! But look, this tiny ad is still here:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com


reply
reply
This thread has been viewed 807 times.
Similar Threads
servlet chaining
Servlet Chaining
servlet chaining
is this possible
Servlet Chaining
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 18, 2024 20:52:26.