• A user working in a browser makes a request that is sent to a JSP file
  • After receiving the request, the servlet compiled from the JSP file requests information from a JavaBean
  • The JavaBean accesses the requested content
  • JSP servlet can query and display the information as HTML in the user response