Java Server Pages Chapter 10: Sharing Data Between JSP Pages . . . Passing Control and Data Using different JSP pages as Controller and View means that more than one page is used to process a request To make this happen, you need to be able to do two things: Pass control from one page to another Pass data from one page to another
JSP Quick Guide - Online Tutorials Library A JSP expression element contains a scripting language expression that is evaluated, converted to a String, and inserted where the expression appears in the JSP file
JSP Architecture - Online Tutorials Library This tutorial makes use of Apache which has built-in JSP container to support JSP pages development A JSP container works with the Web server to provide the runtime environment and other services a JSP needs It knows how to understand the special elements that are part of JSPs
JSP – Java Servlet Pages - users. iit. uni-miskolc. hu The JSP engine loads the JSP page from disk and converts it into a servlet content This conversion is very simple in which all template text is converted to println( ) statements and all JSP elements are converted to Java code