previous | index | next

Typical Use of a Servlet

  1. A user fills out a form containing a link to a Servlet.
  2. User makes a request by clicking a Submit button.
  3. Information is sent to the server.
  4. The server locates the requested Servlet.
  5. The Servlet gathers information needed and constructs a Web page containing the information.
  6. Web page is then displayed on the user's browser.

previous | index | next