Taglib Directive in JSP

The JavaServer Pages API allows you to define custom JSP tags that look like HTML or XML tags and a…

11 years ago

JSP Page Directive

Page Directives in JSPs are instruction from JSPs to JSP Engine. The page directive is used to provide instructions to…

11 years ago

JSP Directives

JSP directives provide directions and instructions to the container, telling it how to handle certain aspects of JSP processing. Directives…

11 years ago

JSP Scripting Elements

Scripting elements are important part of JSP that makes page dynamic. Scripting elements can be classified in 3 categories: 1.…

11 years ago

Creating a JSP Page & Environment Setup

To create the first jsp page, write some html code as given below, and save it by .jsp extension. We…

11 years ago

Life Cycle of a JSP Page

JSP stands for JAVA Server Pages. It is JAVA Code inside HTML. It is useful technology for presentation layer or…

11 years ago

JSP Tutorial a Baby Step to Server Pages

In this JSP tutorial we will teach you how to use Java Server Pages to develop your web applications in…

11 years ago