Category Archives: JSP
How JSP Works?
Following steps are followed when any JSP page is called through browser. Step 1: The user goes to a web site made using JSP. The user goes to a JSP page(ending with .jsp). The web browser makes the request via
JSP Lifecycle Engine
When presented with JSP page the JSP engine does the following 7 phases. 1. Page translation: page is parsed, and a java file which is a servlet is created. 2. Page compilation: page is compiled into a class file 3.
What is JSP ?
Short for Java Server Page. A server-side technology, Java Server Pages are an extension to the Java servlet technology that was developed by Sun. JSPs have dynamic scripting capability that works in tandem with HTML code, separating the page logic from the static elements — the actual

jana
Tags: 

