Calling a JavaServer Page
Like HTML but with extra tags
- ‘ProcessRequestServlet’ now calls the JSP page instead of a servlet - no HTML rendering with servlets
HttpSession session = request.getSession(true);
session.putValue("home.banking.account", account);
((com.sun.server.http.HttpServiceResponse)response).
callPage("/AccountDisplayPage.jsp", request);