Explain Servlet Chaining ?

Answer Posted / keshav

servlet chaining is also called as servlet to servlet communication. we apply chaining in following two ways.
1.when we devide one servlet logic into multiple servlets.
2.when we want to include one servlet response into another servlet.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by singlethreadmodel interface?

574


What’s the difference between genericservlet and httpservlet?

520


Is it possible to have a constructor inside the servlet?

550


What are common tasks performed by Servlet Container?

762


Difference between java beans & servlets?

583






What are the differences between forward() method and sendredirect() methods?

541


When a client request is sent to the servlet container, how does the container choose which servlet to invoke?

568


What is the directory structure of web application?

521


Is java servlet still used?

584


When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?

569


Is dispatcher servlet a singleton?

537


How do you get the ip address of the client in servlet?

547


Explain the difference between servlet and cgi?

601


What are the new features added to servlet 2.5?

586


What do you mean by web applications? Explain web application directory arrangement?

530