JSP Tutorials - Herong's Tutorial Examples
∟JSP (JavaServer Pages) Overview
∟JSP Releases and Changes
This section describes JSP versions, release dates and main changes of each versions.
Here is a list of JSP main versions and release dates:
JSP 2.3 May 31, 2013
JSP 2.2 December 10, 2009
JSP 2.1 May 8, 2006
JSP 2.0
Main changes in JSP 2.3:
- JSP 2.3 uses Servlet 3.1 specification for its web semantics.
- JSP 2.3 is a component of Java Platform, Enterprise Edition 7 (Java EE 7) specification.
- JSP 2.3 requires the Java Platform, Standard Edition 7 (Java SE 7), or later.
Main changes in JSP 2.2:
- JSP 2.2 uses Servlet 3.0 specification for its web semantics.
- JSP 2.2 is a component of Java Platform, Enterprise Edition 6 (Java EE 6) specification.
- JSP 2.2 requires the Java Platform, Standard Edition 6 (Java SE 6), or later.
Main changes in JSP 2.1:
- JSP 2.1 uses Servlet 2.5 specification for its web semantics.
- JSP 2.1 introduces a unified expression language integrated with the
expression language in Faces 1.1 specification
- JSP 2.1 requires the Java Platform, Standard Edition 5 (Java SE 5), or later.
Table of Contents
About This Book
►JSP (JavaServer Pages) Overview
What Is JSP (JavaServer Pages)
►JSP Releases and Changes
Main Features of JSP
How JSP Pages Are Processed
Popular JSP Enabled Web Servers
Tomcat Installation on Windows Systems
JSP Scripting Elements
Java Servlet Introduction
JSP Implicit Objects
Syntax of JSP Pages and JSP Documents
JSP Application Session
Managing Cookies in JSP Pages
JavaBean Objects and "useBean" Action Elements
Managing HTTP Response Header Lines
Non-ASCII Characters Support in JSP Pages
Performance of JSP Pages
EL (Expression Language)
Overview of JSTL (JSP Standard Tag Libraries)
JSTL Core Library
JSP Custom Tags
JSP Java Tag Interface
Custom Tag Attributes
Multiple Tags Working Together
File Upload Test Application
Using Tomcat on CentOS Systems
Using Tomcat on macOS Systems
Connecting to SQL Server from Servlet
Developing Web Applications with Servlet
Archived Tutorials
References
Full Version in PDF/EPUB