Category: JSP

JavaServer Pages (JSP) is a technology that helps software developers create dynamically generated web pages based on HTML, XML, or other document types. A JavaServer Pages compiler is a program that parses JSPs, and transforms them into executable Java Servlets. A program of this type is usually embedded into the application server and run automatically the first time a JSP is accessed. Here we will discuss about JavaServer Pages, JSTL, EL, custom actions, etc.

Copy file to shared folder java

JSP Lifecycle Process

JSP page is processed in several phases during its lifecycle. Below are the main jsp lifecycle event which occurs while...